From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13E611581E7 for ; Sun, 28 Apr 2024 04:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D8E5E2A03; Sun, 28 Apr 2024 04:08:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26689E2A03 for ; Sun, 28 Apr 2024 04:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3288A34164C for ; Sun, 28 Apr 2024 04:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97D1815EC for ; Sun, 28 Apr 2024 04:08:31 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1714277303.ab76962c1bfb9dab77d4dee8b4e1874095c8cd54.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/evernote2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/evernote2/evernote2-9999.ebuild X-VCS-Directories: dev-python/evernote2/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: ab76962c1bfb9dab77d4dee8b4e1874095c8cd54 X-VCS-Branch: dev Date: Sun, 28 Apr 2024 04:08:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b450bd30-075f-4375-a95a-fd8eedd2b2a4 X-Archives-Hash: a88efae64eab56492ee8eec3a9d5f028 commit: ab76962c1bfb9dab77d4dee8b4e1874095c8cd54 Author: Vitaly Zdanevich ya ru> AuthorDate: Sun Apr 28 04:08:23 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Sun Apr 28 04:08:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab76962c dev-python/evernote2: inherit line move to the correct position Signed-off-by: Vitaly Zdanevich ya.ru> dev-python/evernote2/evernote2-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/evernote2/evernote2-9999.ebuild b/dev-python/evernote2/evernote2-9999.ebuild index 62b61950ad..f4255ed4b1 100644 --- a/dev-python/evernote2/evernote2-9999.ebuild +++ b/dev-python/evernote2/evernote2-9999.ebuild @@ -6,6 +6,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) +inherit git-r3 distutils-r1 + DESCRIPTION="Unofficial Evernote SDK for Python 3" HOMEPAGE=" https://github.com/JackonYang/evernote2 @@ -13,7 +15,6 @@ HOMEPAGE=" " EGIT_REPO_URI="https://github.com/JackonYang/evernote2" -inherit git-r3 distutils-r1 LICENSE="Apache-2.0"