Files
gentoo/dev-python/kaptan/kaptan-0.5.12-r1.ebuild
Patrick McLean 1e65c7326a dev-python/kaptan-0.5.12-r1: Stabilize on amd64 (bug #709500)
Bug: https://bugs.gentoo.org/709500
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2020-02-13 09:58:44 -08:00

22 lines
516 B
Bash

# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1
DESCRIPTION="Configuration manager in your pocket"
HOMEPAGE="https://github.com/emre/kaptan"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="kaptan"
SLOT="0"
KEYWORDS="amd64 ~x86"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${BDEPEND}
>=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]"
distutils_enable_tests pytest