mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Update to version 0.6.0
PR: ports/162104 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
This commit is contained in:
parent
8c288a0639
commit
f003482372
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284667
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= firebirdsql
|
||||
PORTVERSION= 0.4.4
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (firebirdsql-0.4.4.tar.gz) = e91934294d3cce2483bf5d15c336aecc5827940932dce5ccb404a922d3dcffa6
|
||||
SIZE (firebirdsql-0.4.4.tar.gz) = 29705
|
||||
SHA256 (firebirdsql-0.6.0.tar.gz) = 7c0e3105fa880ad5b60d553c08f1ac1448ce4e48771d02d3d9ee7d327f6848f0
|
||||
SIZE (firebirdsql-0.6.0.tar.gz) = 31429
|
||||
|
@ -1,3 +1,5 @@
|
||||
This is a python DBAPI module for FirebirdSQL.
|
||||
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
|
||||
|
||||
WWW: https://github.com/nakagami/pyfirebirdsql
|
||||
|
@ -10,7 +10,7 @@
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.py
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/tests.py
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/tests.pyc
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/tests.pyo
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/services.py
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/services.pyc
|
||||
%%PYTHON_SITELIBDIR%%/firebirdsql/services.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/firebirdsql
|
||||
|
Loading…
Reference in New Issue
Block a user