pkgsrc/www/py-django-timezone-field/Makefile
2023-07-13 10:03:25 +00:00

22 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.6 2023/07/13 10:03:29 wiz Exp $
DISTNAME= django-timezone-field-4.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-timezone-field/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mfogel/django-timezone-field
COMMENT= Database and form fields for pytz timezone objects
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django3
TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"