www/py-django-rich: Update to 2.0.0
* Switch to the more preferred DISTVERSION while I'm here. * Also adjust USES=python accordingly, because Python 3.8 is no longer present in the ports tree after ca15850a2b13. Changelog: https://github.com/adamchainz/django-rich/blob/2.0.0/CHANGELOG.rst
This commit is contained in:
parent
b7142462d8
commit
99c9bddf96
@ -1,9 +1,9 @@
|
||||
PORTNAME= django-rich
|
||||
PORTVERSION= 1.14.0
|
||||
DISTVERSION= 2.0.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= django_rich-${PORTVERSION}
|
||||
DISTNAME= django_rich-${DISTVERSION}
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
COMMENT= Extensions for using Rich with Django
|
||||
@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rich>=10.0.0:textproc/py-rich@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.9+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1739187658
|
||||
SHA256 (django_rich-1.14.0.tar.gz) = 737b3093a9ba993a40cefc5fb0d7bb12767adb78c9944e6d3107805caca3dcd7
|
||||
SIZE (django_rich-1.14.0.tar.gz) = 61077
|
||||
TIMESTAMP = 1747327116
|
||||
SHA256 (django_rich-2.0.0.tar.gz) = 3646edf7223f05b9775ec9a38ab5a33be93042fc3de3d5e31eacf84da6091913
|
||||
SIZE (django_rich-2.0.0.tar.gz) = 61448
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user