Allow build with py-sqlparse 0.3.0

- Bump PORTREVISION for package change

PR:		237724
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-30 21:57:07 +00:00
parent 88758a2ec6
commit 4e07064a6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503108
2 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= mycli
PORTVERSION= 1.19.0
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2018-11-18 16:25:06 UTC
+++ setup.py
@@ -21,7 +21,7 @@ install_requirements = [
'Pygments >= 1.6',
'prompt_toolkit>=2.0.6',
'PyMySQL >= 0.9.2',
- 'sqlparse>=0.2.2,<0.3.0',
+ 'sqlparse>=0.2.2',
'configobj >= 5.0.5',
'cryptography >= 1.0.0',
'cli_helpers[styles] >= 1.0.1',