pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add incomplete py-launchpadlib, which needs some more dependencies...



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sun Oct 27 14:26:26 2019 +0100
Changeset:	8c98b12e45e0f7791058a847d5dbed94032ce66e

Added Files:
	py-launchpadlib/DESCR
	py-launchpadlib/Makefile
	py-launchpadlib/PLIST
	py-launchpadlib/distinfo

Log Message:
Add incomplete py-launchpadlib, which needs some more dependencies...

to be packaged.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8c98b12e45e0f7791058a847d5dbed94032ce66e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-launchpadlib/DESCR    |  7 ++++++
 py-launchpadlib/Makefile | 24 ++++++++++++++++++
 py-launchpadlib/PLIST    | 64 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-launchpadlib/distinfo |  6 +++++
 4 files changed, 101 insertions(+)

diffs:
diff --git a/py-launchpadlib/DESCR b/py-launchpadlib/DESCR
new file mode 100644
index 0000000000..dfe10d4693
--- /dev/null
+++ b/py-launchpadlib/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. 
+
+It is used at least for devel/breezy, the bazaar replacement.
diff --git a/py-launchpadlib/Makefile b/py-launchpadlib/Makefile
new file mode 100644
index 0000000000..455825f7e7
--- /dev/null
+++ b/py-launchpadlib/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	launchpadlib-1.10.7
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=l/launchpadlib/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.org/project/launchpadlib/
+		# https://help.launchpad.net/API/launchpadlib
+COMMENT=	Script Launchpad through its web services interfaces
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
+DEPENDS+=	${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
+DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+# These are in wip/ not in pkgsrc proper:
+DEPENDS+=	${PYPKGPREFIX}-wadllib-[0-9]*:../../wip/py-wadllib
+# These are required but still unpackaged:
+#DEPENDS+=	${PYPKGPREFIX}-lazr.uri-[0-9]*:../../wip/py-lazr.uri
+#DEPENDS+=	${PYPKGPREFIX}-lazr.restfulclient-[0-9]*:../../wip/py-lazr.restfulclient
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-launchpadlib/PLIST b/py-launchpadlib/PLIST
new file mode 100644
index 0000000000..1552426ebb
--- /dev/null
+++ b/py-launchpadlib/PLIST
@@ -0,0 +1,64 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/launchpadlib/NEWS.txt
+${PYSITELIB}/launchpadlib/README.txt
+${PYSITELIB}/launchpadlib/__init__.py
+${PYSITELIB}/launchpadlib/__init__.pyo
+${PYSITELIB}/launchpadlib/__init__.pyc
+${PYSITELIB}/launchpadlib/apps.pyo
+${PYSITELIB}/launchpadlib/apps.pyc
+${PYSITELIB}/launchpadlib/credentials.pyo
+${PYSITELIB}/launchpadlib/credentials.pyc
+${PYSITELIB}/launchpadlib/errors.pyo
+${PYSITELIB}/launchpadlib/errors.pyc
+${PYSITELIB}/launchpadlib/launchpad.pyo
+${PYSITELIB}/launchpadlib/launchpad.pyc
+${PYSITELIB}/launchpadlib/uris.pyo
+${PYSITELIB}/launchpadlib/uris.pyc
+${PYSITELIB}/launchpadlib/apps.py
+${PYSITELIB}/launchpadlib/credentials.py
+${PYSITELIB}/launchpadlib/docs/command-line.txt
+${PYSITELIB}/launchpadlib/docs/files/mugshot.png
+${PYSITELIB}/launchpadlib/docs/hosted-files.txt
+${PYSITELIB}/launchpadlib/docs/introduction.txt
+${PYSITELIB}/launchpadlib/docs/operations.txt
+${PYSITELIB}/launchpadlib/docs/people.txt
+${PYSITELIB}/launchpadlib/docs/toplevel.txt
+${PYSITELIB}/launchpadlib/errors.py
+${PYSITELIB}/launchpadlib/launchpad.py
+${PYSITELIB}/launchpadlib/testing/__init__.py
+${PYSITELIB}/launchpadlib/testing/__init__.pyo
+${PYSITELIB}/launchpadlib/testing/__init__.pyc
+${PYSITELIB}/launchpadlib/testing/helpers.pyo
+${PYSITELIB}/launchpadlib/testing/helpers.pyc
+${PYSITELIB}/launchpadlib/testing/launchpad.pyo
+${PYSITELIB}/launchpadlib/testing/launchpad.pyc
+${PYSITELIB}/launchpadlib/testing/resources.pyo
+${PYSITELIB}/launchpadlib/testing/resources.pyc
+${PYSITELIB}/launchpadlib/testing/helpers.py
+${PYSITELIB}/launchpadlib/testing/launchpad.py
+${PYSITELIB}/launchpadlib/testing/resources.py
+${PYSITELIB}/launchpadlib/testing/tests/__init__.py
+${PYSITELIB}/launchpadlib/testing/tests/__init__.pyo
+${PYSITELIB}/launchpadlib/testing/tests/__init__.pyc
+${PYSITELIB}/launchpadlib/testing/tests/test_launchpad.pyo
+${PYSITELIB}/launchpadlib/testing/tests/test_launchpad.pyc
+${PYSITELIB}/launchpadlib/testing/tests/test_launchpad.py
+${PYSITELIB}/launchpadlib/tests/__init__.py
+${PYSITELIB}/launchpadlib/tests/__init__.pyo
+${PYSITELIB}/launchpadlib/tests/__init__.pyc
+${PYSITELIB}/launchpadlib/tests/test_credential_store.pyo
+${PYSITELIB}/launchpadlib/tests/test_credential_store.pyc
+${PYSITELIB}/launchpadlib/tests/test_http.pyo
+${PYSITELIB}/launchpadlib/tests/test_http.pyc
+${PYSITELIB}/launchpadlib/tests/test_launchpad.pyo
+${PYSITELIB}/launchpadlib/tests/test_launchpad.pyc
+${PYSITELIB}/launchpadlib/tests/test_credential_store.py
+${PYSITELIB}/launchpadlib/tests/test_http.py
+${PYSITELIB}/launchpadlib/tests/test_launchpad.py
+${PYSITELIB}/launchpadlib/uris.py
diff --git a/py-launchpadlib/distinfo b/py-launchpadlib/distinfo
new file mode 100644
index 0000000000..c022ca65c4
--- /dev/null
+++ b/py-launchpadlib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (launchpadlib-1.10.7.tar.gz) = 65a2306f037a9270681449c5fe81018b5ca80010
+RMD160 (launchpadlib-1.10.7.tar.gz) = 91f22b63b11cd874e73df199810b90a2c42e7880
+SHA512 (launchpadlib-1.10.7.tar.gz) = 0362971cc0b3c22c10996e3d17d2705dde337fe2978d33dfab131e3507539a041cd3bf5ef3a4424f537454cf6f43d7e93958fd67414eac55ddbaea069616fa3a
+Size (launchpadlib-1.10.7.tar.gz) = 58914 bytes


Home | Main Index | Thread Index | Old Index