Ticket #14235: py-routes.diff

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

patch for py-routes

  • py-routes/files/patch-setup.py

     
     1--- setup.py.orig       2008-02-10 18:50:42.000000000 +0900
     2+++ setup.py    2008-02-10 19:12:24.000000000 +0900
     3@@ -1,6 +1,4 @@
     4-from ez_setup import use_setuptools
     5-use_setuptools()
     6-from setuptools import setup, find_packages
     7+from distutils.core import setup
     8 
     9 version = '1.7.1'
     10 
     11@@ -24,5 +22,5 @@
     12       url='http://routes.groovie.org/',
     13       zip_safe=False,
     14       test_suite = 'nose.collector',
     15-      packages=find_packages(exclude=['tests', 'ez_setup']),
     16+      packages=['routes']
     17       )
  • py-routes/Portfile

     
    33PortSystem                      1.0
    44PortGroup                       python24 1.0
    55name                            py-routes
    6 version                         1.6.2
     6version                         1.7.1
    77categories-append               www
    88maintainers                     stechert@macports.org
    99description                     A Routing package for Python that matches \
     
    2121master_sites                    http://cheeseshop.python.org/packages/source/R/Routes/
    2222distname                        Routes-${version}
    2323
    24 checksums                       md5 69651e3ea0eb14245c9f515e9908622f \
    25                                 sha1 a968045646999da99021f3025008778225d601fd \
    26                                 rmd160 f748b76ed52f4094291b3eaad9ac0006ff9e1d3a
     24checksums                       sha1 12bf366a5db22353dd841db11c3758f82364cd89 \
     25                                rmd160 f1b5f3eb228879ac51249c75b56feae975126f11
     26
     27patchfiles                      patch-setup.py
     28
  • py25-routes/files/patch-setup.py

     
     1--- setup.py.orig       2008-02-10 18:50:42.000000000 +0900
     2+++ setup.py    2008-02-10 19:12:24.000000000 +0900
     3@@ -1,6 +1,4 @@
     4-from ez_setup import use_setuptools
     5-use_setuptools()
     6-from setuptools import setup, find_packages
     7+from distutils.core import setup
     8 
     9 version = '1.7.1'
     10 
     11@@ -24,5 +22,5 @@
     12       url='http://routes.groovie.org/',
     13       zip_safe=False,
     14       test_suite = 'nose.collector',
     15-      packages=find_packages(exclude=['tests', 'ez_setup']),
     16+      packages=['routes']
     17       )
  • py25-routes/Portfile

     
    33PortSystem                      1.0
    44PortGroup                       python25 1.0
    55name                            py25-routes
    6 version                         1.7
     6version                         1.7.1
    77categories-append               www
    88maintainers                     stechert@macports.org
    99description                     A Routing package for Python that matches \
     
    2121master_sites                    http://cheeseshop.python.org/packages/source/R/Routes/
    2222distname                        Routes-${version}
    2323
    24 checksums                       md5 6b8892b8aef7495228376f4e8b6c747b \
    25                                 sha1 c8286880445e97000d35f6fa7ab9906acef9bf59 \
    26                                 rmd160 a3dc6f6320db16ac3018c0b038f7e655006b2eb3
     24checksums                       sha1 12bf366a5db22353dd841db11c3758f82364cd89 \
     25                                rmd160 f1b5f3eb228879ac51249c75b56feae975126f11
     26
     27patchfiles                      patch-setup.py
     28