1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 0.7.3

PR:		ports/178054
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
This commit is contained in:
Frederic Culot 2013-04-24 09:09:19 +00:00
parent f9e23d60b2
commit e23e1f671e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316414
3 changed files with 3 additions and 17 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= firebirdsql
PORTVERSION= 0.7.2
PORTREVISION= 1
PORTVERSION= 0.7.3
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (firebirdsql-0.7.2.tar.gz) = 23239cd08535c5b801992d4af84fc12367a6fe6b16dfca170c7c477a7d4fa315
SIZE (firebirdsql-0.7.2.tar.gz) = 36279
SHA256 (firebirdsql-0.7.3.tar.gz) = b897894f508091d9fd61a4fd6deaaf4ffa5e87d94f741dce2e2211fbb4c3903f
SIZE (firebirdsql-0.7.3.tar.gz) = 36164

View File

@ -1,13 +0,0 @@
--- 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