- update to 1.7.2

- removed file: files/patch-setup.py
This commit is contained in:
Dryice Dong Liu 2008-03-17 09:51:22 +00:00
parent 96a5acffcc
commit 03a97f762f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209186
3 changed files with 4 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= routes
PORTVERSION= 1.7.1
PORTVERSION= 1.7.2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \
http://dryice.name/computer/FreeBSD/distfiles/

View File

@ -1,3 +1,3 @@
MD5 (Routes-1.7.1.tar.gz) = 89cdc61ae803dc151c338ddd85551478
SHA256 (Routes-1.7.1.tar.gz) = 1aa60103f572997bcf91fd717fa45cadd5250ef1b263c667896e7c13ca8dbf40
SIZE (Routes-1.7.1.tar.gz) = 20113
MD5 (Routes-1.7.2.tar.gz) = 848f314fef1b75b6cd19b565d3d1319f
SHA256 (Routes-1.7.2.tar.gz) = 2135dcc64cab9716e7daf2a2ca6bcb549ce0ec589639d2b2e36f0566517b81f7
SIZE (Routes-1.7.2.tar.gz) = 20549

View File

@ -1,10 +0,0 @@
--- setup.py.orig 2008-01-14 15:36:23.000000000 +0800
+++ setup.py 2008-01-14 15:36:31.000000000 +0800
@@ -1,5 +1,5 @@
-from ez_setup import use_setuptools
-use_setuptools()
+#from ez_setup import use_setuptools
+#use_setuptools()
from setuptools import setup, find_packages
version = '1.7.1'