diff options
author | joerg <joerg@pkgsrc.org> | 2017-09-29 14:31:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-09-29 14:31:29 +0000 |
commit | acdbaa9459a83ccf7c9756fe3b4257b264770686 (patch) | |
tree | a22bde6d9154273c43292dc3a4907005d9cb1af9 /devel | |
parent | d844e27f7c3b75d6bf0fc436621c8d7c737b0d49 (diff) | |
download | pkgsrc-acdbaa9459a83ccf7c9756fe3b4257b264770686.tar.gz |
Add py-txgithub-15.0.0:
txgithub is a library based on Twisted for accessing GitHub’s API version 3.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-txgithub/DESCR | 1 | ||||
-rw-r--r-- | devel/py-txgithub/Makefile | 17 | ||||
-rw-r--r-- | devel/py-txgithub/PLIST | 30 | ||||
-rw-r--r-- | devel/py-txgithub/distinfo | 6 |
4 files changed, 54 insertions, 0 deletions
diff --git a/devel/py-txgithub/DESCR b/devel/py-txgithub/DESCR new file mode 100644 index 00000000000..eecd8f20e40 --- /dev/null +++ b/devel/py-txgithub/DESCR @@ -0,0 +1 @@ +txgithub is a library based on Twisted for accessing GitHub’s API version 3. diff --git a/devel/py-txgithub/Makefile b/devel/py-txgithub/Makefile new file mode 100644 index 00000000000..185dea9b7f9 --- /dev/null +++ b/devel/py-txgithub/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2017/09/29 14:31:29 joerg Exp $ + +DISTNAME= txgithub-15.0.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel net +MASTER_SITES= ${MASTER_SITE_PYPI:=t/txgithub/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/tomprince/txgithub +COMMENT= GitHub API client using Twisted +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted +DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-txgithub/PLIST b/devel/py-txgithub/PLIST new file mode 100644 index 00000000000..04a64a1a1ac --- /dev/null +++ b/devel/py-txgithub/PLIST @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:31:29 joerg Exp $ +bin/get-github-token +bin/gist +${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}/txgithub/__init__.py +${PYSITELIB}/txgithub/__init__.pyc +${PYSITELIB}/txgithub/__init__.pyo +${PYSITELIB}/txgithub/api.py +${PYSITELIB}/txgithub/api.pyc +${PYSITELIB}/txgithub/api.pyo +${PYSITELIB}/txgithub/constants.py +${PYSITELIB}/txgithub/constants.pyc +${PYSITELIB}/txgithub/constants.pyo +${PYSITELIB}/txgithub/scripts/__init__.py +${PYSITELIB}/txgithub/scripts/__init__.pyc +${PYSITELIB}/txgithub/scripts/__init__.pyo +${PYSITELIB}/txgithub/scripts/create_token.py +${PYSITELIB}/txgithub/scripts/create_token.pyc +${PYSITELIB}/txgithub/scripts/create_token.pyo +${PYSITELIB}/txgithub/scripts/gist.py +${PYSITELIB}/txgithub/scripts/gist.pyc +${PYSITELIB}/txgithub/scripts/gist.pyo +${PYSITELIB}/txgithub/token.py +${PYSITELIB}/txgithub/token.pyc +${PYSITELIB}/txgithub/token.pyo diff --git a/devel/py-txgithub/distinfo b/devel/py-txgithub/distinfo new file mode 100644 index 00000000000..90d63d778c6 --- /dev/null +++ b/devel/py-txgithub/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/09/29 14:31:29 joerg Exp $ + +SHA1 (txgithub-15.0.0.tar.gz) = d3c8fbc3e07246f3bbe9520f74285b6383acf113 +RMD160 (txgithub-15.0.0.tar.gz) = fa64e8cb817248d841a726a4ca11f3029db09cd2 +SHA512 (txgithub-15.0.0.tar.gz) = 1935ad2466655174d92704233eb255993c4244142efb7899f5da0dda35ca58213a0d77f03fd2e34bcfa2cb601afe3d9bf02b22f0bef906ad54c7fc8ada9d46b6 +Size (txgithub-15.0.0.tar.gz) = 5534 bytes |