svn commit: r453642 - head/devel/py-parsedatetime

Antoine Brodin antoine at FreeBSD.org
Mon Nov 6 19:47:00 UTC 2017


Author: antoine
Date: Mon Nov  6 19:46:59 2017
New Revision: 453642
URL: https://svnweb.freebsd.org/changeset/ports/453642

Log:
  Remove unused future from install_requires
  
  PR:		223477
  Reported by:	Jason Harris

Modified:
  head/devel/py-parsedatetime/Makefile

Modified: head/devel/py-parsedatetime/Makefile
==============================================================================
--- head/devel/py-parsedatetime/Makefile	Mon Nov  6 19:44:21 2017	(r453641)
+++ head/devel/py-parsedatetime/Makefile	Mon Nov  6 19:46:59 2017	(r453642)
@@ -3,6 +3,7 @@
 
 PORTNAME=	parsedatetime
 PORTVERSION=	2.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,5 +15,8 @@ LICENSE=	APACHE20
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
+post-patch:
+	${REINPLACE_CMD} "/install_requires=\['future'\],/d" ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list