Skip to content

Commit

Permalink
www/py-django-guardian: Update to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 3, 2022
1 parent fb8557b commit 701c85b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions www/py-django-guardian/Makefile
@@ -1,5 +1,5 @@
PORTNAME= django-guardian
PORTVERSION= 1.4.9
PORTVERSION= 2.4.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,11 +10,11 @@ COMMENT= Implementation of per object permissions for Django
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}

NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions www/py-django-guardian/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1499957273
SHA256 (django-guardian-1.4.9.tar.gz) = c3c0ab257c9d94ce154b9ee32994e3cff8b350c384040705514e14a9fb7c8191
SIZE (django-guardian-1.4.9.tar.gz) = 152433
TIMESTAMP = 1654276001
SHA256 (django-guardian-2.4.0.tar.gz) = c58a68ae76922d33e6bdc0e69af1892097838de56e93e78a8361090bcd9f89a0
SIZE (django-guardian-2.4.0.tar.gz) = 159008
2 changes: 1 addition & 1 deletion www/py-django-guardian/pkg-descr
@@ -1,4 +1,4 @@
django-guardian is an implementation of object permissions for Django
providing extra authentication backend.

WWW: https://pypi.org/project/django-guardian/
WWW: https://github.com/django-guardian/django-guardian

0 comments on commit 701c85b

Please sign in to comment.