pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-txgithub



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep 29 14:31:29 UTC 2017

Added Files:
        pkgsrc/devel/py-txgithub: DESCR Makefile PLIST distinfo

Log Message:
Add py-txgithub-15.0.0:

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-txgithub/DESCR \
    pkgsrc/devel/py-txgithub/Makefile pkgsrc/devel/py-txgithub/PLIST \
    pkgsrc/devel/py-txgithub/distinfo

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

Added files:

Index: pkgsrc/devel/py-txgithub/DESCR
diff -u /dev/null pkgsrc/devel/py-txgithub/DESCR:1.1
--- /dev/null   Fri Sep 29 14:31:29 2017
+++ pkgsrc/devel/py-txgithub/DESCR      Fri Sep 29 14:31:29 2017
@@ -0,0 +1 @@
+txgithub is a library based on Twisted for accessing GitHub’s API version 3.
Index: pkgsrc/devel/py-txgithub/Makefile
diff -u /dev/null pkgsrc/devel/py-txgithub/Makefile:1.1
--- /dev/null   Fri Sep 29 14:31:29 2017
+++ pkgsrc/devel/py-txgithub/Makefile   Fri Sep 29 14:31:29 2017
@@ -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"
Index: pkgsrc/devel/py-txgithub/PLIST
diff -u /dev/null pkgsrc/devel/py-txgithub/PLIST:1.1
--- /dev/null   Fri Sep 29 14:31:29 2017
+++ pkgsrc/devel/py-txgithub/PLIST      Fri Sep 29 14:31:29 2017
@@ -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
Index: pkgsrc/devel/py-txgithub/distinfo
diff -u /dev/null pkgsrc/devel/py-txgithub/distinfo:1.1
--- /dev/null   Fri Sep 29 14:31:29 2017
+++ pkgsrc/devel/py-txgithub/distinfo   Fri Sep 29 14:31:29 2017
@@ -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