pkgsrc/www/py-django-countries/Makefile
adam 19fcf1d234 py-django-countries: updated to 5.5
5.5:
Django 3.0 compatibility.
Plugin system for extending the Country object.

5.4:
Renamed Macedonia -> North Macedonia.
Fix an outlying makemigrations error.
Pulled in new translations which were provided but missing from previous version.
Fixed Simplified Chinese translation (needed to be locale/zh_Hans).
Introduce an optional complex format for COUNTRIES_ONLY and COUNTRIES_OVERRIDE to allow for multiple names for a country, a custom three character code, and a custom numeric country code.
2019-11-05 09:08:09 +00:00

19 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/11/05 09:08:09 adam Exp $
DISTNAME= django-countries-5.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-countries/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/SmileyChris/django-countries
COMMENT= Provides a country field for Django models
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"