* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspellchecker/
@ 2025-05-09 12:54 Oz N Tiram
0 siblings, 0 replies; 2+ messages in thread
From: Oz N Tiram @ 2025-05-09 12:54 UTC (permalink / raw
To: gentoo-commits
commit: e93fd3936c6654ffe8ab023a47a285e693505967
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri May 9 12:00:07 2025 +0000
Commit: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
CommitDate: Fri May 9 12:54:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e93fd393
dev-python/pyspellchecker: new package, add 0.8.2
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
dev-python/pyspellchecker/Manifest | 1 +
dev-python/pyspellchecker/metadata.xml | 13 ++++++++++++
.../pyspellchecker/pyspellchecker-0.8.2.ebuild | 24 ++++++++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-python/pyspellchecker/Manifest b/dev-python/pyspellchecker/Manifest
new file mode 100644
index 000000000..38d1861c5
--- /dev/null
+++ b/dev-python/pyspellchecker/Manifest
@@ -0,0 +1 @@
+DIST pyspellchecker-0.8.2.gh.tar.gz 78736515 BLAKE2B 18215ca7faea82207a9eda75f0e0921208972edb6a26dd57959f5f9a357dd52a907b0c72ece817c40e6a973838de9c2520698e01081690f33d8322f1ed6bdd2d SHA512 46772815bfe8afdb8c01e09801e757aabc42dff88a2ba8113678251c0f957a6dd6d37ff030c9bc724983a2b335a92e231d3aa461df5bd347863eaddb34b68066
diff --git a/dev-python/pyspellchecker/metadata.xml b/dev-python/pyspellchecker/metadata.xml
new file mode 100644
index 000000000..367cad461
--- /dev/null
+++ b/dev-python/pyspellchecker/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Oz Tiram</name>
+ <email>oz.tiram@gmail.com</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">barrust/pyspellchecker</remote-id>
+ <remote-id type="pypi">pyspellchecker</remote-id>
+ <doc>https://pyspellchecker.readthedocs.io/</doc>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild b/dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild
new file mode 100644
index 000000000..ec881e596
--- /dev/null
+++ b/dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_1{1..3} )
+
+DISTUTILS_USE_PEP517="setuptools"
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python spell checker based on work by Peter Norvig"
+
+HOMEPAGE="https://github.com/barrust/pyspellchecker"
+SRC_URI="https://github.com/barrust/pyspellchecker/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest -p '*_test.py'
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspellchecker/
@ 2025-06-14 13:41 demize
0 siblings, 0 replies; 2+ messages in thread
From: demize @ 2025-06-14 13:41 UTC (permalink / raw
To: gentoo-commits
commit: ca9a2ba45c587f08ccd5b79ad890bca754d0e9ce
Author: Vivian Heisz (vhz) <demize <AT> unstable <DOT> systems>
AuthorDate: Sat Jun 14 13:41:03 2025 +0000
Commit: demize <demize <AT> unstable <DOT> systems>
CommitDate: Sat Jun 14 13:41:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca9a2ba4
dev-python/pyspellchecker: treeclean, promoted to ::gentoo
See also https://github.com/gentoo/gentoo/pull/39331.
Signed-off-by: Vivian Heisz (vhz) <demize <AT> unstable.systems>
dev-python/pyspellchecker/Manifest | 1 -
dev-python/pyspellchecker/metadata.xml | 13 ------------
.../pyspellchecker/pyspellchecker-0.8.2.ebuild | 24 ----------------------
3 files changed, 38 deletions(-)
diff --git a/dev-python/pyspellchecker/Manifest b/dev-python/pyspellchecker/Manifest
deleted file mode 100644
index 38d1861c54..0000000000
--- a/dev-python/pyspellchecker/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyspellchecker-0.8.2.gh.tar.gz 78736515 BLAKE2B 18215ca7faea82207a9eda75f0e0921208972edb6a26dd57959f5f9a357dd52a907b0c72ece817c40e6a973838de9c2520698e01081690f33d8322f1ed6bdd2d SHA512 46772815bfe8afdb8c01e09801e757aabc42dff88a2ba8113678251c0f957a6dd6d37ff030c9bc724983a2b335a92e231d3aa461df5bd347863eaddb34b68066
diff --git a/dev-python/pyspellchecker/metadata.xml b/dev-python/pyspellchecker/metadata.xml
deleted file mode 100644
index 367cad461e..0000000000
--- a/dev-python/pyspellchecker/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Oz Tiram</name>
- <email>oz.tiram@gmail.com</email>
- </maintainer>
- <upstream>
- <remote-id type="github">barrust/pyspellchecker</remote-id>
- <remote-id type="pypi">pyspellchecker</remote-id>
- <doc>https://pyspellchecker.readthedocs.io/</doc>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild b/dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild
deleted file mode 100644
index ec881e5963..0000000000
--- a/dev-python/pyspellchecker/pyspellchecker-0.8.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_1{1..3} )
-
-DISTUTILS_USE_PEP517="setuptools"
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python spell checker based on work by Peter Norvig"
-
-HOMEPAGE="https://github.com/barrust/pyspellchecker"
-SRC_URI="https://github.com/barrust/pyspellchecker/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest -p '*_test.py'
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-14 13:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-14 13:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspellchecker/ demize
-- strict thread matches above, loose matches on Subject: below --
2025-05-09 12:54 Oz N Tiram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox