1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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

This commit is contained in:
Antoine Brodin 2016-12-10 13:39:21 +00:00
parent 9400896f8f
commit 7fafcac74e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428295
6 changed files with 10 additions and 8 deletions

6
MOVED
View File

@ -8818,8 +8818,8 @@ java/jakarta-struts||2016-12-01|Has expired: Port is unmaintained and has known
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 expired: Depends on broken and expired py-r
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

View File

@ -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

View File

@ -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

View File

@ -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= *

View File

@ -2,6 +2,6 @@
MASTERDIR= ${.CURDIR}/../py-mysqlclient
PYTHON_VERSION= python3.5
USES= python:3.3+ mysql
.include "${MASTERDIR}/Makefile"

View File

@ -2,6 +2,6 @@
MASTERDIR= ${.CURDIR}/../py-psycopg2
PYTHON_VERSION= python3.5
USES= pgsql python:3.3+
.include "${MASTERDIR}/Makefile"