guru/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild
tastytea b646d7e7bc
dev-python/proxy_tools: enable py3.12
Closes: https://bugs.gentoo.org/931397
Signed-off-by: tastytea <gentoo@tastytea.de>
2024-05-07 20:00:21 +02:00

27 lines
658 B
Bash

# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
MY_COMMIT="db43f1e35d4f90a65c5a4d56d9e9af88212ec6e6"
DESCRIPTION="Simple proxy (as in the GoF design pattern)"
HOMEPAGE="https://pypi.org/project/proxy_tools/"
# pypi tarballs are missing test data
SRC_URI="https://github.com/jtushman/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
# dev-python/nose removed from ::gentoo
RESTRICT="test"
# distutils_enable_tests nose