8d572fcd76
[0, 16, 10]: - (auto) updated image references in README to sourceforge [0, 16, 9]: - update CHANGES [0, 16, 8]: - update requirements so that ruamel.yaml.clib is installed for 3.8, as it has become available (via manylinux builds) [0, 16, 7]: - fix typchecking issue on TaggedScalar - fix error in dumping literal scalar in sequence with comments before element [0, 16, 6]: - fix empty string mapping key roundtripping with preservation of quotes as `? ''` - fix incorrect state setting in class constructor - adjust deprecation warning test for Hashable, as that no longer warns
22 lines
667 B
Makefile
22 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/02/19 09:41:50 adam Exp $
|
|
|
|
DISTNAME= ruamel.yaml-0.16.10
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.yaml/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/ruamel/yaml
|
|
COMMENT= YAML parser/emitter
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml-clib>=0.1.2:../../devel/py-ruamel-yaml-clib
|
|
.include "../../lang/python/pyversion.mk"
|
|
.if ${_PYTHON_VERSION} == 27
|
|
DEPENDS+= ${PYPKGPREFIX}-ruamel-ordereddict>=0.4.9:../../devel/py-ruamel-ordereddict
|
|
.endif
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|