Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131894799
D4170.id10293.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
8 KB
Referenced Files
None
Subscribers
None
D4170.id10293.diff
View Options
Index: databases/Makefile
===================================================================
--- databases/Makefile
+++ databases/Makefile
@@ -726,6 +726,10 @@
SUBDIR += py-flask-sqlalchemy
SUBDIR += py-forgetsql
SUBDIR += py-gdbm
+ SUBDIR += py32-gdbm
+ SUBDIR += py33-gdbm
+ SUBDIR += py34-gdbm
+ SUBDIR += py35-gdbm
SUBDIR += py-geoalchemy
SUBDIR += py-geoalchemy2
SUBDIR += py-hiredis
@@ -769,6 +773,10 @@
SUBDIR += py-sqlalchemy-migrate
SUBDIR += py-sqlalchemy06
SUBDIR += py-sqlite3
+ SUBDIR += py32-sqlite3
+ SUBDIR += py33-sqlite3
+ SUBDIR += py34-sqlite3
+ SUBDIR += py35-sqlite3
SUBDIR += py-sqlite3dbm
SUBDIR += py-sqlkit
SUBDIR += py-sqlobject
Index: databases/py-gdbm/Makefile
===================================================================
--- databases/py-gdbm/Makefile
+++ databases/py-gdbm/Makefile
@@ -10,7 +10,7 @@
DISTNAME= Python-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
-COMMENT= Python bindings to the GNU dbm library
+COMMENT= Python bindings to the GNU dbm library (for Python ${PYTHON_VER})
LICENSE= PSFL
Index: databases/py-sqlite3/Makefile
===================================================================
--- databases/py-sqlite3/Makefile
+++ databases/py-sqlite3/Makefile
@@ -11,7 +11,7 @@
DIST_SUBDIR= python
MAINTAINER= python@FreeBSD.org
-COMMENT= Standard Python binding to the SQLite3 library
+COMMENT= Standard Python binding to the SQLite3 library (for Python ${PYTHON_VER})
LICENSE= PSFL
LICENSE_FILE= ${WRKDIR}/Python-${PORTVERSION}/LICENSE
Index: databases/py32-gdbm/Makefile
===================================================================
--- databases/py32-gdbm/Makefile
+++ databases/py32-gdbm/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-gdbm
+
+PYTHON_VERSION= python3.2
+
+.include "${MASTERDIR}/Makefile"
Index: databases/py32-sqlite3/Makefile
===================================================================
--- databases/py32-sqlite3/Makefile
+++ databases/py32-sqlite3/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-sqlite3
+
+PYTHON_VERSION= python3.2
+
+.include "${MASTERDIR}/Makefile"
Index: databases/py33-gdbm/Makefile
===================================================================
--- databases/py33-gdbm/Makefile
+++ databases/py33-gdbm/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-gdbm
+
+PYTHON_VERSION= python3.3
+
+.include "${MASTERDIR}/Makefile"
Index: databases/py33-sqlite3/Makefile
===================================================================
--- databases/py33-sqlite3/Makefile
+++ databases/py33-sqlite3/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-sqlite3
+
+PYTHON_VERSION= python3.3
+
+.include "${MASTERDIR}/Makefile"
Index: databases/py34-gdbm/Makefile
===================================================================
--- databases/py34-gdbm/Makefile
+++ databases/py34-gdbm/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-gdbm
+
+PYTHON_VERSION= python3.4
+
+.include "${MASTERDIR}/Makefile"
Index: databases/py34-sqlite3/Makefile
===================================================================
--- databases/py34-sqlite3/Makefile
+++ databases/py34-sqlite3/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-sqlite3
+
+PYTHON_VERSION= python3.4
+
+.include "${MASTERDIR}/Makefile"
Index: databases/py35-gdbm/Makefile
===================================================================
--- databases/py35-gdbm/Makefile
+++ databases/py35-gdbm/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-gdbm
+
+PYTHON_VERSION= python3.5
+
+.include "${MASTERDIR}/Makefile"
Index: databases/py35-sqlite3/Makefile
===================================================================
--- databases/py35-sqlite3/Makefile
+++ databases/py35-sqlite3/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-sqlite3
+
+PYTHON_VERSION= python3.5
+
+.include "${MASTERDIR}/Makefile"
Index: lang/python32/pkg-message
===================================================================
--- lang/python32/pkg-message
+++ lang/python32/pkg-message
@@ -3,8 +3,8 @@
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
-gdbm databases/py-gdbm
-sqlite3 databases/py-sqlite3
-tkinter x11-toolkits/py-tkinter
+py32-gdbm databases/py32-gdbm
+py32-sqlite3 databases/py32-sqlite3
+py32-tkinter x11-toolkits/py32-tkinter
===========================================================================
Index: lang/python33/pkg-message
===================================================================
--- lang/python33/pkg-message
+++ lang/python33/pkg-message
@@ -3,8 +3,8 @@
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
-gdbm databases/py-gdbm
-sqlite3 databases/py-sqlite3
-tkinter x11-toolkits/py-tkinter
+py33-gdbm databases/py33-gdbm
+py33-sqlite3 databases/py33-sqlite3
+py33-tkinter x11-toolkits/py33-tkinter
===========================================================================
Index: lang/python34/pkg-message
===================================================================
--- lang/python34/pkg-message
+++ lang/python34/pkg-message
@@ -0,0 +1,10 @@
+===========================================================================
+
+Note that some standard Python modules are provided as separate ports
+as they require additional dependencies. They are available as:
+
+py34-gdbm databases/py34-gdbm
+py34-sqlite3 databases/py34-sqlite3
+py34-tkinter x11-toolkits/py34-tkinter
+
+===========================================================================
Index: lang/python35/pkg-message
===================================================================
--- lang/python35/pkg-message
+++ lang/python35/pkg-message
@@ -0,0 +1,10 @@
+===========================================================================
+
+Note that some standard Python modules are provided as separate ports
+as they require additional dependencies. They are available as:
+
+py35-gdbm databases/py35-gdbm
+py35-sqlite3 databases/py35-sqlite3
+py35-tkinter x11-toolkits/py35-tkinter
+
+===========================================================================
Index: x11-toolkits/Makefile
===================================================================
--- x11-toolkits/Makefile
+++ x11-toolkits/Makefile
@@ -193,6 +193,10 @@
SUBDIR += py-qt4-gui
SUBDIR += py-sexy
SUBDIR += py-tkinter
+ SUBDIR += py32-tkinter
+ SUBDIR += py33-tkinter
+ SUBDIR += py34-tkinter
+ SUBDIR += py35-tkinter
SUBDIR += py-tktreectrl
SUBDIR += py-traitsbackendwx
SUBDIR += py-traitsgui
Index: x11-toolkits/py-tkinter/Makefile
===================================================================
--- x11-toolkits/py-tkinter/Makefile
+++ x11-toolkits/py-tkinter/Makefile
@@ -10,7 +10,7 @@
DISTNAME= Python-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
-COMMENT= Python bindings to the Tk widget set
+COMMENT= Python bindings to the Tk widget set (for Python ${PYTHON_VER})
LICENSE= PSFL
Index: x11-toolkits/py32-tkinter/Makefile
===================================================================
--- x11-toolkits/py32-tkinter/Makefile
+++ x11-toolkits/py32-tkinter/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-tkinter
+
+PYTHON_VERSION= python3.2
+
+.include "${MASTERDIR}/Makefile"
Index: x11-toolkits/py33-tkinter/Makefile
===================================================================
--- x11-toolkits/py33-tkinter/Makefile
+++ x11-toolkits/py33-tkinter/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-tkinter
+
+PYTHON_VERSION= python3.3
+
+.include "${MASTERDIR}/Makefile"
Index: x11-toolkits/py34-tkinter/Makefile
===================================================================
--- x11-toolkits/py34-tkinter/Makefile
+++ x11-toolkits/py34-tkinter/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-tkinter
+
+PYTHON_VERSION= python3.4
+
+.include "${MASTERDIR}/Makefile"
Index: x11-toolkits/py35-tkinter/Makefile
===================================================================
--- x11-toolkits/py35-tkinter/Makefile
+++ x11-toolkits/py35-tkinter/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-tkinter
+
+PYTHON_VERSION= python3.5
+
+.include "${MASTERDIR}/Makefile"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 13, 1:11 AM (6 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23649236
Default Alt Text
D4170.id10293.diff (8 KB)
Attached To
Mode
D4170: Version specific ports of "unpackaged" Python standard library modules
Attached
Detach File
Event Timeline
Log In to Comment