Date: Sat, 3 Mar 2018 19:16:01 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463524 - head/devel/py-kaptan Message-ID: <201803031916.w23JG1X3097583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 3 19:16:01 2018 New Revision: 463524 URL: https://svnweb.freebsd.org/changeset/ports/463524 Log: 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 Modified: head/devel/py-kaptan/Makefile head/devel/py-kaptan/distinfo head/devel/py-kaptan/pkg-descr Modified: head/devel/py-kaptan/Makefile ============================================================================== --- head/devel/py-kaptan/Makefile Sat Mar 3 19:15:55 2018 (r463523) +++ head/devel/py-kaptan/Makefile Sat Mar 3 19:16:01 2018 (r463524) @@ -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> Modified: head/devel/py-kaptan/distinfo ============================================================================== --- head/devel/py-kaptan/distinfo Sat Mar 3 19:15:55 2018 (r463523) +++ head/devel/py-kaptan/distinfo Sat Mar 3 19:16:01 2018 (r463524) @@ -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 Modified: head/devel/py-kaptan/pkg-descr ============================================================================== --- head/devel/py-kaptan/pkg-descr Sat Mar 3 19:15:55 2018 (r463523) +++ head/devel/py-kaptan/pkg-descr Sat Mar 3 19:16:01 2018 (r463524) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803031916.w23JG1X3097583>