commit:     71b757e41143d135aab081e56cbb89e891a45c67
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 21 14:44:17 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 21 14:44:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71b757e4

dev-python/timeout-decorator: Timeout decorator

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/timeout-decorator/Manifest                    |  1 +
 dev-python/timeout-decorator/metadata.xml                | 13 +++++++++++++
 .../timeout-decorator/timeout-decorator-0.4.1.ebuild     | 16 ++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-python/timeout-decorator/Manifest 
b/dev-python/timeout-decorator/Manifest
new file mode 100644
index 0000000..f53b961
--- /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 0000000..dd0bd9c
--- /dev/null
+++ b/dev-python/timeout-decorator/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+    <maintainer type="project">
+        <email>[email protected]</email>
+        <name>Proxy Maintainers</name>
+    </maintainer>
+</pkgmetadata>

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 0000000..e29899d
--- /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"

Reply via email to