mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/py-djangorestframework: Update to 3.15.2
Changelog since 3.14.0: https://www.django-rest-framework.org/community/release-notes/#3152
This commit is contained in:
parent
f8bf62aa69
commit
0cffd5a7f4
2 changed files with 12 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= djangorestframework
|
||||
PORTVERSION= 3.14.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.15.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
|
@ -13,8 +12,7 @@ WWW= https://www.django-rest-framework.org/
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.0:www/py-django42@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
@ -23,4 +21,10 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30900
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>0:devel/py-backports.zoneinfo@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665309069
|
||||
SHA256 (djangorestframework-3.14.0.tar.gz) = 579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8
|
||||
SIZE (djangorestframework-3.14.0.tar.gz) = 1055343
|
||||
TIMESTAMP = 1719292736
|
||||
SHA256 (djangorestframework-3.15.2.tar.gz) = 36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad
|
||||
SIZE (djangorestframework-3.15.2.tar.gz) = 1067420
|
||||
|
|
Loading…
Add table
Reference in a new issue