package/python-alembic: new package

Signed-off-by: José Pekkarinen <jose.pekkarinen@unikie.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
José Pekkarinen 2022-06-02 10:35:46 +03:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 83adec71b9
commit 147e7b3c31
5 changed files with 28 additions and 0 deletions

View File

@ -1542,6 +1542,7 @@ N: José Pekkarinen <jose.pekkarinen@unikie.com>
F: package/alfred/
F: package/bmx7/
F: package/python-aexpect/
F: package/python-alembic/
F: package/softhsm2/
F: support/testing/tests/package/sample_python_aexpect.py
F: support/testing/tests/package/test_python_aexpect.py

View File

@ -929,6 +929,7 @@ menu "External python modules"
source "package/python-aiorwlock/Config.in"
source "package/python-aiosignal/Config.in"
source "package/python-aiozipkin/Config.in"
source "package/python-alembic/Config.in"
source "package/python-alsaaudio/Config.in"
source "package/python-ansicolors/Config.in"
source "package/python-argh/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_ALEMBIC
bool "python-alembic"
help
Alembic is a database migrations tool written by the author
of SQLAlchemy.
https://alembic.sqlalchemy.org

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/alembic/json
md5 44e82341a6ee0a42f63dc1f51caf91e6 alembic-1.7.7.tar.gz
sha256 4961248173ead7ce8a21efb3de378f13b8398e6630fab0eb258dc74a8af24c58 alembic-1.7.7.tar.gz
# Locally computed sha256 checksums
sha256 f0e3f7a5080879ccae798882d9bee3d48fe335d0bad84ca8eec86fa594375ea0 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-alembic
#
################################################################################
PYTHON_ALEMBIC_VERSION = 1.7.7
PYTHON_ALEMBIC_SOURCE = alembic-$(PYTHON_ALEMBIC_VERSION).tar.gz
PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/30/b9/5526b43a4c54d177ab14af0af4b5c31d73db33d1ad3e30976d3b023e0594
PYTHON_ALEMBIC_SETUP_TYPE = setuptools
PYTHON_ALEMBIC_LICENSE = MIT
PYTHON_ALEMBIC_LICENSE_FILES = LICENSE
$(eval $(python-package))