mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
www/py-django-rich: Update to 1.13.0
* Support for Python 3.8 was dropped with release 1.12.0, adjust USES=python accordingly. Changelog since 1.11.0: https://github.com/adamchainz/django-rich/blob/1.13.0/CHANGELOG.rst
This commit is contained in:
parent
f4ceda5891
commit
9e3a04ed69
@ -1,5 +1,5 @@
|
||||
PORTNAME= django-rich
|
||||
PORTVERSION= 1.11.0
|
||||
PORTVERSION= 1.13.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,10 +14,10 @@ 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} \
|
||||
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
|
||||
USES= python:3.9+
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1725377662
|
||||
SHA256 (django_rich-1.11.0.tar.gz) = d07fa5c57921240673b84f8fe57940e6ade034c1f7b481517e72bec524a0e126
|
||||
SIZE (django_rich-1.11.0.tar.gz) = 61083
|
||||
TIMESTAMP = 1730458158
|
||||
SHA256 (django_rich-1.13.0.tar.gz) = 2a59a81ca3ba25202db7b6047aa322a8d5b866e1929f7fbea6059a3c8e4e420c
|
||||
SIZE (django_rich-1.13.0.tar.gz) = 61060
|
||||
|
Loading…
Reference in New Issue
Block a user