Files
guru/dev-python/pybeam/pybeam-0.7.ebuild
Alessandro Barbieri 63718c88d4 dev-python/pybeam: add test dep
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

Closes: https://bugs.gentoo.org/790542
2021-05-16 18:07:26 +02:00

24 lines
579 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
DOCS_BUILDER="sphinx"
DOCS_DIR="doc"
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1 docs
SRC_URI="https://github.com/matwey/pybeam/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Python module to parse Erlang BEAM files"
HOMEPAGE="https://github.com/matwey/pybeam"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/construct[${PYTHON_USEDEP}]"
DEPEND="test? ( dev-python/six[${PYTHON_USEDEP}] )"
distutils_enable_tests unittest