8f5a7a48ca
3.8.0 Introduced support for Django 3.1 Dropped support for Python 2.7 and Python 3.4 Dropped support for Django < 2.2 Removed djangocms-column from the manual installation instructions Removed duplicate attr declaration from the documentation Fixed a reference to a wrong variable in log messages in utils/conf.py Fixed an issue in wizards/create.html where the error message did not use the plural form Improved documentation building Updated the content for django CMS’s development community 3.7.4 Fixed a security vulnerability in the plugin_type url parameter to insert JavaScript code. 3.7.3 Fixed apphooks config select in Firefox Fixed compatibility errors on python 2 Fixed long page titles in Page tree/list view to prevent horizontal scrolling Adapted plugin documentations 3.7.2 Added support for Django 3.0 Added support for Python 3.8 migrated from django.utils.six to the six package migrated from django.utils.lru_cache to functools.lru_cache migrated from render_to_response to render in cms.views added cms.utils.compat.dj.available_attrs added --force-color and --skip-checks in base commands when using Django 3 replaced staticfiles and admin_static with static replaced djangocms-helper with django-app-helper
25 lines
906 B
Makefile
25 lines
906 B
Makefile
# $NetBSD: Makefile,v 1.52 2021/01/16 09:25:43 adam Exp $
|
|
|
|
DISTNAME= django-cms-3.8.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cms/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://www.django-cms.org/
|
|
COMMENT= Django content management system
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
|
|
DEPENDS+= ${PYPKGPREFIX}-django-classy-tags>=0.7.2:../../www/py-django-classy-tags
|
|
DEPENDS+= ${PYPKGPREFIX}-django-formtools>=2.1:../../www/py-django-formtools
|
|
DEPENDS+= ${PYPKGPREFIX}-django-sekizai>=0.7:../../www/py-django-sekizai
|
|
DEPENDS+= ${PYPKGPREFIX}-django-treebeard>=4.3:../../www/py-django-treebeard
|
|
DEPENDS+= ${PYPKGPREFIX}-djangocms-admin-style>=1.2:../../www/py-djangocms-admin-style
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|