commit: 5247002b5c74ba96a2f2bb4e6e250ca1329cd1e5 Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> AuthorDate: Tue Oct 28 14:37:22 2025 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Fri Nov 7 14:48:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5247002b
dev-python/evernote2: add evernote2-1.0.3-r1.ebuild bumped PYTHON_COMPAT Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru> Part-of: https://github.com/gentoo/guru/pull/390 Closes: https://github.com/gentoo/guru/pull/390 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> dev-python/evernote2/evernote2-1.0.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/evernote2/evernote2-1.0.3.ebuild b/dev-python/evernote2/evernote2-1.0.3.ebuild index 9f07101471..de50052698 100644 --- a/dev-python/evernote2/evernote2-1.0.3.ebuild +++ b/dev-python/evernote2/evernote2-1.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright Gentoo Authors 2024 +# Copyright Gentoo Authors 2025 # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 @@ -13,7 +13,7 @@ HOMEPAGE=" https://github.com/JackonYang/evernote2 https://pypi.org/project/evernote2/ " -SRC_URI="https://github.com/JackonYang/$PN/archive/refs/tags/v$PV.tar.gz -> $P.gh.tar.gz" +SRC_URI="https://github.com/JackonYang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="Apache-2.0"
