1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

databases/py-fastapi-users-db-ormar: add port: FastAPI-Users Ormar database adapter

Sub-package for Ormar support in FastAPI Users.

WWW: https://github.com/fastapi-users/fastapi-users-db-ormar

PR:		260845
Reported by:	Goran Mekić <meka@tilda.center> (new maintainer)
This commit is contained in:
Goran Mekić 2022-01-29 16:08:08 +09:00 committed by Hiroki Tagato
parent 5397c5e80d
commit 4fcd262d91
4 changed files with 28 additions and 0 deletions

View File

@ -766,6 +766,7 @@
SUBDIR += py-dbf
SUBDIR += py-dbutils
SUBDIR += py-fakeredis
SUBDIR += py-fastapi-users-db-ormar
SUBDIR += py-fdb
SUBDIR += py-firebirdsql
SUBDIR += py-flask-sqlalchemy

View File

@ -0,0 +1,21 @@
PORTNAME= fastapi-users-db-ormar
DISTVERSION= 1.0.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= meka@tilda.center
COMMENT= FastAPI-Users Ormar database adapter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi-users>=6.1.2:www/py-fastapi-users@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ormar>=0.10.16:databases/py-ormar@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1632917589
SHA256 (fastapi-users-db-ormar-1.0.0.tar.gz) = 5e5bcf83ca7512d026a2fb55290a7858f8e9a31c33154c9ef73b593876a9e3f6
SIZE (fastapi-users-db-ormar-1.0.0.tar.gz) = 9456

View File

@ -0,0 +1,3 @@
Sub-package for Ormar support in FastAPI Users.
WWW: https://github.com/fastapi-users/fastapi-users-db-ormar