From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:22:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5CBDB94; Sat, 30 Nov 2013 15:22:07 +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 D14141961; Sat, 30 Nov 2013 15:22:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFM7dT093273; Sat, 30 Nov 2013 15:22:07 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFM79Q093269; Sat, 30 Nov 2013 15:22:07 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301522.rAUFM79Q093269@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 15:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335298 - 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.16 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: Sat, 30 Nov 2013 15:22:08 -0000 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 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