1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 0.8.16.

This commit is contained in:
Maxim Sobolev 2005-11-28 11:03:42 +00:00
parent 5e955e4ec1
commit 1d5cf4bb40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149763
3 changed files with 17 additions and 15 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= pychecker
PORTVERSION= 0.8.14
PORTREVISION= 1
PORTVERSION= 0.8.16
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (pychecker-0.8.14.tar.gz) = 531214b2c922462eb57dde5d37f004ac
SHA256 (pychecker-0.8.14.tar.gz) = 4c8601f11112b7fce53634f65140da171d85fc1e1004d0be6d5120848eedcf77
SIZE (pychecker-0.8.14.tar.gz) = 121815
MD5 (pychecker-0.8.16.tar.gz) = 74b65d9c8a0dd24d76fc3127769f2ad2
SHA256 (pychecker-0.8.16.tar.gz) = 3081b10256c25b2c3d7854df876340266f3d46dc042651dc682b9c33748dacfe
SIZE (pychecker-0.8.16.tar.gz) = 125451

View File

@ -1,10 +1,13 @@
--- setup.py.orig Mon Apr 25 15:50:35 2005
+++ setup.py Mon Apr 25 15:50:42 2005
@@ -78,7 +78,6 @@ fairly infrequent."""
author_email = "pychecker@metaslash.com",
url = "http://pychecker.sourceforge.net/",
packages = [ 'pychecker' ],
- data_files = [ (install_dir, DOC_FILES) ],
scripts = [ LOCAL_SCRIPT, ],
# classifiers was added in Python 2.3, but needed for PyPI
#classifiers = CLASSIFIERS,
$FreeBSD$
--- setup.py
+++ setup.py
@@ -187,7 +187,6 @@
'url' : "http://pychecker.sourceforge.net/",
'packages' : [ 'pychecker', ],
'scripts' : [ "pychecker" ], # note: will be replaced by customized action
- 'data_files' : [ ( "pychecker", DATA_FILES, ) ],
'long_description' : LONG_DESCRIPTION,
'cmdclass' : CUSTOMIZED_ACTIONS,
}