bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
21 lines
618 B
Makefile
21 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:22 wiz Exp $
|
|
|
|
DISTNAME= djangocms-attributes-field-2.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-attributes-field/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/djangocms-attributes-field
|
|
COMMENT= Implementation of JSONField for arbitrary HTML element attributes
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|