www/py-django-mptt: Update to 0.15.0
* Support for Python 3.8 was dropped with this release * Switch to PEP517 build framework. Changelog: https://github.com/django-mptt/django-mptt/blob/0.15/CHANGELOG.rst
This commit is contained in:
parent
9016ee492e
commit
f28d958f23
2 changed files with 8 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
|||
PORTNAME= django-mptt
|
||||
PORTVERSION= 0.14.0
|
||||
PORTVERSION= 0.15.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= django_mptt-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
COMMENT= Utilities for implementing Modified Preorder Tree Traversal in Django
|
||||
|
@ -11,11 +12,12 @@ WWW= https://github.com/django-mptt/django-mptt
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}\
|
||||
${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.9+
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665308477
|
||||
SHA256 (django-mptt-0.14.0.tar.gz) = 2c92a2b1614c53086278795ccf50580cf1f9b8564f3ff03055dd62bab5987711
|
||||
SIZE (django-mptt-0.14.0.tar.gz) = 103453
|
||||
TIMESTAMP = 1696851900
|
||||
SHA256 (django_mptt-0.15.0.tar.gz) = 0df19d5a55f34e73df58ee03fbe0d91807493de4bd3a09f6eb00fc62920035d9
|
||||
SIZE (django_mptt-0.15.0.tar.gz) = 69646
|
||||
|
|
Loading…
Reference in a new issue