public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/
@ 2023-08-28 16:33 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2023-08-28 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0a4929e2e2005e730785db2d35e110836d8428c2
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Aug 27 23:06:37 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug 27 23:06:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a4929e2

dev-python/ahocorasick: new package, add 1.4.4, 9999

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 dev-python/ahocorasick/Manifest                 |  1 +
 dev-python/ahocorasick/ahocorasick-1.4.4.ebuild | 23 +++++++++++++++++++++++
 dev-python/ahocorasick/ahocorasick-9999.ebuild  | 19 +++++++++++++++++++
 dev-python/ahocorasick/metadata.xml             | 25 +++++++++++++++++++++++++
 4 files changed, 68 insertions(+)

diff --git a/dev-python/ahocorasick/Manifest b/dev-python/ahocorasick/Manifest
new file mode 100644
index 0000000000..9215a590d8
--- /dev/null
+++ b/dev-python/ahocorasick/Manifest
@@ -0,0 +1 @@
+DIST pyahocorasick-1.4.4.tar.gz 89581 BLAKE2B c803883561623ef306fb91857dd1da1a85712ed1387c1449e88798018e8785bbcddc5fb8942f640ae454db03c05856169d1abc5c78a27c5962cc2f5b8fa3a60e SHA512 2b2ef6d99abe8e051feb943b02c58e9854118e4408d01b86b422d0576b204de081b2ea5d5fb775a0886e02d38d905e3331016771c67f412f97d0633f805dc250

diff --git a/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild b/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild
new file mode 100644
index 0000000000..87ed789e7d
--- /dev/null
+++ b/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_PN="py${PN}"
+MY_P="${MY_PN}-${PV}"
+
+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
new file mode 100644
index 0000000000..e1f7c570d4
--- /dev/null
+++ b/dev-python/ahocorasick/ahocorasick-9999.ebuild
@@ -0,0 +1,19 @@
+# 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

diff --git a/dev-python/ahocorasick/metadata.xml b/dev-python/ahocorasick/metadata.xml
new file mode 100644
index 0000000000..9cce67520c
--- /dev/null
+++ b/dev-python/ahocorasick/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>spiderx@spiderx.dp.ua</email>
+		<name>Vladimir Pavljuchenkov</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
+	pyahocorasick is a fast and memory efficient library for exact or
+	approximate multi-pattern string search meaning that you can find
+	multiple key strings occurrences at once in some input text.
+	The library provides an ahocorasick Python module that you can use
+	as a plain dict-like Trie or convert a Trie to an automaton for
+	efficient Aho-Corasick search.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">WojciechMula/pyahocorasick</remote-id>
+		<remote-id type="pypi">pyahocorasick</remote-id>
+	</upstream>
+</pkgmetadata>
+


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/
  2023-08-28 16:26 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2023-08-28 16:33 ` David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2023-08-28 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e0b80635a5c2cd7f86715d3303e3ec1652d5fbca
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 28 16:26:20 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 28 16:26:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0b80635

dev-python/ahocorasick: update maintainers

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/ahocorasick/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/ahocorasick/metadata.xml b/dev-python/ahocorasick/metadata.xml
index 9cce67520c..027c28c041 100644
--- a/dev-python/ahocorasick/metadata.xml
+++ b/dev-python/ahocorasick/metadata.xml
@@ -5,10 +5,6 @@
 		<email>spiderx@spiderx.dp.ua</email>
 		<name>Vladimir Pavljuchenkov</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<longdescription lang="en">
 	pyahocorasick is a fast and memory efficient library for exact or
 	approximate multi-pattern string search meaning that you can find


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2024-01-13 22:52 David Roman
  2024-01-13 22:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 6+ messages in thread
From: David Roman @ 2024-01-13 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0bc5e0dd40e46101a45410caa53d567491b71bab
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 22:52:16 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 22:52:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bc5e0dd

dev-python/ahocorasick: enable py3.12

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/ahocorasick/ahocorasick-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
index 35423a72b0..8afff33d94 100644
--- a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
+++ b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..12} )
 PYPI_PN="py${PN}"
 PYPI_NO_NORMALIZE=1
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/
  2024-01-13 22:52 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/ David Roman
@ 2024-01-13 22:54 ` David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-01-13 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0bc5e0dd40e46101a45410caa53d567491b71bab
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 22:52:16 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 22:52:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bc5e0dd

dev-python/ahocorasick: enable py3.12

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/ahocorasick/ahocorasick-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
index 35423a72b0..8afff33d94 100644
--- a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
+++ b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..12} )
 PYPI_PN="py${PN}"
 PYPI_NO_NORMALIZE=1
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/
@ 2024-01-13 22:54 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-01-13 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     237964a04c877b4d8e0af79ce612c99c92c7a0a7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 22:51:41 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 22:51:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=237964a0

dev-python/ahocorasick: add myself as a maintainer

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/ahocorasick/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ahocorasick/metadata.xml b/dev-python/ahocorasick/metadata.xml
index 027c28c041..4442d5ac0a 100644
--- a/dev-python/ahocorasick/metadata.xml
+++ b/dev-python/ahocorasick/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>spiderx@spiderx.dp.ua</email>
-		<name>Vladimir Pavljuchenkov</name>
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
 	</maintainer>
 	<longdescription lang="en">
 	pyahocorasick is a fast and memory efficient library for exact or


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/
  2024-01-13 22:52 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2024-01-13 22:54 ` David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-01-13 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     74b307b2c7b86abe5d4b9c9c11930281d32a1357
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 22:50:44 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <davidroman96 <AT> 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-13 22:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13 22:52 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/ David Roman
2024-01-13 22:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-01-13 22:54 David Roman
2024-01-13 22:52 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-13 22:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-08-28 16:33 David Roman
2023-08-28 16:26 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-08-28 16:33 ` [gentoo-commits] repo/proj/guru:master " David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox