diff options
author | rm <rm@FreeBSD.org> | 2012-03-28 04:24:34 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-03-28 04:24:34 +0800 |
commit | d94b59ee1202c4bb2f06dc51e87e6ac68b6f03cd (patch) | |
tree | 04f396c0b983be7ee513c419c4b2d0f01cf3210f | |
parent | b89a72fcecfab0d252d911bfd95d84821fc8757f (diff) | |
download | freebsd-ports-gnome-d94b59ee1202c4bb2f06dc51e87e6ac68b6f03cd.tar.gz freebsd-ports-gnome-d94b59ee1202c4bb2f06dc51e87e6ac68b6f03cd.tar.zst freebsd-ports-gnome-d94b59ee1202c4bb2f06dc51e87e6ac68b6f03cd.zip |
- update to 0.6.6
PR: 166434
Submitted by: Jose Jachuf <jjachuf at gmail dot com> (maintainer)
Feature safe: yes
-rw-r--r-- | databases/py-firebirdsql/Makefile | 5 | ||||
-rw-r--r-- | databases/py-firebirdsql/distinfo | 4 | ||||
-rw-r--r-- | databases/py-firebirdsql/files/patch-setup.py | 13 | ||||
-rw-r--r-- | databases/py-firebirdsql/pkg-descr | 6 |
4 files changed, 22 insertions, 6 deletions
diff --git a/databases/py-firebirdsql/Makefile b/databases/py-firebirdsql/Makefile index eb354ff88391..7cc5bfd1cd60 100644 --- a/databases/py-firebirdsql/Makefile +++ b/databases/py-firebirdsql/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firebirdsql -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Python DBAPI module for FirebirdSQL +LICENSE= BSD + +# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/databases/py-firebirdsql/distinfo b/databases/py-firebirdsql/distinfo index 74d97db9b9bc..f5c47d14d819 100644 --- a/databases/py-firebirdsql/distinfo +++ b/databases/py-firebirdsql/distinfo @@ -1,2 +1,2 @@ -SHA256 (firebirdsql-0.6.5.tar.gz) = 80860cbd20ca4434f116aa48c817f4ae2941cea3db312c99d2436c58f2c2c72a -SIZE (firebirdsql-0.6.5.tar.gz) = 34735 +SHA256 (firebirdsql-0.6.6.tar.gz) = f6ce7c002b61b1a3987a1c3dbcce533b896dbce667aed70bc6228eddcf72561a +SIZE (firebirdsql-0.6.6.tar.gz) = 35240 diff --git a/databases/py-firebirdsql/files/patch-setup.py b/databases/py-firebirdsql/files/patch-setup.py new file mode 100644 index 000000000000..bbd08946f2ca --- /dev/null +++ b/databases/py-firebirdsql/files/patch-setup.py @@ -0,0 +1,13 @@ +--- setup-old.py 2012-03-26 18:39:19.000000000 -0300 ++++ setup.py 2012-03-26 18:40:01.000000000 -0300 +@@ -10,10 +10,7 @@ + print(c) + conn.close() + """ +-try: +- from setuptools import setup +-except ImportError: +- from distutils.core import setup ++from distutils.core import setup + import firebirdsql + diff --git a/databases/py-firebirdsql/pkg-descr b/databases/py-firebirdsql/pkg-descr index c1d8ed075be4..9d8de5ca2721 100644 --- a/databases/py-firebirdsql/pkg-descr +++ b/databases/py-firebirdsql/pkg-descr @@ -1,5 +1,5 @@ FirebirdSQL package is a set of Firebird RDBMS bindings for python. -It works on Python 2.5+ (including Python 3.x) -It was tested with cpython , jython, ironpython and pypy +It works on Python 2.5+ (including Python 3.x). +It was tested with cpython, jython, ironpython and pypy. -WWW: https://github.com/nakagami/pyfirebirdsql +WWW: https://github.com/nakagami/pyfirebirdsql |