mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
add py-getargs 2.12
Parse command line arguments in sys.argv
This commit is contained in:
parent
59ff1d9146
commit
1339cafcff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99770
@ -961,6 +961,7 @@
|
||||
SUBDIR += py-fortran
|
||||
SUBDIR += py-freebsd
|
||||
SUBDIR += py-game
|
||||
SUBDIR += py-getargs
|
||||
SUBDIR += py-grouch
|
||||
SUBDIR += py-istring
|
||||
SUBDIR += py-kjbuckets
|
||||
|
22
devel/py-getargs/Makefile
Normal file
22
devel/py-getargs/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: py-getargs
|
||||
# Date created: Feb 2, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= getargs
|
||||
PORTVERSION= 2.12
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://iamroot.beigetower.org/pkgs/getargs/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Parse command line arguments in sys.argv
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/py-getargs/distinfo
Normal file
1
devel/py-getargs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (getargs-2.12.tar.bz2) = be5a5f27e393c8923248bec281a53495
|
7
devel/py-getargs/pkg-descr
Normal file
7
devel/py-getargs/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module implements a Command Line Parser class (CLParser) that
|
||||
applications can use to parse command line arguments in sys.argv.
|
||||
|
||||
getargs is designed as a considerably more powerful and flexible alternative
|
||||
to the standard getopt module.
|
||||
|
||||
WWW: http://iamroot.beigetower.org/getargs.html
|
3
devel/py-getargs/pkg-plist
Normal file
3
devel/py-getargs/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/getargs.py
|
||||
%%PYTHON_SITELIBDIR%%/getargs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/getargs.pyo
|
Loading…
Reference in New Issue
Block a user