package/python-pypika-tortoise: new package

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2024-04-01 15:23:40 -06:00 committed by Arnout Vandecappelle
parent eb5f194fcf
commit 9fecf2811c
4 changed files with 27 additions and 0 deletions

View File

@ -1291,6 +1291,7 @@ menu "External python modules"
source "package/python-pyparsing/Config.in"
source "package/python-pyparted/Config.in"
source "package/python-pyphen/Config.in"
source "package/python-pypika-tortoise/Config.in"
source "package/python-pypng/Config.in"
source "package/python-pyqrcode/Config.in"
source "package/python-pyqt5/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYPIKA_TORTOISE
bool "python-pypika-tortoise"
help
Forked from pypika and streamline just for tortoise-orm.
https://github.com/tortoise/pypika-tortoise

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pypika-tortoise/json
md5 98c9677516f06f61f211f834d51949a6 pypika-tortoise-0.1.6.tar.gz
sha256 d802868f479a708e3263724c7b5719a26ad79399b2a70cea065f4a4cadbebf36 pypika-tortoise-0.1.6.tar.gz
# Locally computed sha256 checksums
sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE

View File

@ -0,0 +1,15 @@
################################################################################
#
# python-pypika-tortoise
#
################################################################################
PYTHON_PYPIKA_TORTOISE_VERSION = 0.1.6
PYTHON_PYPIKA_TORTOISE_SOURCE = pypika-tortoise-$(PYTHON_PYPIKA_TORTOISE_VERSION).tar.gz
PYTHON_PYPIKA_TORTOISE_SITE = https://files.pythonhosted.org/packages/86/55/1bfd4150f664d2e07b36c8f442178cc1f717bb9ae6cae20f21e851c208c6
PYTHON_PYPIKA_TORTOISE_SETUP_TYPE = pep517
PYTHON_PYPIKA_TORTOISE_LICENSE = Apache-2.0
PYTHON_PYPIKA_TORTOISE_LICENSE_FILES = LICENSE
PYTHON_PYPIKA_TORTOISE_DEPENDENCIES = host-python-poetry-core
$(eval $(python-package))