9ed1778a06
4.0.0: Added support for Django 3.1 Dropped support for Python 2.7 and Python 3.4 Dropped support for Django < 2.2 Ensure that correct urls are generated when static files are hosted on a CDN Allow to style WYSIWYG content based on parent plugins, by adding CMSPluginBase.child_ckeditor_body_css_class to a parent Upgrade to CKeditor version to 4.14.1
22 lines
702 B
Makefile
22 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/01/16 10:13:54 adam Exp $
|
|
|
|
DISTNAME= djangocms-text-ckeditor-4.0.0
|
|
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
|
|
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|