1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Fix py-cli-helpers dependency

- Bump PORTREVISION for package change

Obtained from:	4093a8546b
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-03 20:36:11 +00:00
parent 9583441a3d
commit 7adae7ec06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455454
2 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= pgcli
PORTVERSION= 1.8.1
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +14,7 @@ COMMENT= CLI for Postgres Database with auto-completion and syntax highlighting
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=0.2.3:devel/py-cli-helpers@${FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.1:devel/py-cli-helpers@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}humanize>=0.5.1:devel/py-humanize@${FLAVOR} \

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2017-09-19 18:26:52 UTC
+++ setup.py
@@ -20,7 +20,7 @@ install_requirements = [
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',
'humanize >= 0.5.1',
- 'cli_helpers >= 0.2.3, < 1.0.0',
+ 'cli_helpers[styles] >= 1.0.1',
]