Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 14:13:41 +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: r551401 - in head/devel/py-tarantool-queue: . files
Message-ID:  <202010041413.094EDfNu055023@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=[



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