py-tortoise-orm: added version 0.16.12
Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was build with relations in mind and admiration for the excellent and popular Django ORM. It's engraved in it's design that you are working not with just tables, you work with relational data.
This commit is contained in:
parent
7dff491827
commit
a01b88cc80
5 changed files with 182 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.601 2020/05/23 08:20:53 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.602 2020/05/23 08:26:18 adam Exp $
|
||||
|
||||
COMMENT= Databases
|
||||
|
||||
|
@ -382,6 +382,7 @@ SUBDIR+= py-sqlsoup
|
|||
SUBDIR+= py-sybase
|
||||
SUBDIR+= py-table
|
||||
SUBDIR+= py-tokyocabinet
|
||||
SUBDIR+= py-tortoise-orm
|
||||
SUBDIR+= py-trytond-ldap-authentication
|
||||
SUBDIR+= py-unicodecsv
|
||||
SUBDIR+= py-whisper
|
||||
|
|
6
databases/py-tortoise-orm/DESCR
Normal file
6
databases/py-tortoise-orm/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired
|
||||
by Django.
|
||||
|
||||
Tortoise ORM was build with relations in mind and admiration for the excellent
|
||||
and popular Django ORM. It's engraved in it's design that you are working not
|
||||
with just tables, you work with relational data.
|
23
databases/py-tortoise-orm/Makefile
Normal file
23
databases/py-tortoise-orm/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/05/23 08:26:18 adam Exp $
|
||||
|
||||
DISTNAME= tortoise-orm-0.16.12
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tortoise-orm/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/tortoise/tortoise-orm
|
||||
COMMENT= Easy async ORM for Python, built with relations in mind
|
||||
LICENSE= apache-2.0
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-aiosqlite>=0.11.0:../../databases/py-aiosqlite
|
||||
DEPENDS+= ${PYPKGPREFIX}-ciso8601>=2.1.2:../../time/py-ciso8601
|
||||
DEPENDS+= ${PYPKGPREFIX}-pypika>=0.36.5:../../databases/py-pypika
|
||||
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7:../../devel/py-typing-extensions
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
145
databases/py-tortoise-orm/PLIST
Normal file
145
databases/py-tortoise-orm/PLIST
Normal file
|
@ -0,0 +1,145 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/05/23 08:26:18 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
||||
${PYSITELIB}/tortoise/__init__.py
|
||||
${PYSITELIB}/tortoise/__init__.pyc
|
||||
${PYSITELIB}/tortoise/__init__.pyo
|
||||
${PYSITELIB}/tortoise/backends/__init__.py
|
||||
${PYSITELIB}/tortoise/backends/__init__.pyc
|
||||
${PYSITELIB}/tortoise/backends/__init__.pyo
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/__init__.py
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/__init__.pyc
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/__init__.pyo
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/client.py
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/client.pyc
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/client.pyo
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/executor.py
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/executor.pyc
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/executor.pyo
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/schema_generator.py
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/schema_generator.pyc
|
||||
${PYSITELIB}/tortoise/backends/asyncpg/schema_generator.pyo
|
||||
${PYSITELIB}/tortoise/backends/base/__init__.py
|
||||
${PYSITELIB}/tortoise/backends/base/__init__.pyc
|
||||
${PYSITELIB}/tortoise/backends/base/__init__.pyo
|
||||
${PYSITELIB}/tortoise/backends/base/client.py
|
||||
${PYSITELIB}/tortoise/backends/base/client.pyc
|
||||
${PYSITELIB}/tortoise/backends/base/client.pyo
|
||||
${PYSITELIB}/tortoise/backends/base/config_generator.py
|
||||
${PYSITELIB}/tortoise/backends/base/config_generator.pyc
|
||||
${PYSITELIB}/tortoise/backends/base/config_generator.pyo
|
||||
${PYSITELIB}/tortoise/backends/base/executor.py
|
||||
${PYSITELIB}/tortoise/backends/base/executor.pyc
|
||||
${PYSITELIB}/tortoise/backends/base/executor.pyo
|
||||
${PYSITELIB}/tortoise/backends/base/schema_generator.py
|
||||
${PYSITELIB}/tortoise/backends/base/schema_generator.pyc
|
||||
${PYSITELIB}/tortoise/backends/base/schema_generator.pyo
|
||||
${PYSITELIB}/tortoise/backends/mysql/__init__.py
|
||||
${PYSITELIB}/tortoise/backends/mysql/__init__.pyc
|
||||
${PYSITELIB}/tortoise/backends/mysql/__init__.pyo
|
||||
${PYSITELIB}/tortoise/backends/mysql/client.py
|
||||
${PYSITELIB}/tortoise/backends/mysql/client.pyc
|
||||
${PYSITELIB}/tortoise/backends/mysql/client.pyo
|
||||
${PYSITELIB}/tortoise/backends/mysql/executor.py
|
||||
${PYSITELIB}/tortoise/backends/mysql/executor.pyc
|
||||
${PYSITELIB}/tortoise/backends/mysql/executor.pyo
|
||||
${PYSITELIB}/tortoise/backends/mysql/schema_generator.py
|
||||
${PYSITELIB}/tortoise/backends/mysql/schema_generator.pyc
|
||||
${PYSITELIB}/tortoise/backends/mysql/schema_generator.pyo
|
||||
${PYSITELIB}/tortoise/backends/sqlite/__init__.py
|
||||
${PYSITELIB}/tortoise/backends/sqlite/__init__.pyc
|
||||
${PYSITELIB}/tortoise/backends/sqlite/__init__.pyo
|
||||
${PYSITELIB}/tortoise/backends/sqlite/client.py
|
||||
${PYSITELIB}/tortoise/backends/sqlite/client.pyc
|
||||
${PYSITELIB}/tortoise/backends/sqlite/client.pyo
|
||||
${PYSITELIB}/tortoise/backends/sqlite/executor.py
|
||||
${PYSITELIB}/tortoise/backends/sqlite/executor.pyc
|
||||
${PYSITELIB}/tortoise/backends/sqlite/executor.pyo
|
||||
${PYSITELIB}/tortoise/backends/sqlite/schema_generator.py
|
||||
${PYSITELIB}/tortoise/backends/sqlite/schema_generator.pyc
|
||||
${PYSITELIB}/tortoise/backends/sqlite/schema_generator.pyo
|
||||
${PYSITELIB}/tortoise/contrib/__init__.py
|
||||
${PYSITELIB}/tortoise/contrib/__init__.pyc
|
||||
${PYSITELIB}/tortoise/contrib/__init__.pyo
|
||||
${PYSITELIB}/tortoise/contrib/fastapi/__init__.py
|
||||
${PYSITELIB}/tortoise/contrib/fastapi/__init__.pyc
|
||||
${PYSITELIB}/tortoise/contrib/fastapi/__init__.pyo
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/__init__.py
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/__init__.pyc
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/__init__.pyo
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/base.py
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/base.pyc
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/base.pyo
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/creator.py
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/creator.pyc
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/creator.pyo
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/utils.py
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/utils.pyc
|
||||
${PYSITELIB}/tortoise/contrib/pydantic/utils.pyo
|
||||
${PYSITELIB}/tortoise/contrib/pylint/__init__.py
|
||||
${PYSITELIB}/tortoise/contrib/pylint/__init__.pyc
|
||||
${PYSITELIB}/tortoise/contrib/pylint/__init__.pyo
|
||||
${PYSITELIB}/tortoise/contrib/quart/__init__.py
|
||||
${PYSITELIB}/tortoise/contrib/quart/__init__.pyc
|
||||
${PYSITELIB}/tortoise/contrib/quart/__init__.pyo
|
||||
${PYSITELIB}/tortoise/contrib/sanic/__init__.py
|
||||
${PYSITELIB}/tortoise/contrib/sanic/__init__.pyc
|
||||
${PYSITELIB}/tortoise/contrib/sanic/__init__.pyo
|
||||
${PYSITELIB}/tortoise/contrib/starlette/__init__.py
|
||||
${PYSITELIB}/tortoise/contrib/starlette/__init__.pyc
|
||||
${PYSITELIB}/tortoise/contrib/starlette/__init__.pyo
|
||||
${PYSITELIB}/tortoise/contrib/test/__init__.py
|
||||
${PYSITELIB}/tortoise/contrib/test/__init__.pyc
|
||||
${PYSITELIB}/tortoise/contrib/test/__init__.pyo
|
||||
${PYSITELIB}/tortoise/contrib/test/nose2.py
|
||||
${PYSITELIB}/tortoise/contrib/test/nose2.pyc
|
||||
${PYSITELIB}/tortoise/contrib/test/nose2.pyo
|
||||
${PYSITELIB}/tortoise/converters.py
|
||||
${PYSITELIB}/tortoise/converters.pyc
|
||||
${PYSITELIB}/tortoise/converters.pyo
|
||||
${PYSITELIB}/tortoise/exceptions.py
|
||||
${PYSITELIB}/tortoise/exceptions.pyc
|
||||
${PYSITELIB}/tortoise/exceptions.pyo
|
||||
${PYSITELIB}/tortoise/expressions.py
|
||||
${PYSITELIB}/tortoise/expressions.pyc
|
||||
${PYSITELIB}/tortoise/expressions.pyo
|
||||
${PYSITELIB}/tortoise/fields/__init__.py
|
||||
${PYSITELIB}/tortoise/fields/__init__.pyc
|
||||
${PYSITELIB}/tortoise/fields/__init__.pyo
|
||||
${PYSITELIB}/tortoise/fields/base.py
|
||||
${PYSITELIB}/tortoise/fields/base.pyc
|
||||
${PYSITELIB}/tortoise/fields/base.pyo
|
||||
${PYSITELIB}/tortoise/fields/data.py
|
||||
${PYSITELIB}/tortoise/fields/data.pyc
|
||||
${PYSITELIB}/tortoise/fields/data.pyo
|
||||
${PYSITELIB}/tortoise/fields/relational.py
|
||||
${PYSITELIB}/tortoise/fields/relational.pyc
|
||||
${PYSITELIB}/tortoise/fields/relational.pyo
|
||||
${PYSITELIB}/tortoise/filters.py
|
||||
${PYSITELIB}/tortoise/filters.pyc
|
||||
${PYSITELIB}/tortoise/filters.pyo
|
||||
${PYSITELIB}/tortoise/functions.py
|
||||
${PYSITELIB}/tortoise/functions.pyc
|
||||
${PYSITELIB}/tortoise/functions.pyo
|
||||
${PYSITELIB}/tortoise/models.py
|
||||
${PYSITELIB}/tortoise/models.pyc
|
||||
${PYSITELIB}/tortoise/models.pyo
|
||||
${PYSITELIB}/tortoise/query_utils.py
|
||||
${PYSITELIB}/tortoise/query_utils.pyc
|
||||
${PYSITELIB}/tortoise/query_utils.pyo
|
||||
${PYSITELIB}/tortoise/queryset.py
|
||||
${PYSITELIB}/tortoise/queryset.pyc
|
||||
${PYSITELIB}/tortoise/queryset.pyo
|
||||
${PYSITELIB}/tortoise/signals.py
|
||||
${PYSITELIB}/tortoise/signals.pyc
|
||||
${PYSITELIB}/tortoise/signals.pyo
|
||||
${PYSITELIB}/tortoise/transactions.py
|
||||
${PYSITELIB}/tortoise/transactions.pyc
|
||||
${PYSITELIB}/tortoise/transactions.pyo
|
||||
${PYSITELIB}/tortoise/utils.py
|
||||
${PYSITELIB}/tortoise/utils.pyc
|
||||
${PYSITELIB}/tortoise/utils.pyo
|
6
databases/py-tortoise-orm/distinfo
Normal file
6
databases/py-tortoise-orm/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/05/23 08:26:18 adam Exp $
|
||||
|
||||
SHA1 (tortoise-orm-0.16.12.tar.gz) = 6983db731ebb0e99523599049b14b6dd3c021ec7
|
||||
RMD160 (tortoise-orm-0.16.12.tar.gz) = 9277b41151bef265bcc9f2a77012f3c826a6f1ce
|
||||
SHA512 (tortoise-orm-0.16.12.tar.gz) = 43a03f2b6960f45abdda6f24b03ee319cf8a47753169d460690d22b5bf6eb81e494e536a8e92ab2ab381beadb7368c8825de1ff0cdf6607e43960f498ff87563
|
||||
Size (tortoise-orm-0.16.12.tar.gz) = 88707 bytes
|
Loading…
Reference in a new issue