bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
18 lines
543 B
Makefile
18 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.26 2022/01/04 20:55:09 wiz Exp $
|
|
|
|
DISTNAME= PyYAML-5.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyYAML/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://github.com/yaml/pyyaml
|
|
COMMENT= Collection of libraries to process YAML with Python
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../textproc/libyaml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|