guru/dev-python/SLPP/SLPP-1.2.3.ebuild
Anna (cybertailor) Vyalkova 9ff22adbd9
dev-python/SLPP: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-07-11 23:23:13 +05:00

20 lines
432 B
Bash

# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
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"