From 71b757e41143d135aab081e56cbb89e891a45c67 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 21 Jan 2020 15:44:17 +0100 Subject: [PATCH] dev-python/timeout-decorator: Timeout decorator Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan --- dev-python/timeout-decorator/Manifest | 1 + dev-python/timeout-decorator/metadata.xml | 13 +++++++++++++ .../timeout-decorator-0.4.1.ebuild | 16 ++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 dev-python/timeout-decorator/Manifest create mode 100644 dev-python/timeout-decorator/metadata.xml create mode 100644 dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild diff --git a/dev-python/timeout-decorator/Manifest b/dev-python/timeout-decorator/Manifest new file mode 100644 index 0000000000..f53b961f56 --- /dev/null +++ b/dev-python/timeout-decorator/Manifest @@ -0,0 +1 @@ +DIST timeout-decorator-0.4.1.tar.gz 4771 BLAKE2B b8f8b4d8c69f4f6195b769295abc6b8e037aa7a8ae58499803d6d6fc0721cf6daf8dd07b65a5585305c0d2188989edc88dd361a1572489dff3e59f6e4f2497e5 SHA512 8d70e0df1720f37f85ffbe71fdc467fc9e4dc704cd434f03d99bcce4cd6b41f45d337b3a0aaeb0526e99778ee3ae46637a76bf4f51e02fbb13e133598c2b791b diff --git a/dev-python/timeout-decorator/metadata.xml b/dev-python/timeout-decorator/metadata.xml new file mode 100644 index 0000000000..dd0bd9c021 --- /dev/null +++ b/dev-python/timeout-decorator/metadata.xml @@ -0,0 +1,13 @@ + + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild new file mode 100644 index 0000000000..e29899db22 --- /dev/null +++ b/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Timeout decorator" +HOMEPAGE="https://github.com/pnpnpn/timeout-decorator" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 " +SLOT="0"