blob: 7a0d3987d2acf8189a313f4724bfa626274e2811 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001DESCRIPTION = "pyparted is a set of Python modules that provide Python programmers \
2an interface to libparted, the GNU parted library for disk partitioning and \
3filesystem manipulation."
4SUMMARY = "Python bindings for libparted"
5HOMEPAGE = "https://github.com/rhinstaller/pyparted"
Andrew Geissler9aee5002022-03-30 16:27:02 +00006LICENSE = "GPL-2.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007LIC_FILES_CHKSUM = "\
8 file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
Brad Bishop316dfdd2018-06-25 12:45:53 -04009 file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010"
Andrew Geisslerd221e032020-07-10 16:13:21 -050011
Patrick Williamsde0582f2022-04-08 10:23:27 -050012SRC_URI[sha256sum] = "da985e116beb733371feb605b174db9eec8bd0eedffc8f739f8e603f51b521e7"
Andrew Geisslerd221e032020-07-10 16:13:21 -050013
Andrew Geissler595f6302022-01-24 19:11:47 +000014inherit pkgconfig pypi setuptools3
Andrew Geisslerd221e032020-07-10 16:13:21 -050015
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016DEPENDS += "parted"
17
Patrick Williams213cb262021-08-07 19:21:33 -050018RDEPENDS:${PN}:class-target += " \
Brad Bishop316dfdd2018-06-25 12:45:53 -040019 parted (>= 2.3) \
Patrick Williamsb542dec2023-06-09 01:26:37 -050020 python3-codecs \
21 python3-math \
22 python3-numbers \
23 python3-stringold \
Brad Bishop316dfdd2018-06-25 12:45:53 -040024"
Patrick Williams213cb262021-08-07 19:21:33 -050025RDEPENDS:${PN}:class-native = ""
Andrew Geisslerd221e032020-07-10 16:13:21 -050026
27BBCLASSEXTEND = "native"