public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
Date: Sat, 13 Jan 2024 22:52:43 +0000 (UTC)	[thread overview]
Message-ID: <1705186244.74b307b2c7b86abe5d4b9c9c11930281d32a1357.davidroman@gentoo> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/
Date: Sat, 13 Jan 2024 22:54:13 +0000 (UTC)	[thread overview]
Message-ID: <1705186244.74b307b2c7b86abe5d4b9c9c11930281d32a1357.davidroman@gentoo> (raw)
Message-ID: <20240113225413.27QuPgUJVhN9LB6adjgnq9DLWO6dFeDk2LNxM8F8fvA@z> (raw)

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


             reply	other threads:[~2024-01-13 22:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-13 22:52 David Roman [this message]
2024-01-13 22:54 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/ 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:52 David Roman
2023-08-28 16:26 David Roman
2023-08-27 23:06 Vitaly Zdanevich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1705186244.74b307b2c7b86abe5d4b9c9c11930281d32a1357.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox