Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 21:57:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503108 - in head/databases/py-mycli: . files
Message-ID:  <201905302157.x4ULv7KP038125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905302157.x4ULv7KP038125>