Date: Sun, 9 Feb 2014 12:42:17 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343490 - in head/devel/py-pygithub: . files Message-ID: <201402091242.s19CgHd8014514@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sun Feb 9 12:42:17 2014 New Revision: 343490 URL: http://svnweb.freebsd.org/changeset/ports/343490 QAT: https://qat.redports.org/buildarchive/r343490/ Log: 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 Deleted: head/devel/py-pygithub/files/ Modified: head/devel/py-pygithub/Makefile head/devel/py-pygithub/distinfo Modified: head/devel/py-pygithub/Makefile ============================================================================== --- head/devel/py-pygithub/Makefile Sun Feb 9 12:41:03 2014 (r343489) +++ head/devel/py-pygithub/Makefile Sun Feb 9 12:42:17 2014 (r343490) @@ -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 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 Modified: head/devel/py-pygithub/distinfo ============================================================================== --- head/devel/py-pygithub/distinfo Sun Feb 9 12:41:03 2014 (r343489) +++ head/devel/py-pygithub/distinfo Sun Feb 9 12:42:17 2014 (r343490) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091242.s19CgHd8014514>