pkgsrc/www/py-djangocms-text-ckeditor/Makefile
adam e54d699bdd py-djangocms-text-ckeditor: updated to 5.1.5
5.1.5

fix(settings): Extend ALLOW_TOKEN_PARSERS if custom one is provided
Remove Flash plugin in the default settings
fix: Allow for request-free context objects for testing purposes
Support djangocms-picture 2.0.0 and higher in create_picture_plugin
Update test matrix to include Django 5
2023-12-07 17:47:13 +00:00

26 lines
909 B
Makefile

# $NetBSD: Makefile,v 1.17 2023/12/07 17:47:13 adam Exp $
DISTNAME= djangocms-text-ckeditor-5.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-text-ckeditor/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/divio/djangocms-text-ckeditor
COMMENT= Text Plugin for Django CMS with CK-Editor
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.6:../../www/py-django-cms
DEPENDS+= ${PYPKGPREFIX}-html5lib>=1.0:../../textproc/py-html5lib
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"