diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-10 21:39:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-10 21:39:21 +0800 |
commit | 1389afe549c73e346d2163c092d75d5e05f5ef1e (patch) | |
tree | f7797d3c7360ee39bc6dfdccfabe237a2654ceea /databases | |
parent | b711815b71e7fb16afcffda3951e675243a4a72d (diff) | |
download | freebsd-ports-gnome-1389afe549c73e346d2163c092d75d5e05f5ef1e.tar.gz freebsd-ports-gnome-1389afe549c73e346d2163c092d75d5e05f5ef1e.tar.zst freebsd-ports-gnome-1389afe549c73e346d2163c092d75d5e05f5ef1e.zip |
Move py35-mysqlclient and py35-psycopg2 to match existing naming convention
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 4 | ||||
-rw-r--r-- | databases/py-mysqlclient/Makefile | 2 | ||||
-rw-r--r-- | databases/py-psycopg2/Makefile | 2 | ||||
-rw-r--r-- | databases/py3-mysqlclient/Makefile (renamed from databases/py35-mysqlclient/Makefile) | 2 | ||||
-rw-r--r-- | databases/py3-psycopg2/Makefile (renamed from databases/py35-psycopg2/Makefile) | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/databases/Makefile b/databases/Makefile index 21dffb7bd51e..4356faf308c8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/py-mysqlclient/Makefile b/databases/py-mysqlclient/Makefile index 5b984dd9dff7..777b8e70504c 100644 --- a/databases/py-mysqlclient/Makefile +++ b/databases/py-mysqlclient/Makefile @@ -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 diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index 1b10dbdef405..a3c7a1b4f474 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -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= * diff --git a/databases/py35-mysqlclient/Makefile b/databases/py3-mysqlclient/Makefile index 8ae9f742c240..0bc5e5f2d68d 100644 --- a/databases/py35-mysqlclient/Makefile +++ b/databases/py3-mysqlclient/Makefile @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-mysqlclient -PYTHON_VERSION= python3.5 +USES= python:3.3+ mysql .include "${MASTERDIR}/Makefile" diff --git a/databases/py35-psycopg2/Makefile b/databases/py3-psycopg2/Makefile index d3b6c822b97c..49eb46b437bb 100644 --- a/databases/py35-psycopg2/Makefile +++ b/databases/py3-psycopg2/Makefile @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-psycopg2 -PYTHON_VERSION= python3.5 +USES= pgsql python:3.3+ .include "${MASTERDIR}/Makefile" |