mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-configargparse/Makefile
Normal file
21
python/py-configargparse/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-configargparse/Makefile 440849 2017-05-13 14:59:15Z sunpoet $
|
||||
|
||||
PORTNAME= configargparse
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ConfigArgParse-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Drop-in replacement for argparse
|
||||
|
||||
#TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
3
python/py-configargparse/distinfo
Normal file
3
python/py-configargparse/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1494685961
|
||||
SHA256 (ConfigArgParse-0.12.0.tar.gz) = 28cd7d67669651f2a4518367838c49539457504584a139709b2b8f6c208ef339
|
||||
SIZE (ConfigArgParse-0.12.0.tar.gz) = 41524
|
||||
5
python/py-configargparse/pkg-descr
Normal file
5
python/py-configargparse/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
ConfigArgParse is a drop-in replacement for argparse that allows options to
|
||||
also be set via config files and/or environment variables.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/ConfigArgParse
|
||||
WWW: https://github.com/bw2/ConfigArgParse
|
||||
Reference in New Issue
Block a user