mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
flask-caching-1.10.1.ebuild
This commit is contained in:
parent
5cbf4fc6f1
commit
62f7efa633
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST flask-caching-1.10.1.tar.gz 77662 BLAKE2B f43c2f7e7eb5393bb25a4bfdad457f4d5cad750459ee564fad47014be2ea0889859b6ba19b5807a38dec1d610354b66a5340be46f3ddeb54cf36b219254e46fa SHA512 d332cb0769547f4f6eca3c3fc6a45f4e105ef7c29c096da7e8281577f786630c493480fe050769f8efa41fe52246dc3a857ca9912fd273a208bc5bea07e7fe37
|
||||
DIST flask-caching-1.8.0.tar.gz 68888 BLAKE2B 9e237b4da7c7a0496b12900b1350755f402a2a59be476acf3291df0349a9e37cdc3da49afd9c1e627d4632da921d0f5025b0e29472d100af0aa4e99bc97820b4 SHA512 417178a83e8aca9c6948ccc1354c19918b7c5e920fae4472cce4df931e9fa780ba032b5645364e114fb4ab08cc8045ed7f24dcd8dbd0d2bc1a814e95a9a96e81
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -13,7 +13,8 @@ SRC_URI="https://github.com/sh4nks/flask-caching/archive/v${PV}.tar.gz -> ${P}.t
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
Loading…
Reference in a new issue