7220a250ce
* Adjust RUN_DEPENDS to use Django 3.2 (LTS release) because the extended support for Django 3.0 has expired on 6th April 2021. * Also avoid the installation of the test suite into the root of Python's site-lib directory as it can lead to conflicts with other packages. PR: 255114 Approved by: dbaio (maintainer)
20 lines
418 B
Makefile
20 lines
418 B
Makefile
PORTNAME= django-bootstrap-pagination
|
|
DISTVERSION= 1.7.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Bootstrap pagination for django
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.7.0:www/py-django32@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|