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 59147158087 for ; Wed, 2 Feb 2022 08:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A669E2BC020; Wed, 2 Feb 2022 08:34:29 +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 8DB002BC020 for ; Wed, 2 Feb 2022 08:34:29 +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 4A94F343266 for ; Wed, 2 Feb 2022 08:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C64032BF for ; Wed, 2 Feb 2022 08:34:26 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1643789467.590ee77d79abd0e89f0e02d65398c33c28d65306.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ssmtool/, dev-python/mobi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ssmtool/ssmtool-0.6.2.ebuild dev-python/mobi/Manifest dev-python/mobi/mobi-0.3.2-r1.ebuild dev-python/mobi/mobi-0.3.2.ebuild X-VCS-Directories: app-misc/ssmtool/ dev-python/mobi/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 590ee77d79abd0e89f0e02d65398c33c28d65306 X-VCS-Branch: dev Date: Wed, 2 Feb 2022 08:34:26 +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: d0dbdf3b-15c0-489a-a4fd-2fc574836ce2 X-Archives-Hash: e16fd964785182cdd7db9363424c85e8 commit: 590ee77d79abd0e89f0e02d65398c33c28d65306 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Feb 2 07:11:29 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Feb 2 08:11:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=590ee77d dev-python/mobi: PEP517, fix deps and tests Closes: https://bugs.gentoo.org/831732 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-misc/ssmtool/ssmtool-0.6.2.ebuild | 2 +- dev-python/mobi/Manifest | 2 +- dev-python/mobi/{mobi-0.3.2.ebuild => mobi-0.3.2-r1.ebuild} | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-misc/ssmtool/ssmtool-0.6.2.ebuild b/app-misc/ssmtool/ssmtool-0.6.2.ebuild index c20470c0a..afc1f3486 100644 --- a/app-misc/ssmtool/ssmtool-0.6.2.ebuild +++ b/app-misc/ssmtool/ssmtool-0.6.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="A simple sentence mining tool written in PyQt5" diff --git a/dev-python/mobi/Manifest b/dev-python/mobi/Manifest index 44c252b75..b2e87dc06 100644 --- a/dev-python/mobi/Manifest +++ b/dev-python/mobi/Manifest @@ -1 +1 @@ -DIST mobi-0.3.2.tar.gz 91513 BLAKE2B 0a5b5da80e4cfaae4794dd20eb8a91b0f2b436d95bcd36ccc141a95900d8d3b339b4fb8991895b8de5d7787526d63beb14bfd44d34f1c3ae5d8cef6655251ac2 SHA512 702693dfbe54e1df4b45201411edb92aaea84241843ebc1e436a78e927873f9df2d28d94a6ab4559d7ef1f93d890207844e00453a0f289585977a00cf57135ee +DIST mobi-0.3.2-r1.tar.gz 649831 BLAKE2B d738b53b5be68cb03acfbedf1a5c1b9f207c743e6ee4fd83a88b2dad01e9a1f0d332d1d1a27c29b7e98edc0d3c10ae632f3de6c27249aa297a0923ce62c87966 SHA512 eca946811091927011fbf2ba3f3ad92f9c914861a4549e70571e74fc8974de75924c41482945540bb38381129a02965d3f2c04b11e728923129b89dea6c957c4 diff --git a/dev-python/mobi/mobi-0.3.2.ebuild b/dev-python/mobi/mobi-0.3.2-r1.ebuild similarity index 64% rename from dev-python/mobi/mobi-0.3.2.ebuild rename to dev-python/mobi/mobi-0.3.2-r1.ebuild index 8eb9f18f8..aec377bd8 100644 --- a/dev-python/mobi/mobi-0.3.2.ebuild +++ b/dev-python/mobi/mobi-0.3.2-r1.ebuild @@ -4,14 +4,17 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=poetry inherit distutils-r1 DESCRIPTION="unpack unencrypted mobi files" HOMEPAGE="https://github.com/iscc/mobi https://pypi.org/project/mobi/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/iscc/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-r1.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/loguru[${PYTHON_USEDEP}]" distutils_enable_tests pytest