svn commit: r503108 - in head/databases/py-mycli: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 30 21:57:25 UTC 2019


Author: sunpoet
Date: Thu May 30 21:57:07 2019
New Revision: 503108
URL: https://svnweb.freebsd.org/changeset/ports/503108

Log:
  Allow build with py-sqlparse 0.3.0
  
  - Bump PORTREVISION for package change
  
  PR:		237724
  Submitted by:	Zane C. Bowers-Hadley <vvelox at vvelox.net>

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

Modified: head/databases/py-mycli/Makefile
==============================================================================
--- head/databases/py-mycli/Makefile	Thu May 30 21:57:02 2019	(r503107)
+++ head/databases/py-mycli/Makefile	Thu May 30 21:57:07 2019	(r503108)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mycli
 PORTVERSION=	1.19.0
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Added: head/databases/py-mycli/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-mycli/files/patch-setup.py	Thu May 30 21:57:07 2019	(r503108)
@@ -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',


More information about the svn-ports-all mailing list