svn commit: r551401 - in head/devel/py-tarantool-queue: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 4 14:13:46 UTC 2020


Author: sunpoet
Date: Sun Oct  4 14:13:40 2020
New Revision: 551401
URL: https://svnweb.freebsd.org/changeset/ports/551401

Log:
  Convert REINPLACE_CMD to patch file

Added:
  head/devel/py-tarantool-queue/files/
  head/devel/py-tarantool-queue/files/patch-setup.py   (contents, props changed)
Modified:
  head/devel/py-tarantool-queue/Makefile

Modified: head/devel/py-tarantool-queue/Makefile
==============================================================================
--- head/devel/py-tarantool-queue/Makefile	Sun Oct  4 14:13:35 2020	(r551400)
+++ head/devel/py-tarantool-queue/Makefile	Sun Oct  4 14:13:40 2020	(r551401)
@@ -21,7 +21,4 @@ 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
-
 .include <bsd.port.mk>

Added: head/devel/py-tarantool-queue/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tarantool-queue/files/patch-setup.py	Sun Oct  4 14:13:40 2020	(r551401)
@@ -0,0 +1,19 @@
+--- setup.py.orig	2014-08-21 15:11:15 UTC
++++ setup.py
+@@ -42,13 +42,13 @@ setup(name='tarantool-queue',
+       packages=['tarantool_queue'],
+       platforms = ["all"],
+       install_requires=[
+-            'msgpack-python',
+-            'tarantool<0.4'
++            'msgpack',
++            'tarantool'
+           ],
+       url='http://github.com/tarantool/tarantool-queue-python',
+       test_suite='tests.test_queue',
+       tests_require=[
+-            'msgpack-python',
++            'msgpack',
+             'tarantool'
+           ],
+       classifiers=[


More information about the svn-ports-all mailing list