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 55AB7158451 for ; Sat, 13 Jan 2024 22:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 900F92BC015; Sat, 13 Jan 2024 22:52:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6DFAE2BC013 for ; Sat, 13 Jan 2024 22:52:46 +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 7615F3431B3 for ; Sat, 13 Jan 2024 22:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7DF211F4 for ; Sat, 13 Jan 2024 22:52:43 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1705186244.74b307b2c7b86abe5d4b9c9c11930281d32a1357.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ahocorasick/Manifest dev-python/ahocorasick/ahocorasick-1.4.4.ebuild dev-python/ahocorasick/ahocorasick-2.0.0.ebuild dev-python/ahocorasick/ahocorasick-9999.ebuild X-VCS-Directories: dev-python/ahocorasick/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 74b307b2c7b86abe5d4b9c9c11930281d32a1357 X-VCS-Branch: dev Date: Sat, 13 Jan 2024 22:52:43 +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: d00e990a-1b25-42f3-b6c5-3a9cfb41268e X-Archives-Hash: 0884c2c900d192a0a95e126dd1ed400c commit: 74b307b2c7b86abe5d4b9c9c11930281d32a1357 Author: David Roman gmail com> AuthorDate: Sat Jan 13 22:50:44 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jan 13 22:50:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74b307b2 dev-python/ahocorasick: verbump to 2.0.0 Closes: https://bugs.gentoo.org/921756 Signed-off-by: David Roman gmail.com> dev-python/ahocorasick/Manifest | 2 +- ...corasick-1.4.4.ebuild => ahocorasick-2.0.0.ebuild} | 12 +++++------- dev-python/ahocorasick/ahocorasick-9999.ebuild | 19 ------------------- 3 files changed, 6 insertions(+), 27 deletions(-) diff --git a/dev-python/ahocorasick/Manifest b/dev-python/ahocorasick/Manifest index 9215a590d8..72b4c43d07 100644 --- a/dev-python/ahocorasick/Manifest +++ b/dev-python/ahocorasick/Manifest @@ -1 +1 @@ -DIST pyahocorasick-1.4.4.tar.gz 89581 BLAKE2B c803883561623ef306fb91857dd1da1a85712ed1387c1449e88798018e8785bbcddc5fb8942f640ae454db03c05856169d1abc5c78a27c5962cc2f5b8fa3a60e SHA512 2b2ef6d99abe8e051feb943b02c58e9854118e4408d01b86b422d0576b204de081b2ea5d5fb775a0886e02d38d905e3331016771c67f412f97d0633f805dc250 +DIST pyahocorasick-2.0.0.tar.gz 99662 BLAKE2B 0cc0e7de18c035e3f6b0dff7da421df8ea47c7d2d93ba8b5e2fa4f3b36e11efa688b0d67c5224e7cc55e6d410f86a2af3502d482c7c0a8db6d45d0518216625e SHA512 38bc56c67ada0af6ae124d8c98dc933cbf26861e522288fa6152dde4f75ea49870c35dd041de2cfc2e16f5767c3da3af83b20f35af0788c662da00707b080fa6 diff --git a/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild similarity index 66% rename from dev-python/ahocorasick/ahocorasick-1.4.4.ebuild rename to dev-python/ahocorasick/ahocorasick-2.0.0.ebuild index 87ed789e7d..35423a72b0 100644 --- a/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild +++ b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild @@ -3,21 +3,19 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 PYTHON_COMPAT=( python3_{8..11} ) +PYPI_PN="py${PN}" +PYPI_NO_NORMALIZE=1 -inherit distutils-r1 - -MY_PN="py${PN}" -MY_P="${MY_PN}-${PV}" +inherit distutils-r1 pypi DESCRIPTION="Python module implementing Aho-Corasick algorithm" HOMEPAGE="https://github.com/WojciechMula/pyahocorasick" -SRC_URI="https://github.com/WojciechMula/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_P}" - distutils_enable_tests pytest diff --git a/dev-python/ahocorasick/ahocorasick-9999.ebuild b/dev-python/ahocorasick/ahocorasick-9999.ebuild deleted file mode 100644 index e1f7c570d4..0000000000 --- a/dev-python/ahocorasick/ahocorasick-9999.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -EGIT_REPO_URI="https://github.com/WojciechMula/pyahocorasick.git" - -inherit distutils-r1 git-r3 - -DESCRIPTION="Python module implementing Aho-Corasick algorithm" -HOMEPAGE="https://github.com/WojciechMula/pyahocorasick" -SRC_URI="" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" - -distutils_enable_tests pytest 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 40DFB158451 for ; Sat, 13 Jan 2024 22:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F7362BC018; Sat, 13 Jan 2024 22:54:17 +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 0256A2BC018 for ; Sat, 13 Jan 2024 22:54:16 +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 0EA843431E0 for ; Sat, 13 Jan 2024 22:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 704CA13AA for ; Sat, 13 Jan 2024 22:54:13 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1705186244.74b307b2c7b86abe5d4b9c9c11930281d32a1357.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ahocorasick/Manifest dev-python/ahocorasick/ahocorasick-1.4.4.ebuild dev-python/ahocorasick/ahocorasick-2.0.0.ebuild dev-python/ahocorasick/ahocorasick-9999.ebuild X-VCS-Directories: dev-python/ahocorasick/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 74b307b2c7b86abe5d4b9c9c11930281d32a1357 X-VCS-Branch: master Date: Sat, 13 Jan 2024 22:54:13 +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: 0cee9bb9-abef-412d-9298-5955512f789f X-Archives-Hash: e85b223d7895f00259fea94b44ace443 Message-ID: <20240113225413.27QuPgUJVhN9LB6adjgnq9DLWO6dFeDk2LNxM8F8fvA@z> commit: 74b307b2c7b86abe5d4b9c9c11930281d32a1357 Author: David Roman gmail com> AuthorDate: Sat Jan 13 22:50:44 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jan 13 22:50:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74b307b2 dev-python/ahocorasick: verbump to 2.0.0 Closes: https://bugs.gentoo.org/921756 Signed-off-by: David Roman gmail.com> dev-python/ahocorasick/Manifest | 2 +- ...corasick-1.4.4.ebuild => ahocorasick-2.0.0.ebuild} | 12 +++++------- dev-python/ahocorasick/ahocorasick-9999.ebuild | 19 ------------------- 3 files changed, 6 insertions(+), 27 deletions(-) diff --git a/dev-python/ahocorasick/Manifest b/dev-python/ahocorasick/Manifest index 9215a590d8..72b4c43d07 100644 --- a/dev-python/ahocorasick/Manifest +++ b/dev-python/ahocorasick/Manifest @@ -1 +1 @@ -DIST pyahocorasick-1.4.4.tar.gz 89581 BLAKE2B c803883561623ef306fb91857dd1da1a85712ed1387c1449e88798018e8785bbcddc5fb8942f640ae454db03c05856169d1abc5c78a27c5962cc2f5b8fa3a60e SHA512 2b2ef6d99abe8e051feb943b02c58e9854118e4408d01b86b422d0576b204de081b2ea5d5fb775a0886e02d38d905e3331016771c67f412f97d0633f805dc250 +DIST pyahocorasick-2.0.0.tar.gz 99662 BLAKE2B 0cc0e7de18c035e3f6b0dff7da421df8ea47c7d2d93ba8b5e2fa4f3b36e11efa688b0d67c5224e7cc55e6d410f86a2af3502d482c7c0a8db6d45d0518216625e SHA512 38bc56c67ada0af6ae124d8c98dc933cbf26861e522288fa6152dde4f75ea49870c35dd041de2cfc2e16f5767c3da3af83b20f35af0788c662da00707b080fa6 diff --git a/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild similarity index 66% rename from dev-python/ahocorasick/ahocorasick-1.4.4.ebuild rename to dev-python/ahocorasick/ahocorasick-2.0.0.ebuild index 87ed789e7d..35423a72b0 100644 --- a/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild +++ b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild @@ -3,21 +3,19 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 PYTHON_COMPAT=( python3_{8..11} ) +PYPI_PN="py${PN}" +PYPI_NO_NORMALIZE=1 -inherit distutils-r1 - -MY_PN="py${PN}" -MY_P="${MY_PN}-${PV}" +inherit distutils-r1 pypi DESCRIPTION="Python module implementing Aho-Corasick algorithm" HOMEPAGE="https://github.com/WojciechMula/pyahocorasick" -SRC_URI="https://github.com/WojciechMula/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_P}" - distutils_enable_tests pytest diff --git a/dev-python/ahocorasick/ahocorasick-9999.ebuild b/dev-python/ahocorasick/ahocorasick-9999.ebuild deleted file mode 100644 index e1f7c570d4..0000000000 --- a/dev-python/ahocorasick/ahocorasick-9999.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -EGIT_REPO_URI="https://github.com/WojciechMula/pyahocorasick.git" - -inherit distutils-r1 git-r3 - -DESCRIPTION="Python module implementing Aho-Corasick algorithm" -HOMEPAGE="https://github.com/WojciechMula/pyahocorasick" -SRC_URI="" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" - -distutils_enable_tests pytest