Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/selinux-python/
Date: Tue, 15 Sep 2020 03:41:44
Message-Id: 1600141223.c097422188db321f9add8e9e724a74bc3a63ed15.perfinion@gentoo
1 commit: c097422188db321f9add8e9e724a74bc3a63ed15
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Tue Sep 1 20:38:06 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 03:40:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0974221
7
8 sys-apps/selinux-python: Version bump to 3.1.
9
10 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sys-apps/selinux-python/Manifest | 1 +
14 .../{selinux-python-9999.ebuild => selinux-python-3.1.ebuild} | 7 +++----
15 sys-apps/selinux-python/selinux-python-9999.ebuild | 7 +++----
16 3 files changed, 7 insertions(+), 8 deletions(-)
17
18 diff --git a/sys-apps/selinux-python/Manifest b/sys-apps/selinux-python/Manifest
19 index b7c1dcd32c6..95ab19c4176 100644
20 --- a/sys-apps/selinux-python/Manifest
21 +++ b/sys-apps/selinux-python/Manifest
22 @@ -1,2 +1,3 @@
23 DIST selinux-python-2.9.tar.gz 2100185 BLAKE2B 8aad58264197dbf23dfa286ba6530150ca6ae1ddaeb1a58988c05d0b122420cfd7e9be2a1cb7082d73cd41f03c4df00ad81a0fb746b075db24e63f62f86a1bf1 SHA512 1138661128635004fec04dc5e39f035680b5f21beb1b79f3328690a1b93a3984d522a02724af793340112a5e647d363dda8a7d3536de959b34ffd69aa396254d
24 DIST selinux-python-3.0.tar.gz 2100098 BLAKE2B 6949911020139378e9bdcc2b7c01c067ddaf71394a0a143a096d5708c5e7caa468b12826965c02af0b994f35d26c573187bf67c8d1ce75f5e8a31a1fb0fc6562 SHA512 743df60a643477465e4355880c56813ea8539415ea7c9631fb9b7cd7969a37cce572a6a94b785065d92baf9d7b6c753daa5d2f9709df7c9203c7effba46d58f2
25 +DIST selinux-python-3.1.tar.gz 2100549 BLAKE2B c5d207bad60c379259e3bfc8f029f76d4572818cdd41a263498ed4434a70eaf7ff51af7772cfb27de0e9e4af03bcf9906ab0f6a59e88de10e81cbe0e8c5928b8 SHA512 5dd98f77ae8ea8bac6a89ec7def76e12496b9a9f8c9612c4cc1dac7a8e8c60380a00c857426bfefbcb4273706addd2594e9b467f69408ef284f082a09d45bd49
26
27 diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-3.1.ebuild
28 similarity index 96%
29 copy from sys-apps/selinux-python/selinux-python-9999.ebuild
30 copy to sys-apps/selinux-python/selinux-python-3.1.ebuild
31 index 011db20a008..d890afd5e44 100644
32 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild
33 +++ b/sys-apps/selinux-python/selinux-python-3.1.ebuild
34 @@ -1,15 +1,15 @@
35 # Copyright 1999-2020 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI="6"
39 -PYTHON_COMPAT=( python{3_6,3_7} )
40 +EAPI="7"
41 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
42 PYTHON_REQ_USE="xml"
43
44 inherit python-r1 toolchain-funcs
45
46 MY_P="${P//_/-}"
47
48 -MY_RELEASEDATE="20191204"
49 +MY_RELEASEDATE="20200710"
50 SEPOL_VER="${PV}"
51 SELNX_VER="${PV}"
52 SEMNG_VER="${PV}"
53 @@ -38,7 +38,6 @@ DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python]
54 >=sys-libs/libsepol-${SEPOL_VER}:=
55 >=app-admin/setools-4.2.0[${PYTHON_USEDEP}]
56 dev-python/ipy[${PYTHON_USEDEP}]
57 - !dev-python/sepolgen
58 ${PYTHON_DEPS}"
59
60 RDEPEND="${DEPEND}"
61
62 diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild
63 index 011db20a008..d890afd5e44 100644
64 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild
65 +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild
66 @@ -1,15 +1,15 @@
67 # Copyright 1999-2020 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 -EAPI="6"
71 -PYTHON_COMPAT=( python{3_6,3_7} )
72 +EAPI="7"
73 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
74 PYTHON_REQ_USE="xml"
75
76 inherit python-r1 toolchain-funcs
77
78 MY_P="${P//_/-}"
79
80 -MY_RELEASEDATE="20191204"
81 +MY_RELEASEDATE="20200710"
82 SEPOL_VER="${PV}"
83 SELNX_VER="${PV}"
84 SEMNG_VER="${PV}"
85 @@ -38,7 +38,6 @@ DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python]
86 >=sys-libs/libsepol-${SEPOL_VER}:=
87 >=app-admin/setools-4.2.0[${PYTHON_USEDEP}]
88 dev-python/ipy[${PYTHON_USEDEP}]
89 - !dev-python/sepolgen
90 ${PYTHON_DEPS}"
91
92 RDEPEND="${DEPEND}"