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:39:41
Message-Id: 1573839574.f7058351194d101602c296d7e5e73417baa091c4.jer@gentoo
1 commit: f7058351194d101602c296d7e5e73417baa091c4
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 17:37:11 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 17:39:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7058351
7
8 dev-python/pyparted: Version 3.11.3
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 gentoo-dev/20191107.log: 17:20:29 @<mgorny> let's ban jer for a start
12 gentoo-dev/20191107.log: 17:20:54 @<mgorny> fun fact: every time i file a ban request for jer, he actually improvse
13
14 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
15
16 dev-python/pyparted/Manifest | 1 +
17 dev-python/pyparted/pyparted-3.11.3.ebuild | 24 ++++++++++++++++++++++++
18 2 files changed, 25 insertions(+)
19
20 diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest
21 index f442b07fcc1..28a9b6a0a83 100644
22 --- a/dev-python/pyparted/Manifest
23 +++ b/dev-python/pyparted/Manifest
24 @@ -1,3 +1,4 @@
25 DIST pyparted-3.10.7.tar.gz 99879 BLAKE2B f2d03415ec7623fbe25aeab70e53646aa5e576e9f20ac41ffe6c859be9572874579f5720b8d05191107f4143e2c6dd14d83a05798a345fa0ed8a81ce2634f599 SHA512 c57fed2a8d04511b12891fd59b6dd6840439aada7e5ebeab14a56e6e4f201c249046ee87d9d25af1b3f02960994efb0a2973f25928a9df85d48bbd1bc196ab07
26 DIST pyparted-3.11.1.tar.gz 100585 BLAKE2B ee41f0c47e9432b68a2dbb8232bff63ded548d3b2867e3a1fdd891ce1f5ea1815b0c6b47416ae66e0b545c4b44065d158f2ec8ce2ff4784238e2b09bd12edc04 SHA512 4fe627693db803a82cacb37be8f2bee3527ee8d0d564229d7328a4e5c8dfa7cdd7a06c328ac7fa6b07c8f0c74d5db304410eaf312a60a0d494525d32c873fefd
27 DIST pyparted-3.11.2.tar.gz 101318 BLAKE2B 0c79535d6f3a269d5dfdd6c31ec80569d8c7432cd058f90999ebfd61ef727762a395d902539c49744108e92ba1a351c1ec939c02188869bed6c808551a843f92 SHA512 de6e7387e3eb9c9cb11e01f475d2749d2ce22ec2f11386df20cafcf83f7e431828f2db936f29c717e42694ff390a592598893633156a21aa7c8d5700a3c9ece9
28 +DIST pyparted-3.11.3.tar.gz 105305 BLAKE2B 271d0ed91c187c66219f06e91def5e868d81494241a2e9137676162ffa388523f5cccb3ec6dfed655cb59da1ca56e7fde3bb9fafa227b86d8f7b279759fe237b SHA512 b10a89d076a27a074d606101dccb62176299dd8f9da75a5a4bf9c8a6683d2873b649d948736e991e4cfa21d43a54e7d2934da8e539ce8626ae5fd47e892ae286
29
30 diff --git a/dev-python/pyparted/pyparted-3.11.3.ebuild b/dev-python/pyparted/pyparted-3.11.3.ebuild
31 new file mode 100644
32 index 00000000000..97c6d6e4d2b
33 --- /dev/null
34 +++ b/dev-python/pyparted/pyparted-3.11.3.ebuild
35 @@ -0,0 +1,24 @@
36 +# Copyright 1999-2019 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +PYTHON_COMPAT=( python{2_7,3_{5,6}} )
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Python bindings for sys-block/parted"
44 +HOMEPAGE="https://github.com/rhinstaller/pyparted/"
45 +SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="GPL-2+"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
50 +
51 +RDEPEND="
52 + >=sys-block/parted-3.1
53 + dev-python/decorator[${PYTHON_USEDEP}]
54 +"
55 +DEPEND="
56 + ${RDEPEND}
57 + virtual/pkgconfig
58 +"
59 +RESTRICT="test"