Files
guru/dev-python/SLPP/SLPP-1.2.3.ebuild
Anna (cybertailor) Vyalkova 29df7cbbcc dev-python/SLPP: disable pytest
Closes: https://bugs.gentoo.org/831733
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-02-02 13:11:07 +05:00

16 lines
396 B
Bash

# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Simple lua-python parser"
HOMEPAGE="https://github.com/SirAnthony/slpp https://pypi.org/project/SLPP/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"