Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vpython/
Date: Fri, 21 Jan 2022 19:34:22
Message-Id: 1642793650.c4bb8ddd7188712c4c098165091bdeb3a96ac869.arthurzam@gentoo
1 commit: c4bb8ddd7188712c4c098165091bdeb3a96ac869
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 19:33:32 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 19:34:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bb8ddd
7
8 dev-python/vpython: add 7.6.3
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/vpython/Manifest | 1 +
13 dev-python/vpython/vpython-7.6.3.ebuild | 38 +++++++++++++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest
17 index f0a2252d7ebd..b678f2d8af04 100644
18 --- a/dev-python/vpython/Manifest
19 +++ b/dev-python/vpython/Manifest
20 @@ -1,2 +1,3 @@
21 DIST vpython-7.6.1.tar.gz 3552831 BLAKE2B 78281ebbdae2bf09d139569cd344f32aa77aad59ce988a72c57b9984774bc376348c6e69c9119822fe1fbd5dbe6cecf81f17da3977b257c64321e4d4f2deb755 SHA512 8a06bf41865a6bb61c6616c853889b24128f32a9ce1eb8cd9ff861e4995f700ea24e7ffc04fd1edf9cd823a1a592083202abecb1373d5f544facc8646f0cf30b
22 DIST vpython-7.6.2.tar.gz 4461606 BLAKE2B 67e59d5ac8e061ffa62433bcc1c3285cf659482e298b706d2b59ef8160c154c42efa8677fce19856a88024af06fb71882ff280ba2e1312a18da272168a4eb1a9 SHA512 fb8f0e9219950cab6d800a44a7fa473bd39e67895170b5cd7636a78cefd83f740d5b4da245b3f252402bfae6e576948b5831d230bf365ac7141ba6bf5f1ef6d6
23 +DIST vpython-7.6.3.tar.gz 4461187 BLAKE2B 4698396fb9f846db59233bb6795748cadf7a0c8c4b1969dfe439965fa29db703806197a6e91b5d91935b8fdcf5c626dac6613a73e06b88c899bdddd0b19ef69e SHA512 0270103eb5c67ecbf7461e1821e3502295976f430d290fbefc5281643802963bf6ccd729eb37b19e50b2403f7cf0dc09f869d4cd30726ccd086bacb6180f868e
24
25 diff --git a/dev-python/vpython/vpython-7.6.3.ebuild b/dev-python/vpython/vpython-7.6.3.ebuild
26 new file mode 100644
27 index 000000000000..ddb418a4d03b
28 --- /dev/null
29 +++ b/dev-python/vpython/vpython-7.6.3.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="VPython for Jupyter notebook"
41 +HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/"
42 +SRC_URI="https://github.com/${PN}/${PN}-jupyter/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
43 +S="${WORKDIR}/${PN}-jupyter-${PV}"
44 +
45 +RDEPEND="
46 + >=dev-python/autobahn-18.8.2[${PYTHON_USEDEP}]
47 + dev-python/ipykernel[${PYTHON_USEDEP}]
48 + dev-python/jupyter[${PYTHON_USEDEP}]
49 + dev-python/jupyter-server-proxy[${PYTHON_USEDEP}]
50 + dev-python/numpy[${PYTHON_USEDEP}]
51 +"
52 +BDEPEND="
53 + dev-python/cython[${PYTHON_USEDEP}]
54 + dev-python/versioneer[${PYTHON_USEDEP}]
55 +"
56 +DEPEND="
57 + ${RDEPEND}
58 + ${BDEPEND}
59 +"
60 +
61 +LICENSE="BSD-2"
62 +SLOT="0"
63 +KEYWORDS="~amd64"
64 +
65 +RESTRICT="test"
66 +PATCHES="${FILESDIR}/${P}-fix-python310-detection.patch"
67 +
68 +distutils_enable_tests pytest