[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

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 3d336c248990cafc69ea403d6af18994 alembic-1.8.0.tar.gz
sha256 a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1 alembic-1.8.0.tar.gz
# Locally computed sha256 checksums
sha256 f0e3f7a5080879ccae798882d9bee3d48fe335d0bad84ca8eec86fa594375ea0 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-alembic
#
################################################################################
PYTHON_ALEMBIC_VERSION = 1.8.0
PYTHON_ALEMBIC_SOURCE = alembic-$(PYTHON_ALEMBIC_VERSION).tar.gz
PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/43/f2/f6096d23eb43d436f7c3408a6c83f82a1c704bfb50fb608574b048484480
PYTHON_ALEMBIC_SETUP_TYPE = setuptools
PYTHON_ALEMBIC_LICENSE = MIT
PYTHON_ALEMBIC_LICENSE_FILES = LICENSE
$(eval $(python-package))