diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2019-03-10 18:22:01 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-03-10 18:22:01 +0000 |
| commit | 68079c60d072100c66f8a0fc7d4a83bc7d2af541 (patch) | |
| tree | 455a2aba3d16d1512d56f86822786b854c5da760 | |
| parent | New port: devel/py-lazr.restfulclient (diff) | |
New port: devel/py-launchpadlib
launchpadlib is an open-source Python library that lets you treat the
HTTP resources published by Launchpad's web service as Python objects
responding to a standard set of commands. With launchpadlib you can
integrate your applications into Launchpad without knowing a lot about
HTTP client programming.
WWW: https://help.launchpad.net/API/launchpadlib
PR: 236434
Submitted by: fullermd@over-yonder.net
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-launchpadlib/Makefile | 28 | ||||
| -rw-r--r-- | devel/py-launchpadlib/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-launchpadlib/pkg-descr | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 78a46cc067eb..77dd75421b8c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4754,6 +4754,7 @@ SUBDIR += py-knack SUBDIR += py-kqueue SUBDIR += py-lark-parser + SUBDIR += py-launchpadlib SUBDIR += py-lazr.config SUBDIR += py-lazr.delegates SUBDIR += py-lazr.restfulclient diff --git a/devel/py-launchpadlib/Makefile b/devel/py-launchpadlib/Makefile new file mode 100644 index 000000000000..94ef11fd05ce --- /dev/null +++ b/devel/py-launchpadlib/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= launchpadlib +PORTVERSION= 1.10.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= fullermd@over-yonder.net +COMMENT= Python API for Launchpad + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.txt + +RUN_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keyring>=0:security/py-keyring@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lazr.restfulclient>=0:devel/py-lazr.restfulclient@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lazr.uri>=0:devel/py-lazr.uri@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wadllib>=0:devel/py-wadllib@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-launchpadlib/distinfo b/devel/py-launchpadlib/distinfo new file mode 100644 index 000000000000..dbefa2e3683c --- /dev/null +++ b/devel/py-launchpadlib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552171592 +SHA256 (launchpadlib-1.10.6.tar.gz) = e4709c18214863d147c6e0415e695d5cfddefc0dbd6ea28eb03e6eada956ae8b +SIZE (launchpadlib-1.10.6.tar.gz) = 58795 diff --git a/devel/py-launchpadlib/pkg-descr b/devel/py-launchpadlib/pkg-descr new file mode 100644 index 000000000000..f67a4fd9a66e --- /dev/null +++ b/devel/py-launchpadlib/pkg-descr @@ -0,0 +1,7 @@ +launchpadlib is an open-source Python library that lets you treat the +HTTP resources published by Launchpad's web service as Python objects +responding to a standard set of commands. With launchpadlib you can +integrate your applications into Launchpad without knowing a lot about +HTTP client programming. + +WWW: https://help.launchpad.net/API/launchpadlib |
