Ticket #14235: py-formencode.diff
File py-formencode.diff, 3.3 KB (added by ebgssth@…, 17 years ago) |
---|
-
py-formencode/files/patch-setup.py
1 --- setup.py 2005-11-21 01:08:17.000000000 +0100 2 +++ setup.py 2006-03-06 19:33:06.000000000 +0100 3 @@ -1,6 +1,4 @@ 4 -from ez_setup import use_setuptools 5 -use_setuptools() 6 -from setuptools import setup 7 +from distutils.core import setup, Extension, Command 1 --- setup.py.orig 2007-12-18 04:32:14.000000000 +0900 2 +++ setup.py 2008-02-10 16:56:18.000000000 +0900 3 @@ -1,9 +1,4 @@ 4 -try: 5 - from setuptools import setup 6 -except ImportError: 7 - from ez_setup import use_setuptools 8 - use_setuptools() 9 - from setuptools import setup 10 +from distutils.core import setup 8 11 9 version = '0. 4'12 version = '0.9' 10 13 -
py-formencode/Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name py-formencode 7 version 0. 7.17 version 0.9 8 8 categories python devel 9 9 platforms darwin 10 10 maintainers Will@mtintouch.net … … 14 14 homepage http://formencode.org 15 15 master_sites http://cheeseshop.python.org/packages/source/F/FormEncode/ 16 16 distname FormEncode-${version} 17 checksums md5 86ee82f7e808d2b7973b13a96bb740cc \ 18 sha1 a5c90c3d130b6cf385485fa85f97117a1062164c \ 19 rmd160 841251a4174070e1ad7c6be8dd75e5beebf92166 17 checksums sha1 dacafd374c52529ce069429273a4aec2d57e1d23 \ 18 rmd160 21da527d74867830322c3cf3cd4dd457c3e1960a 20 19 21 20 patchfiles patch-setup.py 22 21 -
py25-formencode/files/patch-setup.py
1 --- setup.py 2005-11-21 01:08:17.000000000 +0100 2 +++ setup.py 2006-03-06 19:33:06.000000000 +0100 3 @@ -1,6 +1,4 @@ 4 -from ez_setup import use_setuptools 5 -use_setuptools() 6 -from setuptools import setup 7 +from distutils.core import setup, Extension, Command 1 --- setup.py.orig 2007-12-18 04:32:14.000000000 +0900 2 +++ setup.py 2008-02-10 16:56:18.000000000 +0900 3 @@ -1,9 +1,4 @@ 4 -try: 5 - from setuptools import setup 6 -except ImportError: 7 - from ez_setup import use_setuptools 8 - use_setuptools() 9 - from setuptools import setup 10 +from distutils.core import setup 8 11 9 version = '0. 4'12 version = '0.9' 10 13 -
py25-formencode/Portfile
4 4 PortGroup python25 1.0 5 5 6 6 name py25-formencode 7 version 0. 7.17 version 0.9 8 8 categories python devel 9 9 platforms darwin 10 10 maintainers stechert@macports.org … … 14 14 homepage http://formencode.org 15 15 master_sites http://cheeseshop.python.org/packages/source/F/FormEncode/ 16 16 distname FormEncode-${version} 17 checksums md5 86ee82f7e808d2b7973b13a96bb740cc \ 18 sha1 a5c90c3d130b6cf385485fa85f97117a1062164c \ 19 rmd160 841251a4174070e1ad7c6be8dd75e5beebf92166 17 checksums sha1 dacafd374c52529ce069429273a4aec2d57e1d23 \ 18 rmd160 21da527d74867830322c3cf3cd4dd457c3e1960a 20 19 21 20 patchfiles patch-setup.py 22 21