From 6fafb26e37b0ee49b8b153295def8457fdc171dd Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 25 Sep 2023 20:44:16 +0200 Subject: dev-python/comm: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/comm/Manifest | 1 - dev-python/comm/comm-0.1.3.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 dev-python/comm/comm-0.1.3.ebuild diff --git a/dev-python/comm/Manifest b/dev-python/comm/Manifest index 4d585704945d..3cb011a665e0 100644 --- a/dev-python/comm/Manifest +++ b/dev-python/comm/Manifest @@ -1,2 +1 @@ -DIST comm-0.1.3.gh.tar.gz 7345 BLAKE2B 2cbe791d226316800a37886d8c68b05ac9d9860bc92e1d95f8b428038a090d9867abfa0860262a9daba3ccd4fd607743df4f8d7fb2c13bf63456d17aa5f69092 SHA512 05696e8b58245ecb02ef0b4e23e904bae8288a6dad6530a9e15587bb0922a8d57f32803a5a34eb8f79eb620f679bb77350842bc441c0ab665a7ca9f7196106c4 DIST comm-0.1.4.gh.tar.gz 7504 BLAKE2B e020809077f5366737453fc8e56dc5b7751effc99f4766fddf1eecfa9a560aad7f17b56987ba072c5412a77761b3b978cfab34cbf62bd29e58160075e20d203d SHA512 5a3993b17d249a8c1be20ed8647ac0621517d500b4b933c78c05386d23d6d660175679a779a3a20818703f5c962c9a351916715a4f244b989ff2f6568382146a diff --git a/dev-python/comm/comm-0.1.3.ebuild b/dev-python/comm/comm-0.1.3.ebuild deleted file mode 100644 index e12ae2504780..000000000000 --- a/dev-python/comm/comm-0.1.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Jupyter Python Comm implementation, for usage in ipykernel, xeus-python" -HOMEPAGE=" - https://github.com/ipython/comm/ - https://pypi.org/project/comm/ -" -# no tests in sdist, as of 0.1.3 -SRC_URI=" - https://github.com/ipython/comm/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/traitlets-5.3[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad