mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
devel/py-tooz: Update to 6.0.0
- Add CONSUL, POSTGRESQL and REDIS options Changes: https://docs.openstack.org/tooz/latest/user/history.html
This commit is contained in:
parent
2304d62dd0
commit
6873459f08
2 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= tooz
|
PORTNAME= tooz
|
||||||
PORTVERSION= 5.0.0
|
PORTVERSION= 6.0.0
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -28,4 +28,13 @@ USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= CONSUL POSTGRESQL REDIS
|
||||||
|
CONSUL_DESC= Consul.io support
|
||||||
|
POSTGRESQL_DESC=PostgreSQL database support
|
||||||
|
REDIS_DESC= Redis support
|
||||||
|
|
||||||
|
CONSUL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-consul2>=0.0.16:sysutils/py-python-consul2@${PY_FLAVOR}
|
||||||
|
POSTGRESQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5:databases/py-psycopg2@${PY_FLAVOR}
|
||||||
|
REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=4.0.0:databases/py-redis@${PY_FLAVOR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1708449356
|
TIMESTAMP = 1709390668
|
||||||
SHA256 (tooz-5.0.0.tar.gz) = 5aeb4febc17ba7971a4fbd11ec733fd86b212b8a1016b7315503faa05afd921b
|
SHA256 (tooz-6.0.0.tar.gz) = ce0e1ee84e07906f7728cc5dd92496dbf04d45bf7f451d1a4a925f644d05d44f
|
||||||
SIZE (tooz-5.0.0.tar.gz) = 97926
|
SIZE (tooz-6.0.0.tar.gz) = 99622
|
||||||
|
|
Loading…
Add table
Reference in a new issue