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/executing/
Date: Sat, 27 Aug 2022 23:12:18
Message-Id: 1661581436.0b5217ed16c3bd3c03c6e335b0a9acbbb45d50ea.mgorny@gentoo
1 commit: 0b5217ed16c3bd3c03c6e335b0a9acbbb45d50ea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 06:21:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 06:23:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5217ed
7
8 dev-python/executing: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/executing/Manifest | 2 --
13 dev-python/executing/executing-0.8.3.ebuild | 42 -----------------------------
14 dev-python/executing/executing-0.9.0.ebuild | 42 -----------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/dev-python/executing/Manifest b/dev-python/executing/Manifest
18 index 54569ae5c2b3..00c0cc7705e3 100644
19 --- a/dev-python/executing/Manifest
20 +++ b/dev-python/executing/Manifest
21 @@ -1,4 +1,2 @@
22 DIST executing-0.10.0.gh.tar.gz 507523 BLAKE2B 5ab17adb1d40b83b0cf294aba350faf124a810b4c95e408e9bd2ba80d918154cb41d8b4d4748cd7d897d47e085883a30f431dedd595b00506beb5038e084f473 SHA512 f1ee25679cd1f88f273ee68e8e926a6e98b749a50d063ea3aa73f35ac0d7ea65b13364269f01265f164dba1d775a742cd7cf3594558e06efb39fb1157b3b9f5c
23 -DIST executing-0.8.3.gh.tar.gz 495111 BLAKE2B ccb1a7df974f94b48960fc84a8365f6e57a7f34590972192e692f03340662e2bde97498c2ebf5617e45d8dfb6e866fd7de290644adb58e5338b2e0fdccc215f1 SHA512 4e01c1f48734c9568412b84160150e7e50ebdf5ba3dd466cf9d37b7f875ca2993915db75e2f6dd8e75e60b7b952fb0146928a41dde100ad38384b9be2ed60522
24 -DIST executing-0.9.0.gh.tar.gz 506632 BLAKE2B 195e6dc896bcb0add7377ba7fbfdaaf09322a5480127150a3c37eef94f57d24dfcc3c83c5a0dd7c9154c5bb7688f47754550d45adafb82d72a4b0c38d094dd50 SHA512 461a8350d55ab0346de35d7d8423164b616e2ec8152d229e3462208497b478e51fd75085dc11f7d3cace42a82d4c2cbd1b102a680aa6c2b31fa18f1f9ec69cdc
25 DIST executing-0.9.1.gh.tar.gz 506644 BLAKE2B 04d7012a348186c44c892d9f442b33042a9e01951c47b1d9a42ca22195dc7fa0b8f17ebf552ca65e9aa038942a6962941aeafee2d15bdcef834d413d5512c910 SHA512 98ba2f155324e05ae927d0a97ec6ff54bcfd8d38551dde872f12aedfefc2297003b50d17e6e32e89a909a9b1e70cec9d474db03d6a4f9fb1814ebcca045bb982
26
27 diff --git a/dev-python/executing/executing-0.8.3.ebuild b/dev-python/executing/executing-0.8.3.ebuild
28 deleted file mode 100644
29 index 471d3466d941..000000000000
30 --- a/dev-python/executing/executing-0.8.3.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 2020-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Get information about what a Python frame is currently doing"
44 -HOMEPAGE="
45 - https://github.com/alexmojaki/executing/
46 - https://pypi.org/project/executing/
47 -"
48 -SRC_URI="
49 - https://github.com/alexmojaki/executing/archive/v${PV}.tar.gz
50 - -> ${P}.gh.tar.gz
51 -"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
56 -
57 -# asttokens is optional runtime dep
58 -BDEPEND="
59 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
60 - test? (
61 - dev-python/asttokens[${PYTHON_USEDEP}]
62 - dev-python/littleutils[${PYTHON_USEDEP}]
63 - )
64 -"
65 -
66 -distutils_enable_tests pytest
67 -
68 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
69 -
70 -python_test() {
71 - # this test explodes when collected by pytest
72 - "${EPYTHON}" tests/test_main.py || die "Tests failed with ${EPYTHON}"
73 - epytest tests/test_pytest.py
74 -}
75
76 diff --git a/dev-python/executing/executing-0.9.0.ebuild b/dev-python/executing/executing-0.9.0.ebuild
77 deleted file mode 100644
78 index 43f1dbdd67f3..000000000000
79 --- a/dev-python/executing/executing-0.9.0.ebuild
80 +++ /dev/null
81 @@ -1,42 +0,0 @@
82 -# Copyright 2020-2022 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=8
86 -
87 -DISTUTILS_USE_PEP517=setuptools
88 -PYTHON_COMPAT=( python3_{8..10} )
89 -
90 -inherit distutils-r1
91 -
92 -DESCRIPTION="Get information about what a Python frame is currently doing"
93 -HOMEPAGE="
94 - https://github.com/alexmojaki/executing/
95 - https://pypi.org/project/executing/
96 -"
97 -SRC_URI="
98 - https://github.com/alexmojaki/executing/archive/v${PV}.tar.gz
99 - -> ${P}.gh.tar.gz
100 -"
101 -
102 -LICENSE="MIT"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
105 -
106 -# asttokens is optional runtime dep
107 -BDEPEND="
108 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
109 - test? (
110 - dev-python/asttokens[${PYTHON_USEDEP}]
111 - dev-python/littleutils[${PYTHON_USEDEP}]
112 - )
113 -"
114 -
115 -distutils_enable_tests pytest
116 -
117 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
118 -
119 -python_test() {
120 - # this test explodes when collected by pytest
121 - "${EPYTHON}" tests/test_main.py || die "Tests failed with ${EPYTHON}"
122 - epytest tests/test_pytest.py
123 -}