From c5b36eded753fac116a49d6c5f335edffb91638d Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 31 Jan 2021 20:48:53 +0000 Subject: Updating liguros repo --- dev-python/async-lru/Manifest | 1 + .../async-lru/async-lru-1.0.2_p20201029.ebuild | 37 ++++++++++++++++++++++ dev-python/async-lru/metadata.xml | 13 ++++++++ 3 files changed, 51 insertions(+) create mode 100644 dev-python/async-lru/Manifest create mode 100644 dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild create mode 100644 dev-python/async-lru/metadata.xml (limited to 'dev-python/async-lru') diff --git a/dev-python/async-lru/Manifest b/dev-python/async-lru/Manifest new file mode 100644 index 000000000000..f97e0cc563ec --- /dev/null +++ b/dev-python/async-lru/Manifest @@ -0,0 +1 @@ +DIST async-lru-17a5d207f603c0c142f01a69fbf6f487b3fef5c4.tar.gz 10486 BLAKE2B 88831686b79ed742d28a202b1b303333c52b604f6e786cd0bccc4141a81d002a2b2daf3a264bf83d40e5218a3aa3209579d99b9e1b358da708ffada50bea2d3e SHA512 3c92b5c2fe149e53889f9c4adba9b88a03815d563b56d45363310c2527d4ebb800147fc8e38847f4b473d424692bfae55f96e482979009fb1a977850fb08b2f1 diff --git a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild new file mode 100644 index 000000000000..9c9aab5e418c --- /dev/null +++ b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild @@ -0,0 +1,37 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) +inherit distutils-r1 + +EGIT_COMMIT=17a5d207f603c0c142f01a69fbf6f487b3fef5c4 +DESCRIPTION="Simple lru_cache for asyncio" +HOMEPAGE=" + https://github.com/aio-libs/async-lru/ + https://pypi.org/project/async_lru/" +SRC_URI=" + https://github.com/aio-libs/async-lru/archive/${EGIT_COMMIT}.tar.gz + -> ${PN}-${EGIT_COMMIT}.tar.gz" +S=${WORKDIR}/${PN}-${EGIT_COMMIT} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + test? ( + + + + + python@gentoo.org + + + + aio-libs/async-lru + async_lru + + gentoo-staging + -- cgit v1.3.1