Ticket #30221: Portfile

File Portfile, 1.0 KB (added by lynxman@…, 13 years ago)

py27-argparse Portfile

Line 
1# $Id$
2
3PortSystem        1.0
4PortGroup         python27 1.0
5
6name              py27-argparse
7version           1.2.1
8categories        python net
9platforms         darwin
10maintainers       lynxman.net:lynxman
11
12description       The argparse module makes it easy to write user friendly command line interfaces.
13long_description  The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.argv. \
14                  The argparse module also automatically generates help and usage messages and issues errors when users give the program invalid arguments.
15
16homepage          http://code.google.com/p/argparse/
17master_sites      http://argparse.googlecode.com/files/
18distname          argparse-${version}
19
20checksums         md5     2fbef8cb61e506c706957ab6e135840c \
21                  sha1    caadac82aa2576d6b445058c1fcf6ef0b14dbaa1 \
22                  rmd160  4ba4f413fab2a5f566b9b9bf1572714cd762fc66
23
24universal_variant no
25
26livecheck.type    regex
27livecheck.regex   {argparse-(\d+(?:\.\d+)*\w).tar.gz}