Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/timeout-decorator/
Date: Tue, 21 Jan 2020 14:49:07
Message-Id: 1579617857.71b757e41143d135aab081e56cbb89e891a45c67.andrewammerlaan@gentoo
1 commit: 71b757e41143d135aab081e56cbb89e891a45c67
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Jan 21 14:44:17 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Jan 21 14:44:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71b757e4
7
8 dev-python/timeout-decorator: Timeout decorator
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/timeout-decorator/Manifest | 1 +
14 dev-python/timeout-decorator/metadata.xml | 13 +++++++++++++
15 .../timeout-decorator/timeout-decorator-0.4.1.ebuild | 16 ++++++++++++++++
16 3 files changed, 30 insertions(+)
17
18 diff --git a/dev-python/timeout-decorator/Manifest b/dev-python/timeout-decorator/Manifest
19 new file mode 100644
20 index 0000000..f53b961
21 --- /dev/null
22 +++ b/dev-python/timeout-decorator/Manifest
23 @@ -0,0 +1 @@
24 +DIST timeout-decorator-0.4.1.tar.gz 4771 BLAKE2B b8f8b4d8c69f4f6195b769295abc6b8e037aa7a8ae58499803d6d6fc0721cf6daf8dd07b65a5585305c0d2188989edc88dd361a1572489dff3e59f6e4f2497e5 SHA512 8d70e0df1720f37f85ffbe71fdc467fc9e4dc704cd434f03d99bcce4cd6b41f45d337b3a0aaeb0526e99778ee3ae46637a76bf4f51e02fbb13e133598c2b791b
25
26 diff --git a/dev-python/timeout-decorator/metadata.xml b/dev-python/timeout-decorator/metadata.xml
27 new file mode 100644
28 index 0000000..dd0bd9c
29 --- /dev/null
30 +++ b/dev-python/timeout-decorator/metadata.xml
31 @@ -0,0 +1,13 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>andrewammerlaan@××××××.net</email>
38 + <name>Andrew Ammerlaan</name>
39 + </maintainer>
40 + <maintainer type="project">
41 + <email>proxy-maint@g.o</email>
42 + <name>Proxy Maintainers</name>
43 + </maintainer>
44 +</pkgmetadata>
45
46 diff --git a/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
47 new file mode 100644
48 index 0000000..e29899d
49 --- /dev/null
50 +++ b/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
51 @@ -0,0 +1,16 @@
52 +# Copyright 1999-2020 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=7
56 +
57 +PYTHON_COMPAT=( python3_{6,7,8} )
58 +
59 +inherit distutils-r1
60 +
61 +DESCRIPTION="Timeout decorator"
62 +HOMEPAGE="https://github.com/pnpnpn/timeout-decorator"
63 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
64 +
65 +LICENSE="MIT"
66 +KEYWORDS="~amd64 ~x86 "
67 +SLOT="0"