mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
add deps for synced munin-9999
This commit is contained in:
parent
9cb99621c7
commit
f21757702c
3 changed files with 33 additions and 0 deletions
1
dev-python/flask-caching/Manifest
Normal file
1
dev-python/flask-caching/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST flask-caching-1.7.2.tar.gz 66297 BLAKE2B baae60e9b3ac70e809428bf779052705359ea65d3f3190f5d6120b00e651877008187284f79fa542b1d595f8b8f8ed39b13818ee238adbc46204b468e5a1448c SHA512 4667fbabb2d65335348fbbb6b0c738984d71b4d210ab7c2955e196a73ba834499febe10eac8aa732ad5164e4c96371dbab82bc08b41ce3cf6b6750b0bd078291
|
||||
24
dev-python/flask-caching/flask-caching-1.7.2.ebuild
Normal file
24
dev-python/flask-caching/flask-caching-1.7.2.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Continuation of the Flask-Cache Extension"
|
||||
HOMEPAGE="https://github.com/sh4nks/flask-caching"
|
||||
SRC_URI="https://github.com/sh4nks/flask-caching/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/werkzeug[${PYTHON_USEDEP}]
|
||||
dev-python/pylibmc[${PYTHON_USEDEP}]"
|
||||
8
dev-python/flask-caching/metadata.xml
Normal file
8
dev-python/flask-caching/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue