Update to 0.5.9
- Fix version requirement of RUN_DEPENDS - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/emre/kaptan/releases https://github.com/emre/kaptan/blob/master/CHANGES
This commit is contained in:
parent
6329b7f2b8
commit
fdc9421266
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463524
3 changed files with 11 additions and 8 deletions
|
@ -2,20 +2,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kaptan
|
||||
PORTVERSION= 0.5.8
|
||||
PORTVERSION= 0.5.9
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python config parser for json, yaml
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (kaptan-0.5.8.tar.gz) = 7817989386899b04d927194b0950ed508acc0c9db082e04ceb7eb7edbd4119ad
|
||||
SIZE (kaptan-0.5.8.tar.gz) = 7088
|
||||
TIMESTAMP = 1520095603
|
||||
SHA256 (kaptan-0.5.9.tar.gz) = 46285de47f981189060eb4e4ca73713c0b3e22ebd662b1599df12064ad3a1762
|
||||
SIZE (kaptan-0.5.9.tar.gz) = 8419
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Config file parser for Python projects. Supports JSON, INI
|
||||
and YAML.
|
||||
kaptan is a configuration parser which supports dict, ini, json, yaml and python
|
||||
files.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/kaptan
|
||||
WWW: https://github.com/emre/kaptan
|
||||
|
|
Loading…
Reference in a new issue