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/jupyter_packaging/
Date: Mon, 27 Sep 2021 22:16:16
Message-Id: 1632780957.57058e525518321418a11fd7aa9c5289fd33a34a.mgorny@gentoo
1 commit: 57058e525518321418a11fd7aa9c5289fd33a34a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 21:23:53 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 22:15:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57058e52
7
8 dev-python/jupyter_packaging: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_packaging/Manifest | 2 -
13 .../jupyter_packaging-0.10.2.ebuild | 42 -------------------
14 .../jupyter_packaging-0.10.3.ebuild | 47 ----------------------
15 3 files changed, 91 deletions(-)
16
17 diff --git a/dev-python/jupyter_packaging/Manifest b/dev-python/jupyter_packaging/Manifest
18 index 1ed0d03c617..a7285812970 100644
19 --- a/dev-python/jupyter_packaging/Manifest
20 +++ b/dev-python/jupyter_packaging/Manifest
21 @@ -1,3 +1 @@
22 -DIST jupyter_packaging-0.10.2.tar.gz 21735 BLAKE2B 92de31e6835a2228f85b008b0fa3b3b8b5ebd175399fa82ee79d328f97b50c09a86dbc325e0378a7f946de34522d4af12fa5997507895ff6d85e77d4e7d38e3c SHA512 c1f5562b8fd72d64998d32d1a85dd1af2b730fa7e4a0d9e2036ea4d5a607ce02b1e9c641f01997ea3b0d6e047fa797009ce3c2ca52ef866ec9c7492ef836e679
23 -DIST jupyter_packaging-0.10.3.tar.gz 21530 BLAKE2B 43392f938d40e859e79f42b7942a199f808218c1da697c48a8ae0b1c5a4e8a408f983196e9d148edbf17d1725186216ed79446bd42fe8f18baaf8fc9f66efe1c SHA512 7634a056d506328af6e963ac7a8d6ac5fdb5d5303a31495af2275a7feca3732b60aeebb332cdc009ab690aa4185f5b3687ae002300b4885620cb9f2da6d2c79e
24 DIST jupyter_packaging-0.10.4.tar.gz 21698 BLAKE2B 5490443e197861a53587fe744d749162e412b88bc5c1e5917cd6c145254e4feecbb8b3e3853bf5a3e360fc9ee20c3345af9c7a245aeb1b03639d99d1d69cb377 SHA512 066abaaa00be8154ea39cc3db0bfa4cfe03864c3e50a741f416606c2f8a2d2e0202943f390905ee46f99414168705b9c3519609c6ea16b3b7d54820631c3ba46
25
26 diff --git a/dev-python/jupyter_packaging/jupyter_packaging-0.10.2.ebuild b/dev-python/jupyter_packaging/jupyter_packaging-0.10.2.ebuild
27 deleted file mode 100644
28 index 593c51be660..00000000000
29 --- a/dev-python/jupyter_packaging/jupyter_packaging-0.10.2.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Tools to help build and install Jupyter Python packages"
43 -HOMEPAGE="https://jupyter.org"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -
50 -RDEPEND="
51 - dev-python/packaging[${PYTHON_USEDEP}]
52 - dev-python/tomlkit[${PYTHON_USEDEP}]
53 - dev-python/wheel[${PYTHON_USEDEP}]
54 - dev-python/deprecation[${PYTHON_USEDEP}]
55 -"
56 -BDEPEND="
57 - test? (
58 - dev-python/pytest-mock[${PYTHON_USEDEP}]
59 - )
60 -"
61 -
62 -distutils_enable_tests pytest
63 -
64 -python_prepare_all() {
65 - # Skip the tests that try to install things or call pip
66 - rm tests/test_build_api.py \
67 - tests/test_datafiles_install.py \
68 - tests/test_install.py || die
69 - # Permission Denied (tries to write to site_packages)
70 - sed -i -e 's/test_create_cmdclass/_&/' \
71 - tests/test_deprecated.py || die
72 - distutils-r1_python_prepare_all
73 -}
74
75 diff --git a/dev-python/jupyter_packaging/jupyter_packaging-0.10.3.ebuild b/dev-python/jupyter_packaging/jupyter_packaging-0.10.3.ebuild
76 deleted file mode 100644
77 index 7d5ef495983..00000000000
78 --- a/dev-python/jupyter_packaging/jupyter_packaging-0.10.3.ebuild
79 +++ /dev/null
80 @@ -1,47 +0,0 @@
81 -# Copyright 1999-2021 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -PYTHON_COMPAT=( python3_{8..10} )
87 -DISTUTILS_USE_SETUPTOOLS=rdepend
88 -
89 -inherit distutils-r1
90 -
91 -DESCRIPTION="Tools to help build and install Jupyter Python packages"
92 -HOMEPAGE="https://jupyter.org"
93 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
94 -
95 -LICENSE="BSD"
96 -SLOT="0"
97 -KEYWORDS="~amd64"
98 -
99 -RDEPEND="
100 - dev-python/packaging[${PYTHON_USEDEP}]
101 - dev-python/tomlkit[${PYTHON_USEDEP}]
102 - dev-python/wheel[${PYTHON_USEDEP}]
103 - dev-python/deprecation[${PYTHON_USEDEP}]
104 -"
105 -BDEPEND="
106 - test? (
107 - dev-python/pytest-mock[${PYTHON_USEDEP}]
108 - )
109 -"
110 -
111 -distutils_enable_tests pytest
112 -
113 -python_test() {
114 - local deselect=(
115 - # TODO: package "build"
116 - tests/test_build_api.py::test_build_package
117 - tests/test_build_api.py::test_deprecated_metadata
118 -
119 - # broken by Gentoo pip patch
120 - # TODO: retry when we finally make the patch less intrusive
121 - tests/test_datafiles_install.py
122 - tests/test_install.py
123 - )
124 -
125 - distutils_install_for_testing --via-venv
126 - epytest ${deselect[@]/#/--deselect }
127 -}