update to 0.9.3

Approved by:	itetcu (mentor, implicit)
This commit is contained in:
Dryice Dong Liu 2007-04-24 02:09:41 +00:00
parent 982e79f9f7
commit 59c0749b15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190769
3 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= nose
PORTVERSION= 0.9.2
PORTVERSION= 0.9.3
CATEGORIES= devel python
MASTER_SITES= http://somethingaboutorange.com/mrl/projects/nose/ \
${MASTER_SITE_LOCAL} \

View file

@ -1,3 +1,3 @@
MD5 (nose-0.9.2.tar.gz) = d6c78e37b5a5a671e79b00784233dc63
SHA256 (nose-0.9.2.tar.gz) = 34335e68c717cdfe5b9da7de9eed7435a10ae1a37bc0ce9392bd057eb1d87f42
SIZE (nose-0.9.2.tar.gz) = 138890
MD5 (nose-0.9.3.tar.gz) = fc83ca1861afb598e5634f83dbe045ec
SHA256 (nose-0.9.3.tar.gz) = 3093e91694e6bfab7b3d4aa58e1c6cd1550d83d932db4f3ab3ad8c28c7b78da8
SIZE (nose-0.9.3.tar.gz) = 141603

View file

@ -1,11 +1,11 @@
--- setup.py.orig Thu Feb 1 11:32:28 2007
+++ setup.py Fri Feb 2 12:10:08 2007
--- setup.py.orig Sun Apr 22 06:40:40 2007
+++ setup.py Tue Apr 24 09:22:39 2007
@@ -38,7 +38,7 @@
download_url = \
'http://somethingaboutorange.com/mrl/projects/nose/nose-%s.tar.gz' \
% VERSION,
- data_files = [('man/man2', ['nosetests.1'])],
+# data_files = [('man/man2', ['nosetests.1'])],
- data_files = [('man/man1', ['nosetests.1'])],
+# data_files = [('man/man1', ['nosetests.1'])],
package_data = {'': ['*.txt']},
packages = find_packages(),
entry_points = {