1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Kurt Jaeger 2019-03-10 18:22:01 +00:00
parent 8b1f22eecc
commit 68079c60d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495312
4 changed files with 39 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1552171592
SHA256 (launchpadlib-1.10.6.tar.gz) = e4709c18214863d147c6e0415e695d5cfddefc0dbd6ea28eb03e6eada956ae8b
SIZE (launchpadlib-1.10.6.tar.gz) = 58795

View File

@ -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