freebsd-ports/www/py-django-ranged-response/Makefile
Richard Gallamore 32dfc9b254 Seahub and Django depends: Update Django to 3.2
This is the initial commit for the migration from Django
2.2 to Django 3.2. This migration is needed due to Django 2.2
becoming is EOL as of 4/1/2022.

PR: 261313
Approved by: kai
Differential Revision: https://reviews.freebsd.org/D34456
2022-04-07 09:51:47 -07:00

19 lines
435 B
Makefile

PORTNAME= django-ranged-response
DISTVERSION= 0.2.0
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Modified Django FileResponse that adds Content-Range headers
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>