tkurbad-overlay/dev-python/pybars3/pybars3-0.9.7-r1.ebuild

22 lines
492 B
Bash
Raw Normal View History

2020-10-02 12:15:08 +02:00
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
2021-06-23 14:52:35 +02:00
EAPI=7
2022-07-29 17:27:42 +02:00
PYTHON_COMPAT=( python3_{8,9,10} )
2020-10-02 12:15:08 +02:00
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
DESCRIPTION="Handlebars.js templating for Python"
HOMEPAGE="https://github.com/wbond/pybars3#readme"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/pymeta3-0.5.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"