pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-txgithub Add py-txgithub-15.0.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e050b0be074b
branches:  trunk
changeset: 369430:e050b0be074b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 14:31:29 2017 +0000

description:
Add py-txgithub-15.0.0:

txgithub is a library based on Twisted for accessing GitHub?s API version 3.

diffstat:

 devel/py-txgithub/DESCR    |   1 +
 devel/py-txgithub/Makefile |  17 +++++++++++++++++
 devel/py-txgithub/PLIST    |  30 ++++++++++++++++++++++++++++++
 devel/py-txgithub/distinfo |   6 ++++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 5ff0a86e0e70 -r e050b0be074b devel/py-txgithub/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-txgithub/DESCR   Fri Sep 29 14:31:29 2017 +0000
@@ -0,0 +1,1 @@
+txgithub is a library based on Twisted for accessing GitHubâ??s API version 3.
diff -r 5ff0a86e0e70 -r e050b0be074b devel/py-txgithub/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-txgithub/Makefile        Fri Sep 29 14:31:29 2017 +0000
@@ -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@localhost
+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 -r 5ff0a86e0e70 -r e050b0be074b devel/py-txgithub/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-txgithub/PLIST   Fri Sep 29 14:31:29 2017 +0000
@@ -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 -r 5ff0a86e0e70 -r e050b0be074b devel/py-txgithub/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-txgithub/distinfo        Fri Sep 29 14:31:29 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index