mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/timeout-decorator: New dep of dev-python/requests-cache
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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-9fbc3ef5b6f8f8cba2eb7ba795813d6ec543e265.tar.gz 6178 BLAKE2B dc89ba8c4fb861d3e69322b531a944ce6587800ea1f6d871fd5bd95e69ce4fca74c403cc430adefeda08675972a11e872e2296e14b7d7819c78a46fa08db5fa9 SHA512 2e691d40fcbe55a3d6be81f9744c2a06c436b61a17d701ad0e9df7003e7cf41b6e4876b48d4bd4a5b429ae2139e8f6ef8ae05092b599d80b3b5aa05716bb124e
|
||||
12
dev-python/timeout-decorator/metadata.xml
Normal file
12
dev-python/timeout-decorator/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">pnpnpn/timeout-decorator</remote-id>
|
||||
<remote-id type="pypi">timeout-decorator</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
25
dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
Normal file
25
dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
EGIT_COMMIT=9fbc3ef5b6f8f8cba2eb7ba795813d6ec543e265
|
||||
MY_P=${PN}-${EGIT_COMMIT}
|
||||
|
||||
DESCRIPTION="Timeout decorator"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/timeout-decorator/
|
||||
https://github.com/pnpnpn/timeout-decorator/"
|
||||
SRC_URI="
|
||||
https://github.com/pnpnpn/timeout-decorator/archive/${EGIT_COMMIT}.tar.gz
|
||||
-> ${MY_P}.tar.gz"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user