- Update to 0.2.3

- Remove the patch which included in source upstream now
This commit is contained in:
Wen Heping 2014-01-06 12:04:12 +00:00
parent 1fd29d4576
commit a14bc8f5ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338865
3 changed files with 3 additions and 16 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= uliweb
PORTVERSION= 0.2.2
PORTVERSION= 0.2.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,2 +1,2 @@
SHA256 (Uliweb-0.2.2.tar.gz) = 813fddf5638bf9194100170a01bbd0104f7ef1598d14aa3cbed9a9746c288a05
SIZE (Uliweb-0.2.2.tar.gz) = 590003
SHA256 (Uliweb-0.2.3.tar.gz) = 662768e7c231e634e436e34abd0938338cd373f53a08ae6caa0490bc3aef0d1b
SIZE (Uliweb-0.2.3.tar.gz) = 602322

View file

@ -1,13 +0,0 @@
--- uliweb/utils/setup.py.orig 2013-12-26 16:36:45.000000000 +0800
+++ uliweb/utils/setup.py 2013-12-26 16:36:56.000000000 +0800
@@ -4,10 +4,6 @@
#remove build and dist directory
import shutil
-if os.path.exists('build'):
- shutil.rmtree('build')
-if os.path.exists('dist'):
- shutil.rmtree('dist')
def copy_dir(self, package, src, dst):
self.mkpath(dst)