Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2014 21:18:35 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371773 - head/www/py-selector
Message-ID:  <201410302118.s9ULIZHf051785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Oct 30 21:18:34 2014
New Revision: 371773
URL: https://svnweb.freebsd.org/changeset/ports/371773
QAT: https://qat.redports.org/buildarchive/r371773/

Log:
  www/py-selector: update to 0.10.1
  
  - update to 0.10.1
  - convert to USES=python
  - remove unneeded patch
  
  This version also works with python3.
  
  PR:		194339
  Submitted by:	rm (myself)
  Approved by:	maintainer timeout (two weeks)

Modified:
  head/www/py-selector/Makefile
  head/www/py-selector/distinfo

Modified: head/www/py-selector/Makefile
==============================================================================
--- head/www/py-selector/Makefile	Thu Oct 30 21:10:49 2014	(r371772)
+++ head/www/py-selector/Makefile	Thu Oct 30 21:18:34 2014	(r371773)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	selector
-PORTVERSION=	0.9.4
-PORTREVISION=	1
+PORTVERSION=	0.10.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,12 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}resolver>=0.2.1:${PORTSDIR}/devel/py-resolver
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
-
-post-patch:
-	@${REINPLACE_CMD} 's/license="MIT",/license="MIT", zip_safe=False,/' \
-		${WRKSRC}/setup.py
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/www/py-selector/distinfo
==============================================================================
--- head/www/py-selector/distinfo	Thu Oct 30 21:10:49 2014	(r371772)
+++ head/www/py-selector/distinfo	Thu Oct 30 21:18:34 2014	(r371773)
@@ -1,2 +1,2 @@
-SHA256 (selector-0.9.4.tar.gz) = 6eb14570e638eecc8edb75b20dcec3809c55db92116f8f4bfd9fecbeb6457c3f
-SIZE (selector-0.9.4.tar.gz) = 5723
+SHA256 (selector-0.10.1.tar.gz) = 2ce3a87933bd28a9bd2b59dc35904e2575c056e6a72ca68c26681a4a610b580f
+SIZE (selector-0.10.1.tar.gz) = 5842



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