svn commit: r455454 - in head/databases/py-pgcli: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:36:14 UTC 2017


Author: sunpoet
Date: Sun Dec  3 20:36:11 2017
New Revision: 455454
URL: https://svnweb.freebsd.org/changeset/ports/455454

Log:
  Fix py-cli-helpers dependency
  
  - Bump PORTREVISION for package change
  
  Obtained from:	https://github.com/dbcli/pgcli/commit/4093a8546b330bcbd257610ea6b27219af1615aa

Added:
  head/databases/py-pgcli/files/
  head/databases/py-pgcli/files/patch-setup.py   (contents, props changed)
Modified:
  head/databases/py-pgcli/Makefile

Modified: head/databases/py-pgcli/Makefile
==============================================================================
--- head/databases/py-pgcli/Makefile	Sun Dec  3 20:36:06 2017	(r455453)
+++ head/databases/py-pgcli/Makefile	Sun Dec  3 20:36:11 2017	(r455454)
@@ -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-completio
 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} \

Added: head/databases/py-pgcli/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-pgcli/files/patch-setup.py	Sun Dec  3 20:36:11 2017	(r455454)
@@ -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',
+ ]
+ 
+ 


More information about the svn-ports-head mailing list