1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to 0.9.0

- Update WWW
This commit is contained in:
Li-Wen Hsu 2009-03-30 19:52:51 +00:00
parent 7293a11485
commit b47bc792a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231325
3 changed files with 6 additions and 7 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= argparse
PORTVERSION= 0.8.0
PORTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org

View File

@ -1,3 +1,3 @@
MD5 (argparse-0.8.0.zip) = fc3ac46fecf541e8ca25caeae75b1b8d
SHA256 (argparse-0.8.0.zip) = 3873c26d999cc6398bf1508618b3eb8d9a8becbe39103ffb440cb94c3b3661d0
SIZE (argparse-0.8.0.zip) = 32469
MD5 (argparse-0.9.0.zip) = 0cd9857b48c05ce4995599afbe117dbe
SHA256 (argparse-0.9.0.zip) = 08b86ae571033f189a302157b828c14a61aa2592d9d60c6594c74eb191480e02
SIZE (argparse-0.9.0.zip) = 114585

View File

@ -4,4 +4,4 @@ ability to create parsers for sub-commands, more informative help and usage
messages, and much more. At the same time, it retains the ease and flexibility
of use that made optparse so popular.
WWW: http://argparse.python-hosting.com/
WWW: http://code.google.com/p/argparse/