Commit 7e283715 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-social-auth-app-django: Remove expired port

2026-06-30 www/py-dj52-social-auth-app-django: Obsolete, please use www/py-social-auth-app-django instead
parent 8283f8f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5425,3 +5425,4 @@ www/py-dj52-django-auditlog|www/py-django-allauth|2026-06-30|Has expired: Obsole
www/py-dj52-django-debug-toolbar|www/py-django-debug-toolbar|2026-06-30|Has expired: Obsolete, please use www/py-django-debug-toolbar instead
graphics/py-dj52-sorl-thumbnail|graphics/py-sorl-thumbnail|2026-06-30|Has expired: Obsolete, please use graphics/py-sorl-thumbnail instead
www/py-dj52-django-allauth|www/py-django-allauth|2026-06-30|Has expired: Obsolete, please use www/py-django-allauth instead
www/py-dj52-social-auth-app-django|www/py-social-auth-app-django|2026-06-30|Has expired: Obsolete, please use www/py-social-auth-app-django instead
+0 −1
Original line number Diff line number Diff line
@@ -1565,7 +1565,6 @@
    SUBDIR += py-dj42-djangorestframework
    SUBDIR += py-dj42-djangosaml2
    SUBDIR += py-dj52-djangorestframework
    SUBDIR += py-dj52-social-auth-app-django
    SUBDIR += py-dj60-channels
    SUBDIR += py-dj60-django-auth-ldap
    SUBDIR += py-dj60-django-choices-field
+0 −38
Original line number Diff line number Diff line
PORTNAME=	social-auth-app-django
DISTVERSION=	5.9.0
CATEGORIES=	www security python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Social Authentication and Django integration
WWW=		https://github.com/python-social-auth/social-app-django

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=     Obsolete, please use www/py-social-auth-app-django instead
EXPIRATION_DATE=2026-06-30

BUILD_DEPENDS=	${PY_SETUPTOOLS} \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}asgiref>=3.8.1:www/py-asgiref@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.8.3<5:security/py-social-auth-core@${PY_FLAVOR}
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}

USES=		python
USE_GITHUB=	yes
GH_ACCOUNT=	python-social-auth
GH_PROJECT=	social-app-django
USE_PYTHON=	autoplist pep517

TEST_ENV=	PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=	yes

do-test:
	@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test -v3

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1777959621
SHA256 (python-social-auth-social-app-django-5.9.0_GH0.tar.gz) = 020fbdfd97101fd3bbc179770f9d76e9fd6cfc61a4a4cca2b04b7fbd558beb96
SIZE (python-social-auth-social-app-django-5.9.0_GH0.tar.gz) = 31904
+0 −23
Original line number Diff line number Diff line
* Relax version requirements for py-setuptools and enable build for
  older versions of it

--- pyproject.toml.orig	2025-07-18 11:13:36 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta"
 [build-system]
 build-backend = "setuptools.build_meta"
-requires = ["setuptools>=78.0.2"]
+requires = ["setuptools"]
 
 [dependency-groups]
 dev = [
@@ -36,8 +36,7 @@ keywords = ["django", "oauth", "openid", "saml", "soci
 ]
 description = "Python Social Authentication, Django integration."
 keywords = ["django", "oauth", "openid", "saml", "social auth"]
-license = "BSD-3-Clause"
-license-files = ["LICENSE"]
+license = { text="BSD-3-Clause" }
 name = "social-auth-app-django"
 readme = "README.md"
 requires-python = ">=3.10"
Loading