From owner-svn-ports-all@freebsd.org Mon Mar 26 19:49:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65961F65622; Mon, 26 Mar 2018 19:49:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 122226FC91; Mon, 26 Mar 2018 19:49:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08D9111670; Mon, 26 Mar 2018 19:49:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2QJnkm6095855; Mon, 26 Mar 2018 19:49:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2QJnkL7095851; Mon, 26 Mar 2018 19:49:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803261949.w2QJnkL7095851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Mar 2018 19:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465633 - in head/devel: . py-coreapi X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-coreapi X-SVN-Commit-Revision: 465633 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2018 19:49:47 -0000 Author: yuri Date: Mon Mar 26 19:49:46 2018 New Revision: 465633 URL: https://svnweb.freebsd.org/changeset/ports/465633 Log: New port: devel/py-coreapi: Python client library for Core API PR: 226943 Submitted by: Kai Added: head/devel/py-coreapi/ head/devel/py-coreapi/Makefile (contents, props changed) head/devel/py-coreapi/distinfo (contents, props changed) head/devel/py-coreapi/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 26 19:42:16 2018 (r465632) +++ head/devel/Makefile Mon Mar 26 19:49:46 2018 (r465633) @@ -4362,6 +4362,7 @@ SUBDIR += py-construct SUBDIR += py-construct28 SUBDIR += py-contextlib2 + SUBDIR += py-coreapi SUBDIR += py-coreschema SUBDIR += py-country SUBDIR += py-cov-core Added: head/devel/py-coreapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-coreapi/Makefile Mon Mar 26 19:49:46 2018 (r465633) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= coreapi +DISTVERSION= 2.3.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Python client library for Core API + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coreschema>0:devel/py-coreschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}itypes>0:devel/py-itypes@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uritemplate>0:net/py-uritemplate@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/devel/py-coreapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-coreapi/distinfo Mon Mar 26 19:49:46 2018 (r465633) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522053773 +SHA256 (coreapi-2.3.3.tar.gz) = 46145fcc1f7017c076a2ef684969b641d18a2991051fddec9458ad3f78ffc1cb +SIZE (coreapi-2.3.3.tar.gz) = 18788 Added: head/devel/py-coreapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-coreapi/pkg-descr Mon Mar 26 19:49:46 2018 (r465633) @@ -0,0 +1,4 @@ +Python client library for the Core API, a format-independent Document Object +Model for representing Web APIs. + +WWW: https://github.com/core-api/python-client