Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 18:44:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443030 - in head/devel/py-entrypoints: . files
Message-ID:  <201706091844.v59IiMjs024658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  9 18:44:22 2017
New Revision: 443030
URL: https://svnweb.freebsd.org/changeset/ports/443030

Log:
  Update to 0.2.3
  
  - Change MASTER_SITES to CHEESESHOP
  - Remove setup.py hack
  
  Changes:	https://github.com/takluyver/entrypoints/commits/master

Deleted:
  head/devel/py-entrypoints/files/
Modified:
  head/devel/py-entrypoints/Makefile
  head/devel/py-entrypoints/distinfo

Modified: head/devel/py-entrypoints/Makefile
==============================================================================
--- head/devel/py-entrypoints/Makefile	Fri Jun  9 18:44:17 2017	(r443029)
+++ head/devel/py-entrypoints/Makefile	Fri Jun  9 18:44:22 2017	(r443030)
@@ -1,8 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	entrypoints
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python@FreeBSD.org
@@ -13,11 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	takluyver
-
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
@@ -25,9 +23,6 @@ NO_ARCH=	yes
 .if ${PYTHON_REL} < 3000
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}configparser>=3.5:devel/py-configparser
 .endif
-
-post-extract:
-	@${CP} ${FILESDIR}/setup.py ${WRKSRC}
 
 do-test:
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER})

Modified: head/devel/py-entrypoints/distinfo
==============================================================================
--- head/devel/py-entrypoints/distinfo	Fri Jun  9 18:44:17 2017	(r443029)
+++ head/devel/py-entrypoints/distinfo	Fri Jun  9 18:44:22 2017	(r443030)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483865193
-SHA256 (takluyver-entrypoints-0.2.2_GH0.tar.gz) = e54b5df8bb971507278c65df96e6486cf4aea0cdac384d0102ea0339e0a4f82b
-SIZE (takluyver-entrypoints-0.2.2_GH0.tar.gz) = 11162
+TIMESTAMP = 1497018560
+SHA256 (entrypoints-0.2.3.tar.gz) = d2d587dde06f99545fb13a383d2cd336a8ff1f359c5839ce3a64c917d10c029f
+SIZE (entrypoints-0.2.3.tar.gz) = 11158



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