mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
committed by
Lucio Sauer
parent
dcd441be79
commit
5247002b5c
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user