diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-01 13:35:36 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-01 13:35:36 +0000 |
| commit | 84510e1c2a2ce24de4681b0eb8476363443651d0 (patch) | |
| tree | f917ab8975804fec5be2e26aa4c592f36afca084 | |
| parent | Update to 0.5.5 (diff) | |
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
Notes
Notes:
svn path=/head/; revision=463317
| -rw-r--r-- | devel/py-tarantool-queue/Makefile | 15 | ||||
| -rw-r--r-- | devel/py-tarantool-queue/distinfo | 5 | ||||
| -rw-r--r-- | devel/py-tarantool-queue/pkg-descr | 7 |
3 files changed, 13 insertions, 14 deletions
diff --git a/devel/py-tarantool-queue/Makefile b/devel/py-tarantool-queue/Makefile index 5deefeabfd01..ae4aa0cc4052 100644 --- a/devel/py-tarantool-queue/Makefile +++ b/devel/py-tarantool-queue/Makefile @@ -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@FreeBSD.org +MAINTAINER= sunpoet@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> diff --git a/devel/py-tarantool-queue/distinfo b/devel/py-tarantool-queue/distinfo index b7ef93381945..b3a58ad34f1f 100644 --- a/devel/py-tarantool-queue/distinfo +++ b/devel/py-tarantool-queue/distinfo @@ -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 diff --git a/devel/py-tarantool-queue/pkg-descr b/devel/py-tarantool-queue/pkg-descr index cad7fdf149fb..318e13e69b70 100644 --- a/devel/py-tarantool-queue/pkg-descr +++ b/devel/py-tarantool-queue/pkg-descr @@ -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 |
