commit: eb288f24846cc6375a51ff7cf509587255bfaf35 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jul 13 05:44:53 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 13 06:03:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb288f24
app-text/capyt: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/909896 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/capyt/capyt-1.1.1-r1.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/app-text/capyt/capyt-1.1.1-r1.ebuild b/app-text/capyt/capyt-1.1.1-r1.ebuild new file mode 100644 index 000000000000..e63491ed27ad --- /dev/null +++ b/app-text/capyt/capyt-1.1.1-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..12} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +MY_PV=$(ver_rs 2 '-') + +DESCRIPTION="A python3 CLI utility to interface with cpy.pt paste service" +HOMEPAGE="https://github.com/lbatalha/capyt + https://pypi.org/project/capyt/" +SRC_URI="https://github.com/lbatalha/capyt/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${PN}-${MY_PV}"
