47550bd519
into the NetBSD Packages Collection. ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
23 lines
677 B
Makefile
23 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/05/16 13:52:54 nils Exp $
|
|
|
|
DISTNAME= ruamel.yaml-0.10.23
|
|
PKGNAME= ${PYPKGPREFIX}-ruamel-yaml-0.10.23
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.yaml/}
|
|
|
|
MAINTAINER= gde@llew.me
|
|
HOMEPAGE= https://bitbucket.org/ruamel/yaml
|
|
COMMENT= YAML parser/emitter
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ruamel-base>=1.0.0:../../devel/py-ruamel-base
|
|
|
|
# for python < 3.0
|
|
.include "../../lang/python/pyversion.mk"
|
|
.if ${_PYTHON_VERSION} < 30
|
|
DEPENDS+= ${PYPKGPREFIX}-ruamel-ordereddict>=0.4.9:../../devel/py-ruamel-ordereddict
|
|
.endif
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|