diff options
author | koobs <koobs@FreeBSD.org> | 2014-02-09 20:42:17 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-02-09 20:42:17 +0800 |
commit | fdbbdd4eadc3047ea6b82fec8bad9376e97ab0f5 (patch) | |
tree | 965f1cd952605dd7fcf5350dca6cdf4b987c2669 /devel | |
parent | 003fab681342181fc56ea5177f7d38d67b7d1084 (diff) | |
download | freebsd-ports-gnome-fdbbdd4eadc3047ea6b82fec8bad9376e97ab0f5.tar.gz freebsd-ports-gnome-fdbbdd4eadc3047ea6b82fec8bad9376e97ab0f5.tar.zst freebsd-ports-gnome-fdbbdd4eadc3047ea6b82fec8bad9376e97ab0f5.zip |
devel/py-pygithub: Update to 1.23.0 & modernise
- Update to 1.23.0
- Deprecate easy_install target
- Remove PYDISTUTILS_PKGNAME, not necessary with AUTOPLIST
- Remove unecessary setup.py patch
Changes:
* Version 1.23.0 (December 23th, 2013)
- Fix all that is based on headers in Python 3 (pagination,
conditional request, rate_limit...)
- Accept strings for assignees and collaborators
- Ease two-factor authentication by adding 'onetime_password' to
AuthenticatedUser.create_authorization
* Version 1.22.0 (December 15th, 2013)
- Emojis support
- Repository.stargazers_count
- User.get_teams
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pygithub/Makefile | 5 | ||||
-rw-r--r-- | devel/py-pygithub/distinfo | 4 | ||||
-rw-r--r-- | devel/py-pygithub/files/patch-setup.py | 12 |
3 files changed, 4 insertions, 17 deletions
diff --git a/devel/py-pygithub/Makefile b/devel/py-pygithub/Makefile index c97d94277c6f..d020aba6a2b6 100644 --- a/devel/py-pygithub/Makefile +++ b/devel/py-pygithub/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygithub -PORTVERSION= 1.21.0 +PORTVERSION= 1.23.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,8 @@ COMMENT= Use the full Github API v3 with Python LICENSE= LGPL3 USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= PyGithub regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test diff --git a/devel/py-pygithub/distinfo b/devel/py-pygithub/distinfo index 794040d2092a..dfc98bc38471 100644 --- a/devel/py-pygithub/distinfo +++ b/devel/py-pygithub/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyGithub-1.21.0.tar.gz) = 157bf30124c22fa31790a92c92a096a8d156b2ca712e90f322a699372a186203 -SIZE (PyGithub-1.21.0.tar.gz) = 2268845 +SHA256 (PyGithub-1.23.0.tar.gz) = e1338c28ebc45a6c73c69a60a0cf720c91ca102b3fa74a944c94f4194e4bd431 +SIZE (PyGithub-1.23.0.tar.gz) = 2450752 diff --git a/devel/py-pygithub/files/patch-setup.py b/devel/py-pygithub/files/patch-setup.py deleted file mode 100644 index c65a2dba2f99..000000000000 --- a/devel/py-pygithub/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- ./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", |