pkgsrc/www/py-djangocms-picture/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

24 lines
817 B
Makefile

# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:23 wiz Exp $
DISTNAME= djangocms-picture-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-picture/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/divio/djangocms-picture
COMMENT= Django CMS plugin that allows you to add images
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms
DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.7:../../www/py-django-filer
DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=1.0:../../www/py-djangocms-attributes-field
DEPENDS+= ${PYPKGPREFIX}-easy-thumbnails-[0-9]*:../../www/py-easy-thumbnails
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"