mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/pyspellchecker: treeclean, promoted to ::gentoo
See also https://github.com/gentoo/gentoo/pull/39331. Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST pyspellchecker-0.8.2.gh.tar.gz 78736515 BLAKE2B 18215ca7faea82207a9eda75f0e0921208972edb6a26dd57959f5f9a357dd52a907b0c72ece817c40e6a973838de9c2520698e01081690f33d8322f1ed6bdd2d SHA512 46772815bfe8afdb8c01e09801e757aabc42dff88a2ba8113678251c0f957a6dd6d37ff030c9bc724983a2b335a92e231d3aa461df5bd347863eaddb34b68066
|
||||
@@ -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>
|
||||
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user