mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
www/py-django-js-asset: Update to 3.0.1
* Support for Python 3.9 was dropped with version 3.0.0, adjust USE_PYTHON accordingly. Changelog since 3.0.1: https://github.com/matthiask/django-js-asset/blob/3.0.1/CHANGELOG.rst
This commit is contained in:
parent
996a989e17
commit
2169c4b313
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= django-js-asset
|
PORTNAME= django-js-asset
|
||||||
DISTVERSION= 2.2.0
|
DISTVERSION= 3.0.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -14,9 +13,9 @@ LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${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}
|
||||||
|
|
||||||
USES= python
|
USES= python:3.10+
|
||||||
USE_PYTHON= autoplist pep517
|
USE_PYTHON= autoplist pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1702633024
|
TIMESTAMP = 1737892757
|
||||||
SHA256 (django_js_asset-2.2.0.tar.gz) = 0c57a82cae2317e83951d956110ce847f58ff0cdc24e314dbc18b35033917e94
|
SHA256 (django_js_asset-3.0.1.tar.gz) = 5ad51814edf38d28e6280e6ecad50ee40551363a2f6a6bfe93577dee793dc378
|
||||||
SIZE (django_js_asset-2.2.0.tar.gz) = 7904
|
SIZE (django_js_asset-3.0.1.tar.gz) = 7701
|
||||||
|
|
Loading…
Add table
Reference in a new issue