pkgsrc-WIP-changes archive

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

py-github3.py: Import py-github3.py-1.0.0a4 as wip/py-github3.py



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 31 23:25:25 2017 +0100
Changeset:	e4696d23152d281102d1e84b5c442106c489871e

Modified Files:
	Makefile
Added Files:
	py-github3.py/DESCR
	py-github3.py/Makefile
	py-github3.py/PLIST
	py-github3.py/distinfo
	py-github3.py/patches/patch-setup.py

Log Message:
py-github3.py: Import py-github3.py-1.0.0a4 as wip/py-github3.py

github3.py is a comprehensive, actively developed and extraordinarily
stable wrapper around the GitHub API (v3).

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

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

diffstat:
 Makefile                             |   1 +
 py-github3.py/DESCR                  |   2 +
 py-github3.py/Makefile               |  19 +++++
 py-github3.py/PLIST                  | 156 +++++++++++++++++++++++++++++++++++
 py-github3.py/distinfo               |   7 ++
 py-github3.py/patches/patch-setup.py |  16 ++++
 6 files changed, 201 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 440904c0cf..59cac832be 100644
--- a/Makefile
+++ b/Makefile
@@ -3152,6 +3152,7 @@ SUBDIR+=	py-ghalatawi
 SUBDIR+=	py-gist
 SUBDIR+=	py-git
 SUBDIR+=	py-gitdb2
+SUBDIR+=	py-github3.py
 SUBDIR+=	py-glespy
 SUBDIR+=	py-gmane
 SUBDIR+=	py-gmpy2
diff --git a/py-github3.py/DESCR b/py-github3.py/DESCR
new file mode 100644
index 0000000000..3611714c02
--- /dev/null
+++ b/py-github3.py/DESCR
@@ -0,0 +1,2 @@
+github3.py is a comprehensive, actively developed and extraordinarily
+stable wrapper around the GitHub API (v3).
diff --git a/py-github3.py/Makefile b/py-github3.py/Makefile
new file mode 100644
index 0000000000..04edfcb910
--- /dev/null
+++ b/py-github3.py/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	github3.py-1.0.0a4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=g/github3.py/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github3py.readthedocs.org/
+COMMENT=	Python wrapper for the GitHub API
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-uritemplate>=0.2.0:../../textproc/py-uritemplate
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-github3.py/PLIST b/py-github3.py/PLIST
new file mode 100644
index 0000000000..dcdcccaa6f
--- /dev/null
+++ b/py-github3.py/PLIST
@@ -0,0 +1,156 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/github3/__about__.py
+${PYSITELIB}/github3/__about__.pyc
+${PYSITELIB}/github3/__about__.pyo
+${PYSITELIB}/github3/__init__.py
+${PYSITELIB}/github3/__init__.pyc
+${PYSITELIB}/github3/__init__.pyo
+${PYSITELIB}/github3/api.py
+${PYSITELIB}/github3/api.pyc
+${PYSITELIB}/github3/api.pyo
+${PYSITELIB}/github3/auths.py
+${PYSITELIB}/github3/auths.pyc
+${PYSITELIB}/github3/auths.pyo
+${PYSITELIB}/github3/decorators.py
+${PYSITELIB}/github3/decorators.pyc
+${PYSITELIB}/github3/decorators.pyo
+${PYSITELIB}/github3/events.py
+${PYSITELIB}/github3/events.pyc
+${PYSITELIB}/github3/events.pyo
+${PYSITELIB}/github3/exceptions.py
+${PYSITELIB}/github3/exceptions.pyc
+${PYSITELIB}/github3/exceptions.pyo
+${PYSITELIB}/github3/gists/__init__.py
+${PYSITELIB}/github3/gists/__init__.pyc
+${PYSITELIB}/github3/gists/__init__.pyo
+${PYSITELIB}/github3/gists/comment.py
+${PYSITELIB}/github3/gists/comment.pyc
+${PYSITELIB}/github3/gists/comment.pyo
+${PYSITELIB}/github3/gists/file.py
+${PYSITELIB}/github3/gists/file.pyc
+${PYSITELIB}/github3/gists/file.pyo
+${PYSITELIB}/github3/gists/gist.py
+${PYSITELIB}/github3/gists/gist.pyc
+${PYSITELIB}/github3/gists/gist.pyo
+${PYSITELIB}/github3/gists/history.py
+${PYSITELIB}/github3/gists/history.pyc
+${PYSITELIB}/github3/gists/history.pyo
+${PYSITELIB}/github3/git.py
+${PYSITELIB}/github3/git.pyc
+${PYSITELIB}/github3/git.pyo
+${PYSITELIB}/github3/github.py
+${PYSITELIB}/github3/github.pyc
+${PYSITELIB}/github3/github.pyo
+${PYSITELIB}/github3/issues/__init__.py
+${PYSITELIB}/github3/issues/__init__.pyc
+${PYSITELIB}/github3/issues/__init__.pyo
+${PYSITELIB}/github3/issues/comment.py
+${PYSITELIB}/github3/issues/comment.pyc
+${PYSITELIB}/github3/issues/comment.pyo
+${PYSITELIB}/github3/issues/event.py
+${PYSITELIB}/github3/issues/event.pyc
+${PYSITELIB}/github3/issues/event.pyo
+${PYSITELIB}/github3/issues/issue.py
+${PYSITELIB}/github3/issues/issue.pyc
+${PYSITELIB}/github3/issues/issue.pyo
+${PYSITELIB}/github3/issues/label.py
+${PYSITELIB}/github3/issues/label.pyc
+${PYSITELIB}/github3/issues/label.pyo
+${PYSITELIB}/github3/issues/milestone.py
+${PYSITELIB}/github3/issues/milestone.pyc
+${PYSITELIB}/github3/issues/milestone.pyo
+${PYSITELIB}/github3/licenses.py
+${PYSITELIB}/github3/licenses.pyc
+${PYSITELIB}/github3/licenses.pyo
+${PYSITELIB}/github3/models.py
+${PYSITELIB}/github3/models.pyc
+${PYSITELIB}/github3/models.pyo
+${PYSITELIB}/github3/notifications.py
+${PYSITELIB}/github3/notifications.pyc
+${PYSITELIB}/github3/notifications.pyo
+${PYSITELIB}/github3/null.py
+${PYSITELIB}/github3/null.pyc
+${PYSITELIB}/github3/null.pyo
+${PYSITELIB}/github3/orgs.py
+${PYSITELIB}/github3/orgs.pyc
+${PYSITELIB}/github3/orgs.pyo
+${PYSITELIB}/github3/pulls.py
+${PYSITELIB}/github3/pulls.pyc
+${PYSITELIB}/github3/pulls.pyo
+${PYSITELIB}/github3/repos/__init__.py
+${PYSITELIB}/github3/repos/__init__.pyc
+${PYSITELIB}/github3/repos/__init__.pyo
+${PYSITELIB}/github3/repos/branch.py
+${PYSITELIB}/github3/repos/branch.pyc
+${PYSITELIB}/github3/repos/branch.pyo
+${PYSITELIB}/github3/repos/comment.py
+${PYSITELIB}/github3/repos/comment.pyc
+${PYSITELIB}/github3/repos/comment.pyo
+${PYSITELIB}/github3/repos/commit.py
+${PYSITELIB}/github3/repos/commit.pyc
+${PYSITELIB}/github3/repos/commit.pyo
+${PYSITELIB}/github3/repos/comparison.py
+${PYSITELIB}/github3/repos/comparison.pyc
+${PYSITELIB}/github3/repos/comparison.pyo
+${PYSITELIB}/github3/repos/contents.py
+${PYSITELIB}/github3/repos/contents.pyc
+${PYSITELIB}/github3/repos/contents.pyo
+${PYSITELIB}/github3/repos/deployment.py
+${PYSITELIB}/github3/repos/deployment.pyc
+${PYSITELIB}/github3/repos/deployment.pyo
+${PYSITELIB}/github3/repos/hook.py
+${PYSITELIB}/github3/repos/hook.pyc
+${PYSITELIB}/github3/repos/hook.pyo
+${PYSITELIB}/github3/repos/issue_import.py
+${PYSITELIB}/github3/repos/issue_import.pyc
+${PYSITELIB}/github3/repos/issue_import.pyo
+${PYSITELIB}/github3/repos/pages.py
+${PYSITELIB}/github3/repos/pages.pyc
+${PYSITELIB}/github3/repos/pages.pyo
+${PYSITELIB}/github3/repos/release.py
+${PYSITELIB}/github3/repos/release.pyc
+${PYSITELIB}/github3/repos/release.pyo
+${PYSITELIB}/github3/repos/repo.py
+${PYSITELIB}/github3/repos/repo.pyc
+${PYSITELIB}/github3/repos/repo.pyo
+${PYSITELIB}/github3/repos/stats.py
+${PYSITELIB}/github3/repos/stats.pyc
+${PYSITELIB}/github3/repos/stats.pyo
+${PYSITELIB}/github3/repos/status.py
+${PYSITELIB}/github3/repos/status.pyc
+${PYSITELIB}/github3/repos/status.pyo
+${PYSITELIB}/github3/repos/tag.py
+${PYSITELIB}/github3/repos/tag.pyc
+${PYSITELIB}/github3/repos/tag.pyo
+${PYSITELIB}/github3/search/__init__.py
+${PYSITELIB}/github3/search/__init__.pyc
+${PYSITELIB}/github3/search/__init__.pyo
+${PYSITELIB}/github3/search/code.py
+${PYSITELIB}/github3/search/code.pyc
+${PYSITELIB}/github3/search/code.pyo
+${PYSITELIB}/github3/search/issue.py
+${PYSITELIB}/github3/search/issue.pyc
+${PYSITELIB}/github3/search/issue.pyo
+${PYSITELIB}/github3/search/repository.py
+${PYSITELIB}/github3/search/repository.pyc
+${PYSITELIB}/github3/search/repository.pyo
+${PYSITELIB}/github3/search/user.py
+${PYSITELIB}/github3/search/user.pyc
+${PYSITELIB}/github3/search/user.pyo
+${PYSITELIB}/github3/session.py
+${PYSITELIB}/github3/session.pyc
+${PYSITELIB}/github3/session.pyo
+${PYSITELIB}/github3/structs.py
+${PYSITELIB}/github3/structs.pyc
+${PYSITELIB}/github3/structs.pyo
+${PYSITELIB}/github3/users.py
+${PYSITELIB}/github3/users.pyc
+${PYSITELIB}/github3/users.pyo
+${PYSITELIB}/github3/utils.py
+${PYSITELIB}/github3/utils.pyc
+${PYSITELIB}/github3/utils.pyo
diff --git a/py-github3.py/distinfo b/py-github3.py/distinfo
new file mode 100644
index 0000000000..ff9c11c9f1
--- /dev/null
+++ b/py-github3.py/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (github3.py-1.0.0a4.tar.gz) = ecf94c189605a34d27f28aeb0d374c18f7b99c56
+RMD160 (github3.py-1.0.0a4.tar.gz) = 858f70789656759d9e8b529e3aa2c33366fd3da2
+SHA512 (github3.py-1.0.0a4.tar.gz) = 21c81f643398b90015a93982f3c186c6e6d210b3ce74d4bcab7fdb459a56edb243c36fd291256b6f938aec04d16a35d59746a914f59c9a1247d533b3fad53de1
+Size (github3.py-1.0.0a4.tar.gz) = 3466297 bytes
+SHA1 (patch-setup.py) = 8be7ed5e79e7b1250b0fd2255bc5bfa2bbf658a7
diff --git a/py-github3.py/patches/patch-setup.py b/py-github3.py/patches/patch-setup.py
new file mode 100644
index 0000000000..d41261a86f
--- /dev/null
+++ b/py-github3.py/patches/patch-setup.py
@@ -0,0 +1,16 @@
+$NetBSD$
+
+uritemplate.py was merged to uritemplate on 2016-08-29 and on pkgsrc only the
+latter is available. Adjust the requirements accordingly.
+
+--- setup.py.orig	2016-02-17 22:36:54.000000000 +0000
++++ setup.py
+@@ -34,7 +34,7 @@ if sys.argv[-1] in ("submit", "publish")
+     os.system("python setup.py bdist_wheel sdist upload")
+     sys.exit()
+ 
+-requires.extend(["requests >= 2.0", "uritemplate.py >= 0.2.0"])
++requires.extend(["requests >= 2.0", "uritemplate >= 0.2.0"])
+ 
+ __version__ = ''
+ with open('github3/__about__.py', 'r') as fd:


Home | Main Index | Thread Index | Old Index