commit: fbf981a1523cf71a2dc367e561295453dc1737ae Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Wed Apr 14 08:50:36 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Apr 14 09:04:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbf981a1
dev-python/timeout-decorator: moved to ::gentoo Signed-off-by: Theo Anderson <telans <AT> posteo.de> dev-python/timeout-decorator/Manifest | 1 - dev-python/timeout-decorator/metadata.xml | 13 ------------- .../timeout-decorator/timeout-decorator-0.5.0.ebuild | 19 ------------------- 3 files changed, 33 deletions(-) diff --git a/dev-python/timeout-decorator/Manifest b/dev-python/timeout-decorator/Manifest deleted file mode 100644 index 821e66394..000000000 --- a/dev-python/timeout-decorator/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST timeout-decorator-0.5.0.tar.gz 4754 BLAKE2B d92581f196a246c3da978f351e223117bb1554c2abf5daac18f69ae42cafd11ef8722f1c10834f6169a1e311691b1edec326523e4c0adb0869b8a48e93d35db5 SHA512 ee6d47a27ad3ed7921bc5b98391c4f933e247dc3834c9571248bf2a3b0237acaad88daa8b071eb8d443f74c792318b5be5bb9fad99fa99df682198f90cd86b1b diff --git a/dev-python/timeout-decorator/metadata.xml b/dev-python/timeout-decorator/metadata.xml deleted file mode 100644 index d3bcd15ef..000000000 --- a/dev-python/timeout-decorator/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> - -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Andrew Ammerlaan</name> - </maintainer> - <upstream> - <remote-id type="github">pnpnpn/timeout-decorator</remote-id> - <remote-id type="pypi">timeout-decorator</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild deleted file mode 100644 index a50c002c0..000000000 --- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Timeout decorator" -HOMEPAGE=" - https://github.com/pnpnpn/timeout-decorator - https://pypi.org/project/timeout-decorator -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 " -SLOT="0"
