dev-python/cachetools: readd py2
This commit is contained in:
parent
ee4c1ab1d3
commit
535dedb767
2
dev-python/cachetools/Manifest
Normal file
2
dev-python/cachetools/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST cachetools-3.1.1.tar.gz 22055 BLAKE2B 9141adb9cff5e7f76a370666c24664de09b1562a9e40636b8103157cc65b146dca96ad871065191618e2d458078cb7da30c80da21b4fded73097bda7916f4819 SHA512 23a7d9c91f97727984585745169dbf94922288e464196d5c05f442226cbff4efeb3588ed463f481bd75892824188bd3ab8031f4f2f8e52924c74428b1034714a
|
||||
EBUILD cachetools-3.1.1.ebuild 503 BLAKE2B a323185cb1a4dc4c330cc02a9d59c242bb81a2fc4c98f607e30786fc37b92032461787e3ada17ac62d299c62db2b682fc1a8661857637933139e0a1c419cac0b SHA512 e491f774c647a1bc5d62715a48e1ccf6936797b31b77ca9a4a3f9933f2f1357c83dbe484753b6794d98c38ef1cda144d31e64fc96788cfc0e16bbbece24238e1
|
22
dev-python/cachetools/cachetools-3.1.1.ebuild
Normal file
22
dev-python/cachetools/cachetools-3.1.1.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Extensible memoizing collections and decorators"
|
||||
HOMEPAGE="https://pypi.org/project/cachetools/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user