dev-python/evernote2: add evernote2-1.0.3-r1.ebuild bumped PYTHON_COMPAT

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@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@posteo.net>
This commit is contained in:
Vitaly Zdanevich
2025-10-28 18:37:22 +04:00
committed by Lucio Sauer
parent dcd441be79
commit 5247002b5c

View File

@@ -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"