pkgsrc/www/py-django/Makefile
adam 0c1f7d7bdb py-django: updated to 1.11.12
Django 1.11.12:
Bugfixes:
Fixed a regression in Django 1.11.8 where combining two annotated values_list() querysets with union(), difference(), or intersection() crashed due to mismatching columns.
Fixed a regression in Django 1.11 where an empty choice could be initially selected for the SelectMultiple and CheckboxSelectMultiple widgets
2018-04-03 08:58:32 +00:00

27 lines
833 B
Makefile

# $NetBSD: Makefile,v 1.98 2018/04/03 08:58:32 adam Exp $
DISTNAME= Django-1.11.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://www.djangoproject.com/
COMMENT= Django, a high-level Python Web framework
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
USE_LANGUAGES= # none
REPLACE_PYTHON+= django/bin/django-admin.py
REPLACE_PYTHON+= django/conf/project_template/manage.py-tpl
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} django-admin django-admin${PYVERSSUFFIX} && \
${MV} django-admin.py django-admin${PYVERSSUFFIX}.py || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"