Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
diff --git a/MOVED b/MOVED
index 7a385c9f7979..c80bbed7c911 100644
--- a/MOVED
+++ b/MOVED
@@ -4457,3 +4457,4 @@ devel/linux-c7-libgfortran|devel/linux-c7-devtools|2025-06-02|Merged into devel/
 devel/linux-rl9-libgfortran|devel/linux-rl9-devtools|2025-06-02|Merged into devel/linux-rl9-devtools
 textproc/py-textract||2025-06-02|Has expired: Depends on expiring textproc/py-extract-msg
 databases/py-fastapi-users-db-ormar||2025-06-02|Has expired: Depends on expiring www/py-fastapi-users
+www/py-fastapi-users||2025-06-02|Has expired: Depends on expired devel/py-makefun
diff --git a/www/Makefile b/www/Makefile
index 51c688b9cc69..5f8b9138a80f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1681,7 +1681,6 @@
     SUBDIR += py-fake-useragent
     SUBDIR += py-falcon
     SUBDIR += py-fastapi
-    SUBDIR += py-fastapi-users
     SUBDIR += py-feedgen
     SUBDIR += py-feedgenerator
     SUBDIR += py-flasgger
diff --git a/www/py-fastapi-users/Makefile b/www/py-fastapi-users/Makefile
deleted file mode 100644
index 62bc54f242c8..000000000000
--- a/www/py-fastapi-users/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-PORTNAME=	fastapi-users
-DISTVERSION=	12.1.2
-PORTREVISION=	2
-CATEGORIES=	www devel python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	fastapi_users-${DISTVERSION}
-
-MAINTAINER=	meka@tilda.center
-COMMENT=	Ready-to-use and customizable users management for FastAPI
-WWW=		https://github.com/fastapi-users/fastapi-users
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Depends on expired devel/py-makefun
-EXPIRATION_DATE=2025-06-01
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.0:security/py-bcrypt@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}email-validator>=1.1.0:mail/py-email-validator@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}fastapi>=0.65.2:www/py-fastapi@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}makefun>=1.11.2,<2.0:devel/py-makefun@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyjwt>=2.1.0:www/py-pyjwt@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-multipart>=0.0.5:www/py-python-multipart@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgi-lifespan>=0:devel/py-asgi-lifespan@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}asynctest>=0:devel/py-asynctest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}httpx-oauth>=0:www/py-httpx-oauth@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pymongo>=0:databases/py-pymongo@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist distutils pytest
-
-TEST_ENV=	PYTHONPATH=${WRKSRC}/src
-TEST_ARGS=	--ignore=tests/test_authentication_strategy_redis.py \
-		--ignore=test_build.py
-
-NO_ARCH=	yes
-
-OPTIONS_DEFINE=			OAUTH
-OPTIONS_DEFAULT=		SQLALCHEMY
-OPTIONS_GROUP=			DATABASES
-OPTIONS_GROUP_DATABASES=	SQLALCHEMY
-DATABASES_DESC=			Database Support
-
-OAUTH_DESC=		Authentication support via OAuth
-SQLALCHEMY_DESC=	Support for SQL database through SQLAlchemy
-
-OAUTH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx-oauth>=0.3,<0.4:www/py-httpx-oauth@${PY_FLAVOR}
-SQLALCHEMY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}databases>=0.3.0:databases/py-databases@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.4.0:databases/py-sqlalchemy14@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/www/py-fastapi-users/distinfo b/www/py-fastapi-users/distinfo
deleted file mode 100644
index 047c7088897a..000000000000
--- a/www/py-fastapi-users/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1694589588
-SHA256 (fastapi_users-12.1.2.tar.gz) = 9a9b44e0917c483aaba2bf80ea488b4ba6475b0fb24e2abfaf21e0b5c5db59bf
-SIZE (fastapi_users-12.1.2.tar.gz) = 119108
diff --git a/www/py-fastapi-users/pkg-descr b/www/py-fastapi-users/pkg-descr
deleted file mode 100644
index 71a4de72ea0e..000000000000
--- a/www/py-fastapi-users/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Add quickly a registration and authentication system to your FastAPI project.
-FastAPI Users is designed to be as customizable and adaptable as possible.
-Features:
-  * Extensible base user model
-  * Ready-to-use register, login, reset password and verify e-mail routes
-  * Ready-to-use social OAuth2 login flow
-  * Dependency callables to inject current user in route
-  * Pluggable password validation
-  * Customizable database backend
-    * SQLAlchemy async backend included thanks to encode/databases
-    * MongoDB async backend included thanks to mongodb/motor
-    * Tortoise ORM backend included
-  * Multiple customizable authentication backends
-    * JWT authentication backend included
-    * Cookie authentication backend included
-  * Full OpenAPI schema support, even with several authentication backends



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>