3.7.0: Added support for Django 1.11, 2.0 and 2.1 Removed support for Django < 1.11 Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 3.6
20 lines
678 B
Makefile
20 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.10 2018/12/13 21:34:34 adam Exp $
|
|
|
|
DISTNAME= djangocms-text-ckeditor-3.7.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.3.0:../../www/py-django-cms
|
|
DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|