diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-17 05:39:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-17 05:39:51 +0000 |
commit | d73ef7406d0eff5253c32bf26ec96b8466647846 (patch) | |
tree | 6590aca339d93492ba29dfca0316efdc44d11b8e /devel/py-argparse | |
parent | caf9707d2e4320d80c88cce1fa441f8ad844ed3e (diff) | |
download | ports-d73ef7406d0eff5253c32bf26ec96b8466647846.tar.gz ports-d73ef7406d0eff5253c32bf26ec96b8466647846.zip |
Notes
Diffstat (limited to 'devel/py-argparse')
-rw-r--r-- | devel/py-argparse/Makefile | 4 | ||||
-rw-r--r-- | devel/py-argparse/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index 7ce216ff1fc5..2e6689c99bf8 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= argparse -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= devel python MASTER_SITES= http://cheeseshop.python.org/packages/source/a/argparse/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ COMMENT= An optparse-inspired command-line parsing library USE_ZIP= yes -USE_PYTHON= yes +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/argparse.py \ diff --git a/devel/py-argparse/distinfo b/devel/py-argparse/distinfo index da5d5ef8bb87..fbfd10e21a93 100644 --- a/devel/py-argparse/distinfo +++ b/devel/py-argparse/distinfo @@ -1,3 +1,3 @@ -MD5 (argparse-0.4.0.zip) = 9240b1183f2c08a1eb5b48e0adae689b -SHA256 (argparse-0.4.0.zip) = ced2c1a18794fbd6232780f050e77f86a1e1a6ab28e1fce1aacc97b2b18b0618 -SIZE (argparse-0.4.0.zip) = 15031 +MD5 (argparse-0.5.0.zip) = dbc3603e049e4dd624cfc615a544b4e2 +SHA256 (argparse-0.5.0.zip) = b03fad7552188a6d950987a9edca2e33ac096f012de2fbbff4e726b6e5f05691 +SIZE (argparse-0.5.0.zip) = 15843 |