Skip to content

Commit

Permalink
dev-python/swampy: enable py3.12, py3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Freyermuth <[email protected]>
  • Loading branch information
olifre committed Jun 2, 2024
1 parent 9ec6f85 commit 81610eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-python/swampy/swampy-3.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..13} )
PYTHON_REQ_USE="tk"

MY_PN=swampy
Expand All @@ -14,12 +14,12 @@ inherit distutils-r1 pypi
DESCRIPTION="Swampy is a suite of Python programs that support the textbooks"
HOMEPAGE="https://allendowney.com/swampy/"

S=${WORKDIR}/${MY_P}

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S=${WORKDIR}/${MY_P}

src_prepare() {
eapply_user
sed -i -e "s#data_files=\[('swampy'#data_files=\[('share/swampy'#" setup.py || die
Expand Down

0 comments on commit 81610eb

Please sign in to comment.