summaryrefslogtreecommitdiff
path: root/databases/py-firebirdsql
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-03-27 20:24:34 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-03-27 20:24:34 +0000
commit7bc91471e8f11e1a880b55fe5a7a70693772471d (patch)
treeb1e2c05932a70a896594495a622b8678f64c2d68 /databases/py-firebirdsql
parent- update to 5.0 (diff)
- update to 0.6.6
PR: 166434 Submitted by: Jose Jachuf <jjachuf at gmail dot com> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293896
Diffstat (limited to 'databases/py-firebirdsql')
-rw-r--r--databases/py-firebirdsql/Makefile5
-rw-r--r--databases/py-firebirdsql/distinfo4
-rw-r--r--databases/py-firebirdsql/files/patch-setup.py13
-rw-r--r--databases/py-firebirdsql/pkg-descr6
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