summaryrefslogtreecommitdiff
path: root/dev-python/pyspelling
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-14 23:35:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-14 23:35:46 +0100
commit2f3183511d8fcc1dd014e08f7c2535790512213d (patch)
tree18ca7df2c112317bfef51ae8b059785773a15ed1 /dev-python/pyspelling
parentb23b1d43c4a10df85088f74d98a914917f114538 (diff)
gentoo auto-resync : 14:10:2023 - 23:35:45
Diffstat (limited to 'dev-python/pyspelling')
-rw-r--r--dev-python/pyspelling/Manifest4
-rw-r--r--dev-python/pyspelling/pyspelling-2.8.2.ebuild63
-rw-r--r--dev-python/pyspelling/pyspelling-2.9.ebuild2
3 files changed, 2 insertions, 67 deletions
diff --git a/dev-python/pyspelling/Manifest b/dev-python/pyspelling/Manifest
index 35fd7e8362a6..bd1c892f627c 100644
--- a/dev-python/pyspelling/Manifest
+++ b/dev-python/pyspelling/Manifest
@@ -1,5 +1,3 @@
-DIST pyspelling-2.8.2.gh.tar.gz 150733 BLAKE2B 1bb96679ce54d48967ee57a7dde00131884e2801a8a4f4e016f9a552b92d435650314ae66a356c90e3e4c585d2701bfc5e63f19b92347c8fada4de64e9a982b6 SHA512 0bb4fbacbc72935d4fb2fa0608d675fd0eec85f178c0994d341bc8635b53f39a4c82a1d50e43446cd39873a877e75b1530eafc36450f37d8f08cc174ba39e440
DIST pyspelling-2.9.gh.tar.gz 151600 BLAKE2B c706767917e9ba3368f9670a492a2233b6a4c13c4dde6a594a06193d856b3fbad007988acb27486b8b8f62edfeb5a0b030ead3db712baa24b0ff3301cf776937 SHA512 b14d29dff4f7791d9223d20b490f4a48ba5a6a7613dc18fc3083a3b6bf810f9a42fcac94bfe72f92023802fc8c1fe0e6432d491af2f274a138ddc56db5550ea5
-EBUILD pyspelling-2.8.2.ebuild 1426 BLAKE2B 293ac3c5e2736e8f461f308933c0b3a23a0947fe972d41a308de04123d0b7583248dbc66a51d622882aaf28b0ab61acbc60f67c5b59b5053e8474e11db1be212 SHA512 55aa8fca955760fabf57725cb95dd8ee47458bacdc53d3ded387586633f33edcf13258411a25448428c395c499c5df36d1328d28adf1c3d0bfcf043022ed343c
-EBUILD pyspelling-2.9.ebuild 1427 BLAKE2B 940d50b3f28ce03afdfbfa6b00721b60fe23ff1debf90fb7cfad4434f80f485515ab74a9c70a1fbe9576d45d2346815828d16c2d1e1a7d33eaaf9fbc0a0213be SHA512 b3bf64111d018c40642b9ab651621d21e35b2ffd213e53a0b651c7482dce27ddf6443b19cb08869acb6069167965d11b8fa71f03750f907388b6317ab4b360f1
+EBUILD pyspelling-2.9.ebuild 1425 BLAKE2B e9709eda4c3932ccf2b2680c2e7770baa273b39355403fd12d504cce4d3d25c5ded9fcec5cbe691c080a89166f67453f34c261c105cc36a6886b652e76684f10 SHA512 d47f107a9eb3d44f5a6476ac4cd0c8dd7208bb97bda0acbd848a03e38bd5ba330c5b8bf9f894f470ce356adf083d324ef8fea1f0f35b02c8eb9ec376a55dd485
MISC metadata.xml 1905 BLAKE2B a858329db667aaa17a8eb8d9e8b7f40e0fd8e08131420f9437e9b1fc287320f8307a801540a10c9d8625ed47b78ffee1afe1e7d083cf0a56b4f818c33356a98b SHA512 de4483bfe4595aba0478f103752e8c43748310b0643113a27b3054d19c27635367fced5283b239bc1d989e1d47ce1d5bd0babc27da283f970d4d116d36f7b9ab
diff --git a/dev-python/pyspelling/pyspelling-2.8.2.ebuild b/dev-python/pyspelling/pyspelling-2.8.2.ebuild
deleted file mode 100644
index f42a7989253e..000000000000
--- a/dev-python/pyspelling/pyspelling-2.8.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=hatchling
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
- >=dev-python/mkdocs-pymdownx-material-extras-2.1
- dev-python/mkdocs-git-revision-date-localized-plugin
- dev-python/mkdocs-minify-plugin
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Spell checker automation tool"
-HOMEPAGE="
- https://github.com/facelessuser/pyspelling/
- https://pypi.org/project/pyspelling/
-"
-SRC_URI="
- https://github.com/facelessuser/pyspelling/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
- || ( app-text/aspell app-text/hunspell )
-
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/html5lib[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/markdown[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- >=dev-python/soupsieve-1.8[${PYTHON_USEDEP}]
- >=dev-python/wcmatch-6.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- dev-vcs/git
- )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # mkdocs-git-revision-date-localized-plugin needs git repo
- if use doc; then
- git init || die
- git config --global user.email "you@example.com" || die
- git config --global user.name "Your Name" || die
- git add . || die
- git commit -m 'init' || die
- fi
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/pyspelling/pyspelling-2.9.ebuild b/dev-python/pyspelling/pyspelling-2.9.ebuild
index 921df21e8e39..c541c4c3db44 100644
--- a/dev-python/pyspelling/pyspelling-2.9.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.9.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
RDEPEND="
|| ( app-text/aspell app-text/hunspell )