diff options
| author | Bill Randle <bill.randle@gmail.com> | 2017-12-07 21:49:00 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-12-22 19:43:53 -0800 |
| commit | b2a0661c4b6e343ab8ae8db09ed7c2ee781e6107 (patch) | |
| tree | fa753579bbf986493c31d5cae1d70c042cb1c038 /meta-python | |
| parent | 947c8e0cc5656bd4fb6796b68470d01c294658ff (diff) | |
| download | meta-openembedded-b2a0661c4b6e343ab8ae8db09ed7c2ee781e6107.tar.gz | |
python[3]-alembic: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
3 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc new file mode 100644 index 0000000000..2ca60231b2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-alembic.inc | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "fcb096bccc87c8770bd07a04606cb989" | ||
| 6 | SRC_URI[sha256sum] = "042851ebe9efa07be6dc1395b1793b6c1d8964a39b73a0ce1649e2bcd41ea732" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "alembic" | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += "\ | ||
| 11 | ${PYTHON_PN}-editor \ | ||
| 12 | ${PYTHON_PN}-sqlalchemy \ | ||
| 13 | " | ||
diff --git a/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb new file mode 100644 index 0000000000..efcb2b1deb --- /dev/null +++ b/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit pypi setuptools | ||
| 2 | require python-alembic.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb new file mode 100644 index 0000000000..e248fe7ce9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit pypi setuptools3 | ||
| 2 | require python-alembic.inc | ||
