From owner-svn-ports-all@freebsd.org Sun Feb 21 16:02:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C0D2AAFCBB; Sun, 21 Feb 2016 16:02:33 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D2891E9D; Sun, 21 Feb 2016 16:02:33 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LG2WIp090852; Sun, 21 Feb 2016 16:02:32 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1LG2WfK090850; Sun, 21 Feb 2016 16:02:32 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602211602.u1LG2WfK090850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 21 Feb 2016 16:02:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409300 - head/devel/py-pygithub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 16:02:33 -0000 Author: koobs Date: Sun Feb 21 16:02:31 2016 New Revision: 409300 URL: https://svnweb.freebsd.org/changeset/ports/409300 Log: devel/py-pygithub: Update to 1.26.0 - Update PORTVERSION and distinfo checksum (1.26.0) - Add LICENSE_FILE - Update test target - Enable NO_ARCH (architecture independence) Modified: head/devel/py-pygithub/Makefile head/devel/py-pygithub/distinfo Modified: head/devel/py-pygithub/Makefile ============================================================================== --- head/devel/py-pygithub/Makefile Sun Feb 21 15:51:00 2016 (r409299) +++ head/devel/py-pygithub/Makefile Sun Feb 21 16:02:31 2016 (r409300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygithub -PORTVERSION= 1.25.0 +PORTVERSION= 1.26.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,14 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Python library implementing the full GitHub API v3 LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER USES= python USE_PYTHON= distutils autoplist -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/devel/py-pygithub/distinfo ============================================================================== --- head/devel/py-pygithub/distinfo Sun Feb 21 15:51:00 2016 (r409299) +++ head/devel/py-pygithub/distinfo Sun Feb 21 16:02:31 2016 (r409300) @@ -1,2 +1,2 @@ -SHA256 (PyGithub-1.25.0.tar.gz) = 27641e258c9f49d8d6da9574173103422096ebac018265c4c4b56413a47b8d96 -SIZE (PyGithub-1.25.0.tar.gz) = 2470711 +SHA256 (PyGithub-1.26.0.tar.gz) = 59d0ceafd1c4fb73117aa35f515988b691a386046714f278521ba01d260ddefb +SIZE (PyGithub-1.26.0.tar.gz) = 2592131