dev-python/chainstream: drop erroneous keywords, drop py3.9

* Drop keywords which haven't been added via the AT process
* py3.9 is a noop nowadays

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-12-15 03:22:51 +00:00
parent 038a41799d
commit 58a1b2ce54

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Chain I/O-Streams together into a single stream"
@@ -13,11 +13,7 @@ SRC_URI="https://github.com/rrthomas/chainstream/archive/refs/tags/v${PV}.tar.gz
LICENSE="CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND=""
DEPEND="${RDEPEND}"
BDEPEND=""
KEYWORDS="~amd64"
src_configure() {
# upstream doesn't provide build system in pyproject.toml