svn commit: r463317 - head/devel/py-tarantool-queue
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 1 13:35:37 UTC 2018
Author: sunpoet
Date: Thu Mar 1 13:35:36 2018
New Revision: 463317
URL: https://svnweb.freebsd.org/changeset/ports/463317
Log:
Update to 0.1.4
- Sort RUN_DEPENDS
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Simplify pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/tarantool/queue-python/commits/master
Modified:
head/devel/py-tarantool-queue/Makefile
head/devel/py-tarantool-queue/distinfo
head/devel/py-tarantool-queue/pkg-descr
Modified: head/devel/py-tarantool-queue/Makefile
==============================================================================
--- head/devel/py-tarantool-queue/Makefile Thu Mar 1 13:35:31 2018 (r463316)
+++ head/devel/py-tarantool-queue/Makefile Thu Mar 1 13:35:36 2018 (r463317)
@@ -2,23 +2,24 @@
# $FreeBSD$
PORTNAME= tarantool-queue
-PORTVERSION= 0.1.0
+PORTVERSION= 0.1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= python at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Python bindings for Tarantool queue
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0:devel/py-msgpack-python@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0:devel/py-msgpack-python@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${FLAVOR}
+NO_ARCH= yes
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
-do-configure:
- ${REINPLACE_CMD} -i -e "1d" ${WRKSRC}/setup.py
+post-patch:
+ @${REINPLACE_CMD} -e 's|tarantool<0.4|tarantool|' ${WRKSRC}/setup.py
.include <bsd.port.mk>
Modified: head/devel/py-tarantool-queue/distinfo
==============================================================================
--- head/devel/py-tarantool-queue/distinfo Thu Mar 1 13:35:31 2018 (r463316)
+++ head/devel/py-tarantool-queue/distinfo Thu Mar 1 13:35:36 2018 (r463317)
@@ -1,2 +1,3 @@
-SHA256 (tarantool-queue-0.1.0.tar.gz) = 8e99b429aaa1465fe7e818534e5f3baccca021e61bb48486e3faece83f6d5e07
-SIZE (tarantool-queue-0.1.0.tar.gz) = 6383
+TIMESTAMP = 1519464568
+SHA256 (tarantool-queue-0.1.4.tar.gz) = 07583ba16857a55fb830a0a432dcdd8bec928256481344a709033c6b3c544641
+SIZE (tarantool-queue-0.1.4.tar.gz) = 8709
Modified: head/devel/py-tarantool-queue/pkg-descr
==============================================================================
--- head/devel/py-tarantool-queue/pkg-descr Thu Mar 1 13:35:31 2018 (r463316)
+++ head/devel/py-tarantool-queue/pkg-descr Thu Mar 1 13:35:36 2018 (r463317)
@@ -1,7 +1,4 @@
-Python Bindings for Tarantool Queue
+Python Bindings for Tarantool Queue (https://github.com/tarantool/queue/)
-More details about Tarantool Queue on the page:
-https://github.com/tarantool/queue
-
-WWW: https://github.com/tarantool/tarantool-queue-python
WWW: https://pypi.python.org/pypi/tarantool-queue
+WWW: https://github.com/tarantool/queue-python
More information about the svn-ports-head
mailing list