diff options
| author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-03 21:42:43 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-03 14:45:54 -0700 | 
| commit | b706ac9c3855ffd3c79ced4f44e073b779871b34 (patch) | |
| tree | 3e28606e078c3118a07a676d794d8bb0d7ebabd0 | |
| parent | 28f92d97568ed6087f5d0a6bc1306481ac34ef19 (diff) | |
| download | meta-openembedded-b706ac9c3855ffd3c79ced4f44e073b779871b34.tar.gz | |
python3-semver: consolidate into a single file
For details see [1]
[1] - https://lists.openembedded.org/g/openembedded-devel/topic/72718415
Suggested-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python-semver.inc | 12 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-semver_2.8.1.bb | 14 | 
2 files changed, 12 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python-semver.inc b/meta-python/recipes-devtools/python/python-semver.inc deleted file mode 100644 index 3c95c06eaf..0000000000 --- a/meta-python/recipes-devtools/python/python-semver.inc +++ /dev/null  | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python module for Semantic Versioning" | ||
| 2 | HOMEPAGE = "https://github.com/k-bx/python-semver" | ||
| 3 | BUGTRACKER = "https://github.com/k-bx/python-semver/issues" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "dc579ba9d0bb2137bad5324d4bdb7e40" | ||
| 8 | SRC_URI[sha256sum] = "5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python3-semver_2.8.1.bb b/meta-python/recipes-devtools/python/python3-semver_2.8.1.bb index 77925ae2b1..a469b23b10 100644 --- a/meta-python/recipes-devtools/python/python3-semver_2.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-semver_2.8.1.bb  | |||
| @@ -1,2 +1,12 @@ | |||
| 1 | inherit setuptools3 | 1 | DESCRIPTION = "Python module for Semantic Versioning" | 
| 2 | require python-semver.inc | 2 | HOMEPAGE = "https://github.com/k-bx/python-semver" | 
| 3 | BUGTRACKER = "https://github.com/k-bx/python-semver/issues" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "dc579ba9d0bb2137bad5324d4bdb7e40" | ||
| 8 | SRC_URI[sha256sum] = "5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
