diff options
Diffstat (limited to 'devel/py-launchpadlib')
| -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 |
3 files changed, 38 insertions, 0 deletions
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 |
