pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 23 08:26:18 UTC 2020

Modified Files:
        pkgsrc/databases: Makefile
Added Files:
        pkgsrc/databases/py-tortoise-orm: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.601 -r1.602 pkgsrc/databases/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/py-tortoise-orm/DESCR \
    pkgsrc/databases/py-tortoise-orm/Makefile \
    pkgsrc/databases/py-tortoise-orm/PLIST \
    pkgsrc/databases/py-tortoise-orm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/Makefile
diff -u pkgsrc/databases/Makefile:1.601 pkgsrc/databases/Makefile:1.602
--- pkgsrc/databases/Makefile:1.601     Sat May 23 08:20:53 2020
+++ pkgsrc/databases/Makefile   Sat May 23 08:26:18 2020
@@ -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

Added files:

Index: pkgsrc/databases/py-tortoise-orm/DESCR
diff -u /dev/null pkgsrc/databases/py-tortoise-orm/DESCR:1.1
--- /dev/null   Sat May 23 08:26:18 2020
+++ pkgsrc/databases/py-tortoise-orm/DESCR      Sat May 23 08:26:18 2020
@@ -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.
Index: pkgsrc/databases/py-tortoise-orm/Makefile
diff -u /dev/null pkgsrc/databases/py-tortoise-orm/Makefile:1.1
--- /dev/null   Sat May 23 08:26:18 2020
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Sat May 23 08:26:18 2020
@@ -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@localhost
+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"
Index: pkgsrc/databases/py-tortoise-orm/PLIST
diff -u /dev/null pkgsrc/databases/py-tortoise-orm/PLIST:1.1
--- /dev/null   Sat May 23 08:26:18 2020
+++ pkgsrc/databases/py-tortoise-orm/PLIST      Sat May 23 08:26:18 2020
@@ -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
Index: pkgsrc/databases/py-tortoise-orm/distinfo
diff -u /dev/null pkgsrc/databases/py-tortoise-orm/distinfo:1.1
--- /dev/null   Sat May 23 08:26:18 2020
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Sat May 23 08:26:18 2020
@@ -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



Home | Main Index | Thread Index | Old Index