svn commit: r335298 - in head/devel/py-pygithub: . files
Kubilay Kocak
koobs at FreeBSD.org
Sat Nov 30 15:22:08 UTC 2013
Author: koobs
Date: Sat Nov 30 15:22:06 2013
New Revision: 335298
URL: http://svnweb.freebsd.org/changeset/ports/335298
Log:
devel/py-pygithub: Update to 1.21.0
- Update to 1.21.0
- Enable STAGE support, delete pkg-plist acordingly
- Enable AUTOPLIST
- Switch to setuptools
- Remove USE_ZIP, distribution file is now tar.gz
- pkg-descr: Update WWW: URL
- pkg-descr: Tab->space in WWW:
- Repatch setup.py
Changes:
http://jacquev6.github.io/PyGithub/changes.html
Deleted:
head/devel/py-pygithub/pkg-plist
Modified:
head/devel/py-pygithub/Makefile
head/devel/py-pygithub/distinfo
head/devel/py-pygithub/files/patch-setup.py
head/devel/py-pygithub/pkg-descr (contents, props changed)
Modified: head/devel/py-pygithub/Makefile
==============================================================================
--- head/devel/py-pygithub/Makefile Sat Nov 30 15:18:49 2013 (r335297)
+++ head/devel/py-pygithub/Makefile Sat Nov 30 15:22:06 2013 (r335298)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pygithub
-PORTVERSION= 1.8.0
+PORTVERSION= 1.21.0
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,14 +13,12 @@ COMMENT= Use the full Github API v3 with
LICENSE= LGPL3
-USE_ZIP= yes
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
+USE_PYDISTUTILS= easy_install
+PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= PyGithub
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/py-pygithub/distinfo
==============================================================================
--- head/devel/py-pygithub/distinfo Sat Nov 30 15:18:49 2013 (r335297)
+++ head/devel/py-pygithub/distinfo Sat Nov 30 15:22:06 2013 (r335298)
@@ -1,2 +1,2 @@
-SHA256 (PyGithub-1.8.0.zip) = 60c1d4c72ff2a9728e34308a690ee9477d2f8af7209d02190af4309553499fb5
-SIZE (PyGithub-1.8.0.zip) = 1719761
+SHA256 (PyGithub-1.21.0.tar.gz) = 157bf30124c22fa31790a92c92a096a8d156b2ca712e90f322a699372a186203
+SIZE (PyGithub-1.21.0.tar.gz) = 2268845
Modified: head/devel/py-pygithub/files/patch-setup.py
==============================================================================
--- head/devel/py-pygithub/files/patch-setup.py Sat Nov 30 15:18:49 2013 (r335297)
+++ head/devel/py-pygithub/files/patch-setup.py Sat Nov 30 15:22:06 2013 (r335298)
@@ -1,12 +1,12 @@
---- ./setup.py.orig 2012-10-06 17:07:20.000000000 +1000
-+++ ./setup.py 2012-10-06 17:07:31.000000000 +1000
-@@ -68,9 +68,6 @@
- "github",
- "github.tests",
- ],
-- package_data = {
-- "github": [ "ReadMe.md", "COPYING*", "doc/*.md", "tests/ReplayData/*.txt" ]
-- },
- classifiers = [
- "Development Status :: 5 - Production/Stable",
- "Environment :: Web Environment",
+--- ./setup.py.orig 2013-12-01 01:57:47.387343670 +1100
++++ ./setup.py 2013-12-01 01:58:01.182641877 +1100
+@@ -73,9 +73,6 @@
+ "github",
+ "github.tests",
+ ],
+- package_data={
+- "github": ["ReadMe.rst", "COPYING*", "tests/ReplayData/*.txt"]
+- },
+ classifiers=[
+ "Development Status :: 5 - Production/Stable",
+ "Environment :: Web Environment",
Modified: head/devel/py-pygithub/pkg-descr
==============================================================================
--- head/devel/py-pygithub/pkg-descr Sat Nov 30 15:18:49 2013 (r335297)
+++ head/devel/py-pygithub/pkg-descr Sat Nov 30 15:22:06 2013 (r335298)
@@ -5,4 +5,4 @@ organizations, etc.) from Python scripts
It covers the full API, and all methods are tested against the real Github site.
-WWW: http://vincent-jacques.net/PyGithub
+WWW: https://github.com/jacquev6/PyGithub
More information about the svn-ports-head
mailing list