svn commit: r524579 - head/devel/py-tarantool-queue

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 29 19:14:41 UTC 2020


Author: sunpoet
Date: Wed Jan 29 19:14:41 2020
New Revision: 524579
URL: https://svnweb.freebsd.org/changeset/ports/524579

Log:
  Remove unnecessary requires.txt patch

Modified:
  head/devel/py-tarantool-queue/Makefile

Modified: head/devel/py-tarantool-queue/Makefile
==============================================================================
--- head/devel/py-tarantool-queue/Makefile	Wed Jan 29 19:14:35 2020	(r524578)
+++ head/devel/py-tarantool-queue/Makefile	Wed Jan 29 19:14:41 2020	(r524579)
@@ -16,12 +16,12 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${PY_FLAVOR}
 
-NO_ARCH=	yes
-REINPLACE_ARGS=	-i ''
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 post-patch:
-	@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|; s|tarantool<0.4|tarantool|' ${WRKSRC}/setup.py ${WRKSRC}/tarantool_queue.egg-info/requires.txt
+	@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|; s|tarantool<0.4|tarantool|' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list