Ticket #14235: py-routes.diff
File py-routes.diff, 3.1 KB (added by ebgssth@…, 17 years ago) |
---|
-
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
3 3 PortSystem 1.0 4 4 PortGroup python24 1.0 5 5 name py-routes 6 version 1. 6.26 version 1.7.1 7 7 categories-append www 8 8 maintainers stechert@macports.org 9 9 description A Routing package for Python that matches \ … … 21 21 master_sites http://cheeseshop.python.org/packages/source/R/Routes/ 22 22 distname Routes-${version} 23 23 24 checksums md5 69651e3ea0eb14245c9f515e9908622f \ 25 sha1 a968045646999da99021f3025008778225d601fd \ 26 rmd160 f748b76ed52f4094291b3eaad9ac0006ff9e1d3a 24 checksums sha1 12bf366a5db22353dd841db11c3758f82364cd89 \ 25 rmd160 f1b5f3eb228879ac51249c75b56feae975126f11 26 27 patchfiles 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
3 3 PortSystem 1.0 4 4 PortGroup python25 1.0 5 5 name py25-routes 6 version 1.7 6 version 1.7.1 7 7 categories-append www 8 8 maintainers stechert@macports.org 9 9 description A Routing package for Python that matches \ … … 21 21 master_sites http://cheeseshop.python.org/packages/source/R/Routes/ 22 22 distname Routes-${version} 23 23 24 checksums md5 6b8892b8aef7495228376f4e8b6c747b \ 25 sha1 c8286880445e97000d35f6fa7ab9906acef9bf59 \ 26 rmd160 a3dc6f6320db16ac3018c0b038f7e655006b2eb3 24 checksums sha1 12bf366a5db22353dd841db11c3758f82364cd89 \ 25 rmd160 f1b5f3eb228879ac51249c75b56feae975126f11 26 27 patchfiles patch-setup.py 28