mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/py-django-cacheops: Update to 7.2
* Switch to the PEP517 build framework. Changelog: https://github.com/Suor/django-cacheops/blob/7.2/CHANGELOG
This commit is contained in:
parent
4ca68aef36
commit
4e379ae814
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= django-cacheops
|
||||
PORTVERSION= 7.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,12 +12,14 @@ WWW= https://github.com/Suor/django-cacheops
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}funcy>=1.8:devel/py-funcy@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1730658418
|
||||
SHA256 (django_cacheops-7.1.tar.gz) = ec079abb968557321ee208c6274820231820f98ca6377dda971f04981bc2ab52
|
||||
SIZE (django_cacheops-7.1.tar.gz) = 72352
|
||||
TIMESTAMP = 1745221206
|
||||
SHA256 (django_cacheops-7.2.tar.gz) = cbc11cc0321295a3644e27bcb26940f08cb9c2e71d3ee506cbcff0bdda1a9f33
|
||||
SIZE (django_cacheops-7.2.tar.gz) = 72751
|
||||
|
|
Loading…
Add table
Reference in a new issue