View | Details | Raw Unified | Return to bug 178054
Collapse All | Expand All

(-)py-firebirdsql/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: databases/py-firebirdsql/Makefile 315592 2013-03-30 04:37:26Z acm $
2
# $FreeBSD: databases/py-firebirdsql/Makefile 315592 2013-03-30 04:37:26Z acm $
3
3
4
PORTNAME=	firebirdsql
4
PORTNAME=	firebirdsql
5
PORTVERSION=	0.7.2
5
PORTVERSION=	0.7.3
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
(-)py-firebirdsql/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (firebirdsql-0.7.2.tar.gz) = 23239cd08535c5b801992d4af84fc12367a6fe6b16dfca170c7c477a7d4fa315
1
SHA256 (firebirdsql-0.7.3.tar.gz) = b897894f508091d9fd61a4fd6deaaf4ffa5e87d94f741dce2e2211fbb4c3903f
2
SIZE (firebirdsql-0.7.2.tar.gz) = 36279
2
SIZE (firebirdsql-0.7.3.tar.gz) = 36164
(-)py-firebirdsql/files/patch-setup.py (-13 lines)
Lines 1-13 Link Here
1
--- setup-old.py	2012-03-26 18:39:19.000000000 -0300
2
+++ setup.py	2012-03-26 18:40:01.000000000 -0300
3
@@ -10,10 +10,7 @@
4
     print(c)
5
 conn.close()
6
 """
7
-try:
8
-    from setuptools import setup
9
-except ImportError:
10
-    from distutils.core import setup
11
+from distutils.core import setup
12
 import firebirdsql
13

Return to bug 178054