Ticket #14235: py-formencode.diff

File py-formencode.diff, 3.3 KB (added by ebgssth@…, 16 years ago)

patch for py-formencode

  • 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
    811 
    9  version = '0.4'
     12 version = '0.9'
    1013 
  • py-formencode/Portfile

     
    44PortGroup python24 1.0
    55
    66name                    py-formencode
    7 version                 0.7.1
     7version                 0.9
    88categories              python devel
    99platforms               darwin
    1010maintainers             Will@mtintouch.net
     
    1414homepage                http://formencode.org
    1515master_sites    http://cheeseshop.python.org/packages/source/F/FormEncode/
    1616distname                FormEncode-${version}
    17 checksums               md5 86ee82f7e808d2b7973b13a96bb740cc \
    18                         sha1 a5c90c3d130b6cf385485fa85f97117a1062164c \
    19                         rmd160 841251a4174070e1ad7c6be8dd75e5beebf92166
     17checksums               sha1 dacafd374c52529ce069429273a4aec2d57e1d23 \
     18                        rmd160 21da527d74867830322c3cf3cd4dd457c3e1960a
    2019
    2120patchfiles              patch-setup.py
    2221
  • 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
    811 
    9  version = '0.4'
     12 version = '0.9'
    1013 
  • py25-formencode/Portfile

     
    44PortGroup python25 1.0
    55
    66name                    py25-formencode
    7 version                 0.7.1
     7version                 0.9
    88categories              python devel
    99platforms               darwin
    1010maintainers             stechert@macports.org
     
    1414homepage                http://formencode.org
    1515master_sites    http://cheeseshop.python.org/packages/source/F/FormEncode/
    1616distname                FormEncode-${version}
    17 checksums               md5 86ee82f7e808d2b7973b13a96bb740cc \
    18                         sha1 a5c90c3d130b6cf385485fa85f97117a1062164c \
    19                         rmd160 841251a4174070e1ad7c6be8dd75e5beebf92166
     17checksums               sha1 dacafd374c52529ce069429273a4aec2d57e1d23 \
     18                        rmd160 21da527d74867830322c3cf3cd4dd457c3e1960a
    2019
    2120patchfiles              patch-setup.py
    2221