summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-automat.inc24
-rw-r--r--meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch (renamed from meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch)0
-rw-r--r--meta-python/recipes-devtools/python/python3-automat_0.8.0.bb23
3 files changed, 21 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python-automat.inc b/meta-python/recipes-devtools/python/python-automat.inc
deleted file mode 100644
index ec392216e8..0000000000
--- a/meta-python/recipes-devtools/python/python-automat.inc
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "Self-service finite-state machines for the programmer on the go"
2HOMEPAGE = "https://github.com/glyph/Automat"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477"
5
6FILESEXTRAPATHS_prepend := "${THISDIR}/python-automat:"
7
8SRC_URI[md5sum] = "47e980a48201a1dabe37fa11f0187013"
9SRC_URI[sha256sum] = "269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484"
10
11PYPI_PACKAGE = "Automat"
12
13inherit pypi
14
15SRC_URI_append = " \
16 file://0001-setup.py-remove-the-dependency-on-m2r.patch \
17"
18
19DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
20
21RDEPENDS_${PN} += "\
22 ${PYTHON_PN}-attrs \
23 ${PYTHON_PN}-six \
24"
diff --git a/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch b/meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
index c29b659bc3..c29b659bc3 100644
--- a/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
+++ b/meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch
diff --git a/meta-python/recipes-devtools/python/python3-automat_0.8.0.bb b/meta-python/recipes-devtools/python/python3-automat_0.8.0.bb
index 2c747643ff..f8981bcb19 100644
--- a/meta-python/recipes-devtools/python/python3-automat_0.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-automat_0.8.0.bb
@@ -1,2 +1,21 @@
1inherit setuptools3 1DESCRIPTION = "Self-service finite-state machines for the programmer on the go"
2require python-automat.inc 2HOMEPAGE = "https://github.com/glyph/Automat"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477"
5
6SRC_URI[md5sum] = "47e980a48201a1dabe37fa11f0187013"
7SRC_URI[sha256sum] = "269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484"
8
9DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
10
11SRC_URI_append = " \
12 file://0001-setup.py-remove-the-dependency-on-m2r.patch \
13"
14
15PYPI_PACKAGE = "Automat"
16inherit pypi setuptools3
17
18RDEPENDS_${PN} += "\
19 ${PYTHON_PN}-attrs \
20 ${PYTHON_PN}-six \
21"