aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/python-pyparted
AgeCommit message (Collapse)Author
2019-02-04python-pyparted/python3-pyparted: drop incorrect and redundant PVthud-nextthudHongxu Jia
(From meta-openembedded commit: 7075251fc7120c423776525b2ad96f375ac45d1c) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-01-26Remove deprecated python3-subprocess from the RDEPENDSDerek Straka
The python3-subprocess package was merged into core as part of the json manifest migration (From meta-openembedded commit: df997e0747decf536fc96f6c3be1adf3056f9f35) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-01-22python-pyparted: use beginline= in LIC_FILES_CHKSUMAndré Draszik
'startline' is not a recognised keyword, it's beginline. python-pyparted: The new md5 checksum is 9e53304db812b80d0939e11bb69dcab2 python-pyparted: Here is the selected license text: vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=10 vvvvvvvvvvvvvvvvvvvvvvvvvvvv * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions of * the GNU General Public License v.2, or (at your option) any later version. * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY expressed or implied, including the implied warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. You should have received a copy of the * GNU General Public License along with this program; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. Any Red Hat trademarks that are incorporated in the * source code or documentation are not subject to the GNU General Public * License and may only be used or replicated with the express permission of * Red Hat, Inc. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (From meta-openembedded commit: e0a6fe03fc84ca43181232ebe8463a89e041c3b3) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2017-12-30python-parted: update to version 3.11.1Derek Straka
Update github hash for the release Add correct RDEPENDS for the minimal python installs Remove a patch no longer required (From meta-openembedded commit: 681bce86e589072dcca1b79233c657a6f856a5a1) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2017-11-30python-pyparted: remove unneeded DEPENDS on python{3}-reDerek Straka
(From meta-openembedded commit: 05c4c9837af679b2ae0ce8405251eaf62b68f29e) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2017-06-05python3-pyparted: add a python3 recipeHongxu Jia
- Split to a common python-pyparted.inc for python2 and python3 - Tweak 0001-fix-version-float-check.patch for python3 to fix do_compile errror ---- | ERROR: python3 setup.py build_ext execution failed. | Traceback (most recent call last): | File "setup.py", line 62, in <module> | check_mod_version('libparted', need_libparted_version) | File "setup.py", line 55, in check_mod_version | match = re.search('([0-9]+\.[0-9]+)', modversion) | File "work/core2-64-wrs-linux/python3-pyparted/3.10.7+gitAU TOINC+69c4a478e4-r0/recipe-sysroot-native/usr/lib/python3.5/re.py", line 173, in search | return _compile(pattern, flags).search(string) | TypeError: cannot use a string pattern on a bytes-like object ---- The reason is the return of subprocess.check_output is byte in python3, but string in python2 (From meta-openembedded commit: abc5a71c4d216742dc2af4b475136262ac169612) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2017-03-16meta: do not prepend/append to BBCLASSEXTENDMing Liu
Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are redundant and inconsistent with the same setting in other recipes. (From meta-openembedded commit: ebd31fd8d519d3e2d26dd14e72d36300f433cfa0) Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2016-04-28python-parted: update to version 3.10.7Derek Straka
(From meta-openembedded commit: 85c72f42f4db8543755a6be97b41bd2df921f593) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2015-09-08python-pyparted: update to 3.10.5Tim Orling
* add patch to fix float cast error when version is x.y.z form * add minimal parted version (>= 2.3) to RDEPENDS NOTE: If your tree defaults to an earlier parted version (e.g. 1.8.6), you will need to add PREFERRED_VERSION_parted = "3.%" to local.conf or you will see a do_compile error (complaining about required libparted version). (From meta-openembedded commit: 104f6413d2b8affc9133a3623bd677d99df9c31e) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2014-08-27python-pyparted: fix rdeps for nativeTim Orling
(From meta-openembedded commit: 40ecf311feaf766b8219a7b6889daf9e0309f4a5) Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2014-08-23python-pyparted: Add recipeSujith H
This recipe will provide a set of Python modules that provide Python programmers an interface to libparted, the GNU parted library for disk partitioning and filesystem manipulation. (From meta-openembedded commit: faf83c51dd4e79419e5dd1abfba96c26a09ac982) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>