1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 75999 2011-02-15 15:28:46Z stromnov@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-argparse |
---|
8 | version 1.2.1 |
---|
9 | python.versions 24 25 26 |
---|
10 | categories python devel |
---|
11 | platforms darwin |
---|
12 | maintainers stromnov openmaintainer |
---|
13 | |
---|
14 | description Python command-line parsing library |
---|
15 | long_description ${description} backported from Python 2.7 |
---|
16 | |
---|
17 | homepage http://code.google.com/p/argparse/ |
---|
18 | master_sites googlecode:argparse |
---|
19 | distname argparse-${version} |
---|
20 | |
---|
21 | checksums rmd160 4ba4f413fab2a5f566b9b9bf1572714cd762fc66 \ |
---|
22 | sha256 ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4 |
---|
23 | |
---|
24 | livecheck.type regex |
---|
25 | livecheck.url ${master_sites} |
---|
26 | livecheck.regex "argparse-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|