add deps for synced munin-9999

This commit is contained in:
Yury Martynov 2019-08-05 23:15:57 +03:00
parent 9cb99621c7
commit f21757702c
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST flask-caching-1.7.2.tar.gz 66297 BLAKE2B baae60e9b3ac70e809428bf779052705359ea65d3f3190f5d6120b00e651877008187284f79fa542b1d595f8b8f8ed39b13818ee238adbc46204b468e5a1448c SHA512 4667fbabb2d65335348fbbb6b0c738984d71b4d210ab7c2955e196a73ba834499febe10eac8aa732ad5164e4c96371dbab82bc08b41ce3cf6b6750b0bd078291

View 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}]"

View 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>