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]
This commit is contained in:
Kai Knoblich 2020-05-13 07:55:12 +00:00
parent 23802ba7ca
commit 356f24c838
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535087
7 changed files with 19 additions and 17 deletions

View File

@ -13,6 +13,8 @@ COMMENT= Django model mixins and utilities
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
DEPRECATED= Obsolete, please use www/py-django-model-utils instead
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.0.1:www/py-django22@${PY_FLAVOR}
USES= python:3.6+

View File

@ -15,6 +15,8 @@ COMMENT= Unofficial Django swappable models API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Obsolete, please use www/py-swapper instead
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}

View File

@ -3,6 +3,7 @@
PORTNAME= django-braces
PORTVERSION= 1.14.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,10 +14,10 @@ COMMENT= Reusable, generic mixins for Django
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11.0:www/py-django111@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11.0:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -3,6 +3,7 @@
PORTNAME= django-model-utils
PORTVERSION= 3.2.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,14 +14,11 @@ COMMENT= Django model mixins and utilities
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
# django-model-utils 4.0.0+ requires Django 2.0+
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= django-star-ratings
PORTVERSION= 0.7.0
PORTREVISION= 1
PORTVERSION= 0.9.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,12 +12,12 @@ COMMENT= Django app to add star ratings to models
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-braces>=0:www/py-django-braces@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-model-utils>=0:www/py-django-model-utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}swapper>=0:www/py-swapper@${PY_FLAVOR}
USES= python
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549045004
SHA256 (django-star-ratings-0.7.0.tar.gz) = 8900617d44e93529f66213d8b3efa72c6943c9a5ff11f96e63aa6b4dbc96e4b5
SIZE (django-star-ratings-0.7.0.tar.gz) = 34514
TIMESTAMP = 1587806193
SHA256 (django-star-ratings-0.9.1.tar.gz) = ec6dca90cc2f195353ba073c0daa84207640155bbc9ee46155c95efc6d37a787
SIZE (django-star-ratings-0.9.1.tar.gz) = 32979

View File

@ -4,7 +4,7 @@
PORTNAME= swapper
PORTVERSION= 1.1.2
DISTVERSIONSUFFIX= .post1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,9 +16,9 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.6:www/py-django111@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.6:www/py-django22@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes