From 0b2cc5b601d59959a241af1cef4b0926f0833020 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 31 Jan 2021 17:22:00 +0000 Subject: Updating liguros repo --- dev-python/faulthandler-python2/Manifest | 1 - .../faulthandler-python2-3.0-r1.ebuild | 33 ---------------------- dev-python/faulthandler-python2/metadata.xml | 12 -------- 3 files changed, 46 deletions(-) delete mode 100644 dev-python/faulthandler-python2/Manifest delete mode 100644 dev-python/faulthandler-python2/faulthandler-python2-3.0-r1.ebuild delete mode 100644 dev-python/faulthandler-python2/metadata.xml (limited to 'dev-python/faulthandler-python2') diff --git a/dev-python/faulthandler-python2/Manifest b/dev-python/faulthandler-python2/Manifest deleted file mode 100644 index 61405407f5ff..000000000000 --- a/dev-python/faulthandler-python2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST faulthandler-3.0.tar.gz 55577 BLAKE2B 8c4157393eb912d3f0e42ab6b942390a0ba2c068559ab8b66e6e3d961a2f7750f9cab000429feba46c0f9cc0a81ac2c8570d092ead1dcec8ea4e76e555cd1a8b SHA512 9e31682338e572e77e22a510637877c3e27440bc451854a898c5e58238d28a1bbf824cb2b44d1f1f11d8a4f491ddc299982a3d452eebec38bc2a03a824bac392 diff --git a/dev-python/faulthandler-python2/faulthandler-python2-3.0-r1.ebuild b/dev-python/faulthandler-python2/faulthandler-python2-3.0-r1.ebuild deleted file mode 100644 index 93cbe124c964..000000000000 --- a/dev-python/faulthandler-python2/faulthandler-python2-3.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) - -DISTUTILS_USE_SETUPTOOLS=manual -inherit distutils-r1 - -MY_PN=faulthandler -MY_P=$MY_PN-$PV -DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" -HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.org/project/faulthandler/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" -RESTRICT="test" - -DEPEND="dev-python/setuptools-python2[${PYTHON_USEDEP}]" -RDEPEND=" - !dev-python/${MY_PN}[python_targets_python2_7] -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_install_all() { - distutils-r1_python_install_all - rm -r ${D}/usr/share -} diff --git a/dev-python/faulthandler-python2/metadata.xml b/dev-python/faulthandler-python2/metadata.xml deleted file mode 100644 index 4f7b3ed58dda..000000000000 --- a/dev-python/faulthandler-python2/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - maintainer-wanted - - - haypo/faulthandler - faulthandler - - calculatelinux-overlay - -- cgit v1.3.1