Index: head/devel/py-tarantool-queue/Makefile =================================================================== --- head/devel/py-tarantool-queue/Makefile (revision 551400) +++ head/devel/py-tarantool-queue/Makefile (revision 551401) @@ -1,27 +1,24 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= tarantool-queue PORTVERSION= 0.1.4 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python bindings for Tarantool queue LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${PY_FLAVOR} 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 - .include Index: head/devel/py-tarantool-queue/files/patch-setup.py =================================================================== --- head/devel/py-tarantool-queue/files/patch-setup.py (nonexistent) +++ head/devel/py-tarantool-queue/files/patch-setup.py (revision 551401) @@ -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=[ Property changes on: head/devel/py-tarantool-queue/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property