From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 12:42:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EE4EFF5; Sun, 9 Feb 2014 12:42:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5C012B3; Sun, 9 Feb 2014 12:42:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19CgIui014518; Sun, 9 Feb 2014 12:42:18 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19CgHd8014514; Sun, 9 Feb 2014 12:42:17 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201402091242.s19CgHd8014514@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 9 Feb 2014 12:42:17 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 12:42:18 -0000 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