pkgsrc/www/py-djangocms-admin-style/Makefile
adam 85b18db305 py-djangocms-admin-style: updated to 2.0.2
2.0.2
Fix changelist layout issue introduced since Django > 3.1.1

2.0.1
Fixed the icon in the admin dashboard for models that are read only

2.0.0
Added support for Django 3.1
Dropped support for Python 2.7 and Python 3.4
Dropped support for Django < 2.2
Changed field-box class declarations to fieldBox
Fixed screenshot tests for Django 2.2 and higher
2021-01-16 09:24:52 +00:00

20 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.18 2021/01/16 09:24:52 adam Exp $
DISTNAME= djangocms-admin-style-2.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-admin-style/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/divio/djangocms-admin-style
COMMENT= Adds pretty CSS styles for the django CMS admin interface
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"