Skip to content

Commit

Permalink
www/py-django-registration: Update to 3.4
Browse files Browse the repository at this point in the history
* Switch to the PEP517 build framework.

Changelog:

ubernostrum/django-registration@3.3...3.4

PR:		276324
Approved by:	Kevin Golding (maintainer)
  • Loading branch information
knobix committed Jan 16, 2024
1 parent 60d563d commit b60a89a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit b60a89a

Please sign in to comment.