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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9A0A15802F for ; Wed, 8 Mar 2023 07:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5748E07D1; Wed, 8 Mar 2023 07:38:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98C77E07D1 for ; Wed, 8 Mar 2023 07:38:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57499341390 for ; Wed, 8 Mar 2023 07:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B957B8C8 for ; Wed, 8 Mar 2023 07:38:19 +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: <1678260660.67dcee14e9038c44df3f7bbc6040536786c6e3e2.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystardict/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pystardict/Manifest dev-python/pystardict/pystardict-0.8-r1.ebuild dev-python/pystardict/pystardict-0.8.ebuild X-VCS-Directories: dev-python/pystardict/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 67dcee14e9038c44df3f7bbc6040536786c6e3e2 X-VCS-Branch: dev Date: Wed, 8 Mar 2023 07:38:19 +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: 5c5d6296-3b3c-4626-abdd-fe0b6579d1bf X-Archives-Hash: 4ba599470015786e6d839e52901819c7 commit: 67dcee14e9038c44df3f7bbc6040536786c6e3e2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Mar 8 07:23:14 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Mar 8 07:31:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67dcee14 dev-python/pystardict: enable py3.11 Closes: https://bugs.gentoo.org/897546 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pystardict/Manifest | 2 +- dev-python/pystardict/pystardict-0.8-r1.ebuild | 26 ++++++++++++++++++++++++++ dev-python/pystardict/pystardict-0.8.ebuild | 21 --------------------- 3 files changed, 27 insertions(+), 22 deletions(-) diff --git a/dev-python/pystardict/Manifest b/dev-python/pystardict/Manifest index 9619607e6..7ee7706bd 100644 --- a/dev-python/pystardict/Manifest +++ b/dev-python/pystardict/Manifest @@ -1 +1 @@ -DIST PyStarDict-0.8.tar.gz 795302 BLAKE2B eed78612e616a56920ab40035dd14682d8420d34919df8f00deabdf36b287723cd12815cda9bb3c5eb9d6d123edd961dbd5da7301a4f5c5ac56b0b49665a5050 SHA512 a5cb64993e4d870c3fb30e78462ac52bba994088b51d74e2eb7a0c41436bd1bb6733c6a11f30404eae446669209a7dc8f8d74efb28f5cce3997c26fcad833db7 +DIST pystardict-0.8-r1.tar.gz 795302 BLAKE2B eed78612e616a56920ab40035dd14682d8420d34919df8f00deabdf36b287723cd12815cda9bb3c5eb9d6d123edd961dbd5da7301a4f5c5ac56b0b49665a5050 SHA512 a5cb64993e4d870c3fb30e78462ac52bba994088b51d74e2eb7a0c41436bd1bb6733c6a11f30404eae446669209a7dc8f8d74efb28f5cce3997c26fcad833db7 diff --git a/dev-python/pystardict/pystardict-0.8-r1.ebuild b/dev-python/pystardict/pystardict-0.8-r1.ebuild new file mode 100644 index 000000000..a427270d8 --- /dev/null +++ b/dev-python/pystardict/pystardict-0.8-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +MY_PN="PyStarDict" +DESCRIPTION="Library for manipulating StarDict dictionaries from within Python" +HOMEPAGE=" + https://pypi.org/project/PyStarDict/ + https://github.com/lig/pystardict +" +SRC_URI="$(pypi_sdist_url --no-normalize ${MY_PN}) -> ${P}-r1.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/pystardict/pystardict-0.8.ebuild b/dev-python/pystardict/pystardict-0.8.ebuild deleted file mode 100644 index f528981f2..000000000 --- a/dev-python/pystardict/pystardict-0.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -MY_PN="PyStarDict" -DESCRIPTION="Library for manipulating StarDict dictionaries from within Python" -HOMEPAGE="https://github.com/lig/pystardict https://pypi.org/project/PyStarDict/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest