1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

This simple Python module gives you an elegant interface for your command line

arguments.

WWW: https://github.com/kennethreitz/args
This commit is contained in:
Nicola Vitale 2014-07-18 01:53:41 +00:00
parent a9fd4e02ea
commit d3ad8eeeb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362170
4 changed files with 28 additions and 0 deletions

View File

@ -3558,6 +3558,7 @@
SUBDIR += py-archetypes.schemaextender
SUBDIR += py-argh
SUBDIR += py-argparse
SUBDIR += py-args
SUBDIR += py-asn1
SUBDIR += py-asn1-modules
SUBDIR += py-aspects

21
devel/py-args/Makefile Normal file
View File

@ -0,0 +1,21 @@
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= args
PORTVERSION= 0.1.0
#PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Command arguments for humans
LICENSE= BSD2CLAUSE
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS= yes
USE_PYTHON= yes
.include <bsd.port.mk>

2
devel/py-args/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (args-0.1.0.tar.gz) = a785b8d837625e9b61c39108532d95b85274acd679693b71ebb5156848fcf814
SIZE (args-0.1.0.tar.gz) = 3048

4
devel/py-args/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
This simple Python module gives you an elegant interface for your command line
arguments.
WWW: https://github.com/kennethreitz/args