mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/timeout-decorator: Timeout decorator
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
1
dev-python/timeout-decorator/Manifest
Normal file
1
dev-python/timeout-decorator/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST timeout-decorator-0.4.1.tar.gz 4771 BLAKE2B b8f8b4d8c69f4f6195b769295abc6b8e037aa7a8ae58499803d6d6fc0721cf6daf8dd07b65a5585305c0d2188989edc88dd361a1572489dff3e59f6e4f2497e5 SHA512 8d70e0df1720f37f85ffbe71fdc467fc9e4dc704cd434f03d99bcce4cd6b41f45d337b3a0aaeb0526e99778ee3ae46637a76bf4f51e02fbb13e133598c2b791b
|
||||
13
dev-python/timeout-decorator/metadata.xml
Normal file
13
dev-python/timeout-decorator/metadata.xml
Normal file
@@ -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>andrewammerlaan@riseup.net</email>
|
||||
<name>Andrew Ammerlaan</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
16
dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
Normal file
16
dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user