Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 13:39:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428295 - in head: . databases databases/py-mysqlclient databases/py-psycopg2 databases/py3-mysqlclient databases/py3-psycopg2 databases/py35-mysqlclient databases/py35-psycopg2
Message-ID:  <201612101339.uBADdMah068348@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 10 13:39:21 2016
New Revision: 428295
URL: https://svnweb.freebsd.org/changeset/ports/428295

Log:
  Move py35-mysqlclient and py35-psycopg2 to match existing naming convention

Added:
  head/databases/py3-mysqlclient/
     - copied from r428294, head/databases/py35-mysqlclient/
  head/databases/py3-psycopg2/
     - copied from r428294, head/databases/py35-psycopg2/
Deleted:
  head/databases/py35-mysqlclient/
  head/databases/py35-psycopg2/
Modified:
  head/MOVED
  head/databases/Makefile
  head/databases/py-mysqlclient/Makefile
  head/databases/py-psycopg2/Makefile
  head/databases/py3-mysqlclient/Makefile
  head/databases/py3-psycopg2/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Dec 10 13:11:34 2016	(r428294)
+++ head/MOVED	Sat Dec 10 13:39:21 2016	(r428295)
@@ -8818,8 +8818,8 @@ java/jakarta-struts||2016-12-01|Has expi
 www/rubygem-url-mount|www/rubygem-url_mount|2016-12-03|Rename to match our rubygems naming
 editors/focuswriter-qt4|editors/focuswriter|2016-12-03|Qt4 support was dropped, use editors/focuswriter instead
 graphics/gtkdps||2016-12-04|Has expired: No more upstream. Not used in the ports tree
-security/gsfv||2016-12-04|Has expired: No more upstream.
-misc/grun||2016-12-04|Has expired: No more upstream.
+security/gsfv||2016-12-04|Has expired: No more upstream
+misc/grun||2016-12-04|Has expired: No more upstream
 devel/py-argparse||2016-12-04|Has expired: Part of Python standard library for Python >= 2.7 and >= 3.2
 www/node7|www/node|2016-12-07|www/node is now www/node7
 databases/py-sqlalchemy06|databases/py-sqlalchemy10|2016-12-08|Has expired: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
@@ -8829,3 +8829,5 @@ graphics/py-aafigure||2016-12-08|Has exp
 converters/py-pisa||2016-12-08|Has expired: Deprecated upstream, depends on broken and expired py-reportlab2
 graphics/ocrfeeder||2016-12-08|Has expired: Depends on broken and expired py-reportlab2
 devel/libcppformat|devel/libfmt|2016-12-08|Project was renamed
+databases/py35-mysqlclient|databases/py3-mysqlclient|2016-12-10|Moved to match existing naming convention
+databases/py35-psycopg2|databases/py3-psycopg2|2016-12-10|Moved to match existing naming convention

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Dec 10 13:11:34 2016	(r428294)
+++ head/databases/Makefile	Sat Dec 10 13:39:21 2016	(r428295)
@@ -790,13 +790,13 @@
     SUBDIR += py-unqlite
     SUBDIR += py-whisper
     SUBDIR += py3-bsddb3
+    SUBDIR += py3-mysqlclient
+    SUBDIR += py3-psycopg2
     SUBDIR += py33-gdbm
     SUBDIR += py33-sqlite3
     SUBDIR += py34-gdbm
     SUBDIR += py34-sqlite3
     SUBDIR += py35-gdbm
-    SUBDIR += py35-mysqlclient
-    SUBDIR += py35-psycopg2
     SUBDIR += py35-sqlite3
     SUBDIR += pydbx
     SUBDIR += pymongo

Modified: head/databases/py-mysqlclient/Makefile
==============================================================================
--- head/databases/py-mysqlclient/Makefile	Sat Dec 10 13:11:34 2016	(r428294)
+++ head/databases/py-mysqlclient/Makefile	Sat Dec 10 13:39:21 2016	(r428295)
@@ -8,7 +8,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	neel@neelc.org
 COMMENT=	MySQL database connector for Python
 
-USES=		python mysql
+USES?=		python mysql
 USE_PYTHON=	distutils autoplist
 USE_GITHUB=	yes
 GH_ACCOUNT=	pymysql

Modified: head/databases/py-psycopg2/Makefile
==============================================================================
--- head/databases/py-psycopg2/Makefile	Sat Dec 10 13:11:34 2016	(r428294)
+++ head/databases/py-psycopg2/Makefile	Sat Dec 10 13:39:21 2016	(r428295)
@@ -16,7 +16,7 @@ LICENSE=	LGPL3
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USE_PYTHON=	autoplist concurrent distutils
-USES=		pgsql python
+USES?=		pgsql python
 
 PORTDOCS=	AUTHORS INSTALL NEWS PKG-INFO README.rst
 PORTEXAMPLES=	*

Modified: head/databases/py3-mysqlclient/Makefile
==============================================================================
--- head/databases/py35-mysqlclient/Makefile	Sat Dec 10 13:11:34 2016	(r428294)
+++ head/databases/py3-mysqlclient/Makefile	Sat Dec 10 13:39:21 2016	(r428295)
@@ -2,6 +2,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-mysqlclient
 
-PYTHON_VERSION=	python3.5
+USES=		python:3.3+ mysql
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/py3-psycopg2/Makefile
==============================================================================
--- head/databases/py35-psycopg2/Makefile	Sat Dec 10 13:11:34 2016	(r428294)
+++ head/databases/py3-psycopg2/Makefile	Sat Dec 10 13:39:21 2016	(r428295)
@@ -2,6 +2,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-psycopg2
 
-PYTHON_VERSION=	python3.5
+USES=		pgsql python:3.3+
 
 .include "${MASTERDIR}/Makefile"



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