pkgsrc/www/py-draftjs_exporter/Makefile
adam be8a482de1 py-draftjs_exporter: updated to 4.1.2
v4.1.2
Changed
- Add tentative support for Python 3.10.
- Stop using `extras_require` for development-only dependencies.
2021-04-06 19:55:31 +00:00

22 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.4 2021/04/06 19:55:31 adam Exp $
DISTNAME= draftjs_exporter-4.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/draftjs-exporter/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/springload/draftjs_exporter
COMMENT= Library to convert Draft.js raw ContentState to HTML
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.4.1:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999:../../textproc/py-html5lib
DEPENDS+= ${PYPKGPREFIX}-lxml>=4.2.0:../../textproc/py-lxml
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"