1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/py-swapper/Makefile
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

27 lines
631 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= swapper
PORTVERSION= 1.1.2
DISTVERSIONSUFFIX= .post1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Unofficial Django swappable models API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.6:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>