[dev-python/python-blivet] version bump to 1.0.10, required by Anaconda 22

This commit is contained in:
Fabio Erculiani
2016-06-12 14:50:25 +02:00
parent 3d77aec3c9
commit 37bf380103
7 changed files with 188 additions and 2 deletions
@@ -0,0 +1,50 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
SUPPORT_PYTHON_ABIS="1"
inherit eutils distutils
REAL_PN="${PN/python-}"
DESCRIPTION="A python module for system storage configuration"
HOMEPAGE="https://fedoraproject.org/wiki/Blivet"
SRC_URI="https://github.com/rhinstaller/${REAL_PN}/archive/${REAL_PN}-${PV}-1.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-util/pykickstart-1.99.22
>=sys-apps/util-linux-2.15.1
>=sys-block/parted-1.8.1
sys-fs/cryptsetup
>=dev-python/python-cryptsetup-0.1.1
>=dev-python/pyparted-2.5
dev-python/pyudev
sys-fs/mdadm
sys-fs/dosfstools
>=sys-fs/e2fsprogs-1.41.0
sys-fs/btrfs-progs
>=dev-python/pyblock-0.45
sys-fs/multipath-tools
<sys-libs/libblockdev-0.14
sys-process/lsof
"
DEPEND="${RDEPEND}
sys-devel/gettext"
S="${WORKDIR}/${REAL_PN}-${REAL_PN}-${PV}-1"
src_prepare() {
# Sabayon specific patches and bug fixes:
epatch "${FILESDIR}/1.0/0001-Update-package-names-to-reflect-Gentoo-ones.patch"
epatch "${FILESDIR}/1.0/0002-devices-enable-UUID-for-dm-based-devices-in-fstab.patch"
epatch "${FILESDIR}/1.0/0003-Call-udev.settle-when-committing-to-disk.patch"
distutils_src_prepare
}