1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | |
---|
6 | name py27-argparse |
---|
7 | version 1.2.1 |
---|
8 | categories python net |
---|
9 | platforms darwin |
---|
10 | maintainers lynxman.net:lynxman |
---|
11 | |
---|
12 | description The argparse module makes it easy to write user friendly command line interfaces. |
---|
13 | long_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 | |
---|
16 | homepage http://code.google.com/p/argparse/ |
---|
17 | master_sites http://argparse.googlecode.com/files/ |
---|
18 | distname argparse-${version} |
---|
19 | |
---|
20 | checksums md5 2fbef8cb61e506c706957ab6e135840c \ |
---|
21 | sha1 caadac82aa2576d6b445058c1fcf6ef0b14dbaa1 \ |
---|
22 | rmd160 4ba4f413fab2a5f566b9b9bf1572714cd762fc66 |
---|
23 | |
---|
24 | universal_variant no |
---|
25 | |
---|
26 | livecheck.type regex |
---|
27 | livecheck.regex {argparse-(\d+(?:\.\d+)*\w).tar.gz} |
---|