- Update to 0.10.0
- Add LICENSE_FILE Changes: https://github.com/bw2/ConfigArgParse/releases
This commit is contained in:
parent
5bccef3466
commit
eac0dd18e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403396
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= configargparse
|
||||
PORTVERSION= 0.9.3
|
||||
PORTVERSION= 0.10.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
|||
COMMENT= Drop-in replacement for argparse
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ConfigArgParse-0.9.3.tar.gz) = 141c57112e1f8eb7e594a9820e95af897a7fa2d186cef5cff7e08cb3f7252829
|
||||
SIZE (ConfigArgParse-0.9.3.tar.gz) = 18983
|
||||
SHA256 (ConfigArgParse-0.10.0.tar.gz) = 3b50a83dd58149dfcee98cb6565265d10b53e9c0a2bca7eeef7fb5f5524890a7
|
||||
SIZE (ConfigArgParse-0.10.0.tar.gz) = 36174
|
||||
|
|
Loading…
Reference in a new issue