generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-alembic/Config.in
Normal file
7
package/python-alembic/Config.in
Normal 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
|
||||
5
package/python-alembic/python-alembic.hash
Normal file
5
package/python-alembic/python-alembic.hash
Normal 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
|
||||
14
package/python-alembic/python-alembic.mk
Normal file
14
package/python-alembic/python-alembic.mk
Normal 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))
|
||||
Reference in New Issue
Block a user