diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2024-01-16 06:21:10 +0100 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2024-01-16 06:21:10 +0100 |
commit | b60a89a503805dd8bbe2bb019640e50c4eac2d7a (patch) | |
tree | 8452e8b2f19505302e62b226263764135ea9b643 /www | |
parent | 60d563daeaa63f0d631a0a3305f823092e261420 (diff) | |
download | freebsd-ports-b60a89a503805dd8bbe2bb019640e50c4eac2d7a.zip |
www/py-django-registration: Update to 3.4
* Switch to the PEP517 build framework.
Changelog:
https://github.com/ubernostrum/django-registration/compare/3.3...3.4
PR: 276324
Approved by: Kevin Golding (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-registration/Makefile | 6 | ||||
-rw-r--r-- | www/py-django-registration/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/py-django-registration/Makefile b/www/py-django-registration/Makefile index fe425292f1e0..31fbdf68234b 100644 --- a/www/py-django-registration/Makefile +++ b/www/py-django-registration/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-registration -PORTVERSION= 3.3 +PORTVERSION= 3.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,13 @@ WWW= https://github.com/ubernostrum/django-registration LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confusable_homoglyphs>=3.0<4.0:devel/py-confusable_homoglyphs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-registration-redux diff --git a/www/py-django-registration/distinfo b/www/py-django-registration/distinfo index b2a5f206dd41..6935e00297d1 100644 --- a/www/py-django-registration/distinfo +++ b/www/py-django-registration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668603223 -SHA256 (django-registration-3.3.tar.gz) = 884a4cc9ec87b9f1c0ceb6b6c4b7ba491c1877997a3cd29cc923697dac785eb8 -SIZE (django-registration-3.3.tar.gz) = 85046 +TIMESTAMP = 1704625621 +SHA256 (django-registration-3.4.tar.gz) = 1a0ccef7ef71e67a78a551abd8ad378977dc14a036f1fcd8be422a68bd5254a9 +SIZE (django-registration-3.4.tar.gz) = 89040 |