version 2.0

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@16842 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2006-03-08 21:35:33 +00:00
parent cda29c9f27
commit f8cf3c965f
2 changed files with 15 additions and 3 deletions
+4 -3
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.1 2005/06/09 08:59:57 mww Exp $
# $Id: Portfile,v 1.2 2006/03/08 21:35:33 mww Exp $
PortSystem 1.0
PortGroup python24 1.0
name py-do
version 2.0a3
version 2.0
categories python databases
platforms darwin
maintainers mww@opendarwin.org
@@ -14,7 +14,8 @@ long_description ${description}
homepage http://skunkweb.org/pydo2.html
master_sites http://download.berlios.de/skunkweb/
distname PyDO-${version}
checksums md5 a5421f947ae46a54ac2eae0e209164a4
checksums sha1 67340af6f46551698fae744712f23098879c3713
patchfiles patch-setup.py
post-destroot {
file delete -force ${destroot}${prefix}/share/doc/${name}
+11
View File
@@ -0,0 +1,11 @@
--- setup.py 2006-03-08 16:18:22.000000000 +0100
+++ setup.py 2006-03-08 22:33:40.000000000 +0100
@@ -1,7 +1,4 @@
-import ez_setup
-ez_setup.use_setuptools()
-
-from setuptools import setup
+from distutils.core import setup, Extension, Command
import sys
sys.path.insert(0, 'src')