bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
28 lines
817 B
Makefile
28 lines
817 B
Makefile
# $NetBSD: Makefile,v 1.24 2022/01/04 20:55:16 wiz Exp $
|
|
|
|
DISTNAME= bleach-3.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/mozilla/bleach
|
|
COMMENT= Easy whitelist-based HTML-sanitizing tool
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= packaging
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_SH+= bleach/_vendor/pip_install_vendor.sh
|
|
|
|
PYSETUPTESTTARGET= pytest
|
|
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|