Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2016 16:02:32 +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: r409300 - head/devel/py-pygithub
Message-ID:  <201602211602.u1LG2WfK090850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602211602.u1LG2WfK090850>