Date: Mon, 26 Mar 2018 19:49:46 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465633 - in head/devel: . py-coreapi Message-ID: <201803261949.w2QJnkL7095851@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <freebsd_ports@k-worx.org> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803261949.w2QJnkL7095851>