Add py-txgithub-15.0.0:
txgithub is a library based on Twisted for accessing GitHub’s API version 3.
This commit is contained in:
parent
47259fd4ba
commit
92beb1387a
4 changed files with 54 additions and 0 deletions
1
devel/py-txgithub/DESCR
Normal file
1
devel/py-txgithub/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
txgithub is a library based on Twisted for accessing GitHub’s API version 3.
|
17
devel/py-txgithub/Makefile
Normal file
17
devel/py-txgithub/Makefile
Normal file
|
@ -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"
|
30
devel/py-txgithub/PLIST
Normal file
30
devel/py-txgithub/PLIST
Normal file
|
@ -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
|
6
devel/py-txgithub/distinfo
Normal file
6
devel/py-txgithub/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue