mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Allow build with py-sqlparse 0.4.0
- Update WWW - Bump PORTREVISION for package change
This commit is contained in:
parent
06fcbb3587
commit
a08c195e72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552253
3 changed files with 14 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pgcli
|
PORTNAME= pgcli
|
||||||
PORTVERSION= 3.0.0
|
PORTVERSION= 3.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.2.0:devel/py-cli-helpers@${PY
|
||||||
${PYTHON_PKGNAMEPREFIX}psycopg2>=2.8:databases/py-psycopg2@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}psycopg2>=2.8:databases/py-psycopg2@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0<0.4:databases/py-sqlparse@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0:databases/py-sqlparse@${PY_FLAVOR}
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.0:devel/py-pytest@${PY_FLAVOR} \
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.0:devel/py-pytest@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR}
|
||||||
|
|
11
databases/py-pgcli/files/patch-setup.py
Normal file
11
databases/py-pgcli/files/patch-setup.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- setup.py.orig 2020-04-10 21:58:56 UTC
|
||||||
|
+++ setup.py
|
||||||
|
@@ -11,7 +11,7 @@ install_requirements = [
|
||||||
|
"Pygments >= 2.0", # Pygments has to be Capitalcased. WTF?
|
||||||
|
"prompt_toolkit>=3.0.0,<4.0.0",
|
||||||
|
"psycopg2 >= 2.8",
|
||||||
|
- "sqlparse >=0.3.0,<0.4",
|
||||||
|
+ "sqlparse >=0.3.0",
|
||||||
|
"configobj >= 5.0.6",
|
||||||
|
"humanize >= 0.5.1",
|
||||||
|
"cli_helpers[styles] >= 1.2.0",
|
|
@ -1,5 +1,5 @@
|
||||||
pgcli is a command line interface for Postgres with auto-completion and syntax
|
pgcli is a command line interface for Postgres with auto-completion and syntax
|
||||||
highlighting.
|
highlighting.
|
||||||
|
|
||||||
WWW: https://pypi.org/project/pgcli/
|
|
||||||
WWW: https://www.pgcli.com/
|
WWW: https://www.pgcli.com/
|
||||||
|
WWW: https://github.com/dbcli/pgcli
|
||||||
|
|
Loading…
Add table
Reference in a new issue