mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/py-sqlalchemy-utils: Change OPTIONS_DEFAULT from SQLALCHEMY14 to SQLALCHEMY20 after 59c51372a8
- Bump PORTREVISION for dependency change Regarding the dependent ports, both devel/py-taskflow and www/py-calibreweb depend on py-sqlalchemy20 by default.
This commit is contained in:
parent
64a78dfa94
commit
9b8cb35bc1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= sqlalchemy-utils
|
PORTNAME= sqlalchemy-utils
|
||||||
PORTVERSION= 0.41.2
|
PORTVERSION= 0.41.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -24,7 +24,7 @@ NO_ARCH= yes
|
||||||
OPTIONS_DEFINE= ARROW BABEL COLOR ENCRYPTED INTERVALS PASSWORD PENDULUM PHONE TIMEZONE URL
|
OPTIONS_DEFINE= ARROW BABEL COLOR ENCRYPTED INTERVALS PASSWORD PENDULUM PHONE TIMEZONE URL
|
||||||
OPTIONS_RADIO= SQLALCHEMY
|
OPTIONS_RADIO= SQLALCHEMY
|
||||||
OPTIONS_RADIO_SQLALCHEMY= SQLALCHEMY14 SQLALCHEMY20
|
OPTIONS_RADIO_SQLALCHEMY= SQLALCHEMY14 SQLALCHEMY20
|
||||||
OPTIONS_DEFAULT=SQLALCHEMY14
|
OPTIONS_DEFAULT=SQLALCHEMY20
|
||||||
ARROW_DESC= Arrow type support
|
ARROW_DESC= Arrow type support
|
||||||
BABEL_DESC= Babel locale type support
|
BABEL_DESC= Babel locale type support
|
||||||
COLOR_DESC= Color type support
|
COLOR_DESC= Color type support
|
||||||
|
|
Loading…
Add table
Reference in a new issue