0ee0a4f18e
2.1.3: Added missing migration for Picture model 2.1.2: Fixed an issue creating a validation error on the alt attribute Fixed an issue in the template adding a } after the srcset Adapted test matrix for django CMS 3.4, 3.5, 3.6 as well as Django 1.11, 2.0 and 2.1 Exclude tests folder from release build
21 lines
768 B
Makefile
21 lines
768 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/12/13 21:32:31 adam Exp $
|
|
|
|
DISTNAME= djangocms-picture-2.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-picture/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/djangocms-picture
|
|
COMMENT= Flash plugin for django CMS
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.4.5:../../www/py-django-cms
|
|
DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.3.0:../../www/py-django-filer
|
|
DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=0.4.0:../../www/py-djangocms-attributes-field
|
|
DEPENDS+= ${PYPKGPREFIX}-django-easy-thumbnails-[0-9]*:../../www/py-django-easy-thumbnails
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|