mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
python-sqlalchemy: new package
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. Signed-off-by: Adam Duskett <aduskett@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: fix check-package warnings.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fe563efcb1
commit
133a0a3b9e
14
package/python-sqlalchemy/python-sqlalchemy.mk
Normal file
14
package/python-sqlalchemy/python-sqlalchemy.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sqlalchemy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SQLALCHEMY_VERSION = 1.2.2
|
||||
PYTHON_SQLALCHEMY_SOURCE = SQLAlchemy-$(PYTHON_SQLALCHEMY_VERSION).tar.gz
|
||||
PYTHON_SQLALCHEMY_SITE = https://pypi.python.org/packages/b9/fb/a56d2fc0ce3571328fa872734ad124cae25a4cea422088987f865fb71787
|
||||
PYTHON_SQLALCHEMY_SETUP_TYPE = setuptools
|
||||
PYTHON_SQLALCHEMY_LICENSE = MIT
|
||||
PYTHON_SQLALCHEMY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user