Files
ports/www/py-django-braces/Makefile
T
Kai Knoblich 356f24c838 www/py-django-star-ratings: Update to 0.9.1
* Assign the port to Django 2.2 (current LTS release) as well because
  Django 1.11 is End-of-Life since April.

* Do the same for its dependencies and bump PORTREVISION accordingly. [1]

* Mark the repo-copied ports www/py-dj22-django-model-utils and
  py-dj22-swapper as deprecated because they're obsolete now. [1]

Changelog:

https://github.com/wildfish/django-star-ratings/blob/0.9.1/CHANGELOG.txt

PR:		245905
Approved by:	Kevin Golding (maintainer), maintainer timeout (14 days) [1]
2020-05-13 07:55:12 +00:00

26 lines
586 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-braces
PORTVERSION= 1.14.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Reusable, generic mixins for Django
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11.0:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>