git: bc7a74378d24 - main - www/py-dj42-django-allauth: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:26:07 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc7a74378d24dfc27872b63b5f10d750ff937be9 commit bc7a74378d24dfc27872b63b5f10d750ff937be9 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:26:02 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:26:02 +0000 www/py-dj42-django-allauth: Remove expired port 2024-06-15 www/py-dj42-django-allauth: Obsolete, please use www/py-django-allauth instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-django-allauth/Makefile | 41 ------------------------------------ www/py-dj42-django-allauth/distinfo | 3 --- www/py-dj42-django-allauth/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 47 deletions(-) diff --git a/MOVED b/MOVED index b06b26dc1f44..723786570ba4 100644 --- a/MOVED +++ b/MOVED @@ -3335,3 +3335,4 @@ www/py-dj42-django-timezone-field|www/py-django-timezone-field|2024-06-15|Has ex www/py-dj42-django-graphiql-debug-toolbar|www/py-django-graphiql-debug-toolbar|2024-06-15|Has expired: Obsolete, please use www/py-django-graphiql-debug-toolbar instead www/py-dj42-django-rich|www/py-django-rich|2024-06-15|Has expired: Obsolete, please use www/py-django-rich instead www/py-dj42-django-redis|www/py-django-redis|2024-06-15|Has expired: Obsolete, please use www/py-django-redis instead +www/py-dj42-django-allauth|www/py-django-allauth|2024-06-15|Has expired: Obsolete, please use www/py-django-allauth instead diff --git a/www/Makefile b/www/Makefile index 5d964c6d03fc..0c1dac871b52 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1482,7 +1482,6 @@ SUBDIR += py-cssutils SUBDIR += py-daphne SUBDIR += py-dj-database-url - SUBDIR += py-dj42-django-allauth SUBDIR += py-dj42-django-crispy-forms SUBDIR += py-dj42-django-debug-toolbar SUBDIR += py-dj42-django-extensions diff --git a/www/py-dj42-django-allauth/Makefile b/www/py-dj42-django-allauth/Makefile deleted file mode 100644 index b2e58d490d2f..000000000000 --- a/www/py-dj42-django-allauth/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -PORTNAME= django-allauth -PORTVERSION= 0.59.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- - -MAINTAINER= grembo@FreeBSD.org -COMMENT= User registration with social account authentication -WWW= https://allauth.org/ \ - https://docs.allauth.org/en/latest/ \ - https://github.com/pennersr/django-allauth - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Obsolete, please use www/py-django-allauth instead -EXPIRATION_DATE=2024-06-15 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -OPTIONS_DEFINE= MFA SAML -MFA_DESC= Multi-Factor Authentication support -SAML_DESC= Security Assertion Markup Language support - -MFA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=7.0.0:textproc/py-qrcode@${PY_FLAVOR} -SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.15.0<2.0.0:security/py-python3-saml@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/www/py-dj42-django-allauth/distinfo b/www/py-dj42-django-allauth/distinfo deleted file mode 100644 index 83cadbde3754..000000000000 --- a/www/py-dj42-django-allauth/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1702543708 -SHA256 (django-allauth-0.59.0.tar.gz) = ec19efb80b34d2f18bd831eab9b10b6301f58d1cce9f39af35f497b7e5b0a141 -SIZE (django-allauth-0.59.0.tar.gz) = 926120 diff --git a/www/py-dj42-django-allauth/pkg-descr b/www/py-dj42-django-allauth/pkg-descr deleted file mode 100644 index 83cdfd8f3fe9..000000000000 --- a/www/py-dj42-django-allauth/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -django-allauth is a reusable Django app that allows for both local and social -authentication, with flows that just work.