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:
parent
88758a2ec6
commit
4e07064a6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503108
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mycli
|
||||
PORTVERSION= 1.19.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
11
databases/py-mycli/files/patch-setup.py
Normal file
11
databases/py-mycli/files/patch-setup.py
Normal 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',
|
Loading…
Reference in New Issue
Block a user