diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:01:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:06 -0800 |
| commit | 6edb22bbe333bcd7c0d90aaccf611bdedf63ec71 (patch) | |
| tree | a0a65de0098c4a3a659e70b4d7d008271d5d8c0a /meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb | |
| parent | 743cf4553cc16c64d5eff6bbf95561e3e1202976 (diff) | |
| download | meta-openembedded-6edb22bbe333bcd7c0d90aaccf611bdedf63ec71.tar.gz | |
python3-pyparted: upgrade 3.12.0 -> 3.13.0
License-Update:
Rename COPYING to LICENSE
Replace outdated Red Hat sample GPLv2+ boilerplates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb new file mode 100644 index 0000000000..0f7065f5ae --- /dev/null +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "pyparted is a set of Python modules that provide Python programmers \ | ||
| 2 | an interface to libparted, the GNU parted library for disk partitioning and \ | ||
| 3 | filesystem manipulation." | ||
| 4 | SUMMARY = "Python bindings for libparted" | ||
| 5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" | ||
| 6 | LICENSE = "GPL-2.0-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "\ | ||
| 8 | file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b \ | ||
| 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=c4b9f810cd53b16ff269447fb8af6c3d \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "443b59eb9ac63b8ca87094e02376646e172c7ea075f955f105889ca3485b06fd" | ||
| 13 | |||
| 14 | inherit pkgconfig pypi setuptools3 | ||
| 15 | |||
| 16 | DEPENDS += "parted" | ||
| 17 | |||
| 18 | RDEPENDS:${PN}:class-target += " \ | ||
| 19 | parted (>= 2.3) \ | ||
| 20 | python3-codecs \ | ||
| 21 | python3-math \ | ||
| 22 | python3-numbers \ | ||
| 23 | python3-stringold \ | ||
| 24 | " | ||
| 25 | RDEPENDS:${PN}:class-native = "" | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native" | ||
