273f3b6363
* Wheel packages for Windows binaries. * Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57). * Uniform representation for OrderedDict across different versions of Python (fixes issue #61). * Fixed comparison to None warning (closes issue #64).
15 lines
467 B
Makefile
15 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.16 2016/09/01 17:01:46 wiz Exp $
|
|
|
|
DISTNAME= PyYAML-3.12
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://pyyaml.org/download/pyyaml/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.pyyaml.org/
|
|
COMMENT= Collection of libraries to process YAML with Python
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../textproc/libyaml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|