Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Rx/, profiles/
Date: Tue, 02 Jun 2020 07:16:11
Message-Id: 1591081861.3e24f76827fb4b305327d68a57216e4c73befd00.mgorny@gentoo
1 commit: 3e24f76827fb4b305327d68a57216e4c73befd00
2 Author: Christopher Head <chead <AT> chead <DOT> ca>
3 AuthorDate: Mon Jun 1 06:18:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 07:11:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e24f768
7
8 dev-python/Rx-3.1.0: bump
9
10 * Switch to EAPI 7
11 * Support Python 3.7/3.8/3.9
12 * Run tests
13
14 Bug: https://bugs.gentoo.org/708270
15 Signed-off-by: Christopher Head <chead <AT> chead.ca>
16 Closes: https://github.com/gentoo/gentoo/pull/16040
17 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
18
19 dev-python/Rx/Manifest | 1 +
20 dev-python/Rx/Rx-3.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
21 profiles/package.mask | 1 -
22 3 files changed, 31 insertions(+), 1 deletion(-)
23
24 diff --git a/dev-python/Rx/Manifest b/dev-python/Rx/Manifest
25 index 118d4672457..8ad0bfc293a 100644
26 --- a/dev-python/Rx/Manifest
27 +++ b/dev-python/Rx/Manifest
28 @@ -1 +1,2 @@
29 DIST Rx-1.6.1.tar.gz 89543 BLAKE2B ee0b6c30c794febdd045231ff61a330a512c86a9dd3c56a6afa900c31ca774725d7bf5b589d46b60f79cd1f0bc967b5ab5bc87a58f6d3dbebbdb1b6618db875d SHA512 8602b5175c058e855ac4b67d8feed435f93632da2f4033fe0db54fcbb012a702786b29f97fe3fd641f054c3a61478dccac21c614b5708f7bfb0b986c9951e6a9
30 +DIST Rx-3.1.0.tar.gz 890293 BLAKE2B 268f6df5450d1235d50f9aee5cd43fe6e229acf7b2ddab5f1f97e80594aeff7beaa280fe272ac9cc8b80dc6874f4bb76e438e94c09712f2c37e72d8d40f9f283 SHA512 1d9f6639ef08dc991326b95fcbf0978adea55b35acab653fc16bd94ccf2ad3a1515e8cb4e8d2ff38d7a506306e310394339a8651a2a02fa22bfb7f17d86297f1
31
32 diff --git a/dev-python/Rx/Rx-3.1.0.ebuild b/dev-python/Rx/Rx-3.1.0.ebuild
33 new file mode 100644
34 index 00000000000..dca57f5969d
35 --- /dev/null
36 +++ b/dev-python/Rx/Rx-3.1.0.ebuild
37 @@ -0,0 +1,30 @@
38 +# Copyright 1999-2020 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=7
42 +
43 +PYTHON_COMPAT=( python3_6 python3_7 python3_8 python3_9 )
44 +
45 +inherit distutils-r1 virtualx
46 +
47 +MY_P="RxPY"
48 +DESCRIPTION="Reactive Extensions for Python"
49 +HOMEPAGE="http://reactivex.io/"
50 +SRC_URI="https://github.com/ReactiveX/${MY_P}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 +S="${WORKDIR}/${MY_P}-${PV}"
52 +
53 +LICENSE="Apache-2.0"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +
57 +DEPEND="
58 + test? (
59 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
60 + )
61 +"
62 +
63 +distutils_enable_tests pytest
64 +
65 +src_test() {
66 + virtx distutils-r1_src_test
67 +}
68
69 diff --git a/profiles/package.mask b/profiles/package.mask
70 index cb0ab1374ca..fc7c7211763 100644
71 --- a/profiles/package.mask
72 +++ b/profiles/package.mask
73 @@ -90,7 +90,6 @@ dev-python/toro
74 # Outdated. Not touched since the initial commit. Lacks py3.7 support.
75 # No reverse dependencies outside the three packages.
76 # Removal in 30 days. Bug #708270.
77 -dev-python/Rx
78 dev-python/graphql-core
79 dev-python/gql