commit:     0b5217ed16c3bd3c03c6e335b0a9acbbb45d50ea
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 06:21:30 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 06:23:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5217ed

dev-python/executing: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/executing/Manifest               |  2 --
 dev-python/executing/executing-0.8.3.ebuild | 42 -----------------------------
 dev-python/executing/executing-0.9.0.ebuild | 42 -----------------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-python/executing/Manifest b/dev-python/executing/Manifest
index 54569ae5c2b3..00c0cc7705e3 100644
--- a/dev-python/executing/Manifest
+++ b/dev-python/executing/Manifest
@@ -1,4 +1,2 @@
 DIST executing-0.10.0.gh.tar.gz 507523 BLAKE2B 
5ab17adb1d40b83b0cf294aba350faf124a810b4c95e408e9bd2ba80d918154cb41d8b4d4748cd7d897d47e085883a30f431dedd595b00506beb5038e084f473
 SHA512 
f1ee25679cd1f88f273ee68e8e926a6e98b749a50d063ea3aa73f35ac0d7ea65b13364269f01265f164dba1d775a742cd7cf3594558e06efb39fb1157b3b9f5c
-DIST executing-0.8.3.gh.tar.gz 495111 BLAKE2B 
ccb1a7df974f94b48960fc84a8365f6e57a7f34590972192e692f03340662e2bde97498c2ebf5617e45d8dfb6e866fd7de290644adb58e5338b2e0fdccc215f1
 SHA512 
4e01c1f48734c9568412b84160150e7e50ebdf5ba3dd466cf9d37b7f875ca2993915db75e2f6dd8e75e60b7b952fb0146928a41dde100ad38384b9be2ed60522
-DIST executing-0.9.0.gh.tar.gz 506632 BLAKE2B 
195e6dc896bcb0add7377ba7fbfdaaf09322a5480127150a3c37eef94f57d24dfcc3c83c5a0dd7c9154c5bb7688f47754550d45adafb82d72a4b0c38d094dd50
 SHA512 
461a8350d55ab0346de35d7d8423164b616e2ec8152d229e3462208497b478e51fd75085dc11f7d3cace42a82d4c2cbd1b102a680aa6c2b31fa18f1f9ec69cdc
 DIST executing-0.9.1.gh.tar.gz 506644 BLAKE2B 
04d7012a348186c44c892d9f442b33042a9e01951c47b1d9a42ca22195dc7fa0b8f17ebf552ca65e9aa038942a6962941aeafee2d15bdcef834d413d5512c910
 SHA512 
98ba2f155324e05ae927d0a97ec6ff54bcfd8d38551dde872f12aedfefc2297003b50d17e6e32e89a909a9b1e70cec9d474db03d6a4f9fb1814ebcca045bb982

diff --git a/dev-python/executing/executing-0.8.3.ebuild 
b/dev-python/executing/executing-0.8.3.ebuild
deleted file mode 100644
index 471d3466d941..000000000000
--- a/dev-python/executing/executing-0.8.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Get information about what a Python frame is currently doing"
-HOMEPAGE="
-       https://github.com/alexmojaki/executing/
-       https://pypi.org/project/executing/
-"
-SRC_URI="
-       https://github.com/alexmojaki/executing/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-# asttokens is optional runtime dep
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/asttokens[${PYTHON_USEDEP}]
-               dev-python/littleutils[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-       # this test explodes when collected by pytest
-       "${EPYTHON}" tests/test_main.py || die "Tests failed with ${EPYTHON}"
-       epytest tests/test_pytest.py
-}

diff --git a/dev-python/executing/executing-0.9.0.ebuild 
b/dev-python/executing/executing-0.9.0.ebuild
deleted file mode 100644
index 43f1dbdd67f3..000000000000
--- a/dev-python/executing/executing-0.9.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Get information about what a Python frame is currently doing"
-HOMEPAGE="
-       https://github.com/alexmojaki/executing/
-       https://pypi.org/project/executing/
-"
-SRC_URI="
-       https://github.com/alexmojaki/executing/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-# asttokens is optional runtime dep
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/asttokens[${PYTHON_USEDEP}]
-               dev-python/littleutils[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-       # this test explodes when collected by pytest
-       "${EPYTHON}" tests/test_main.py || die "Tests failed with ${EPYTHON}"
-       epytest tests/test_pytest.py
-}

Reply via email to