diff --git a/databases/Makefile b/databases/Makefile index 7b2f02b82c4c..804feea3297a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/py-fastapi-users-db-ormar/Makefile b/databases/py-fastapi-users-db-ormar/Makefile new file mode 100644 index 000000000000..c8d3411a95f9 --- /dev/null +++ b/databases/py-fastapi-users-db-ormar/Makefile @@ -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 diff --git a/databases/py-fastapi-users-db-ormar/distinfo b/databases/py-fastapi-users-db-ormar/distinfo new file mode 100644 index 000000000000..3dbc82a931af --- /dev/null +++ b/databases/py-fastapi-users-db-ormar/distinfo @@ -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 diff --git a/databases/py-fastapi-users-db-ormar/pkg-descr b/databases/py-fastapi-users-db-ormar/pkg-descr new file mode 100644 index 000000000000..340b8eed4728 --- /dev/null +++ b/databases/py-fastapi-users-db-ormar/pkg-descr @@ -0,0 +1,3 @@ +Sub-package for Ormar support in FastAPI Users. + +WWW: https://github.com/fastapi-users/fastapi-users-db-ormar