Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/
Date: Fri, 15 Nov 2019 17:47:40
Message-Id: 1573840054.472132346457d1dee506eef87ec635ff75c5632a.jer@gentoo
1 commit: 472132346457d1dee506eef87ec635ff75c5632a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 17:46:41 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 17:47:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47213234
7
8 dev-python/pyparted: Add live ebuild
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 dev-python/pyparted/pyparted-999999.ebuild | 24 ++++++++++++++++++++++++
14 1 file changed, 24 insertions(+)
15
16 diff --git a/dev-python/pyparted/pyparted-999999.ebuild b/dev-python/pyparted/pyparted-999999.ebuild
17 new file mode 100644
18 index 00000000000..f05348d0005
19 --- /dev/null
20 +++ b/dev-python/pyparted/pyparted-999999.ebuild
21 @@ -0,0 +1,24 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +PYTHON_COMPAT=( python{2_7,3_{5,6}} )
27 +inherit distutils-r1 git-r3
28 +
29 +DESCRIPTION="Python bindings for sys-block/parted"
30 +HOMEPAGE="https://github.com/rhinstaller/pyparted/"
31 +EGIT_REPO_URI="https://github.com/rhinstaller/pyparted/"
32 +
33 +LICENSE="GPL-2+"
34 +SLOT="0"
35 +KEYWORDS=""
36 +
37 +RDEPEND="
38 + >=sys-block/parted-3.1
39 + dev-python/decorator[${PYTHON_USEDEP}]
40 +"
41 +DEPEND="
42 + ${RDEPEND}
43 + virtual/pkgconfig
44 +"
45 +RESTRICT="test"