summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-04 10:25:52 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-04 11:26:35 +0100
commit5c145fe380b43dbcd217c30a3102979ce40888e9 (patch)
treead805fd02b1d3d38812baf29f415a661a191a7be /dev-python/pyphen
parentdev-python/python-utils: Remove old (diff)
downloadgentoo-5c145fe380b43dbcd217c30a3102979ce40888e9.tar.gz
gentoo-5c145fe380b43dbcd217c30a3102979ce40888e9.tar.bz2
gentoo-5c145fe380b43dbcd217c30a3102979ce40888e9.zip
dev-python/pyphen: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r--dev-python/pyphen/Manifest1
-rw-r--r--dev-python/pyphen/pyphen-0.11.0-r1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest
index 76b09312f4a3..f90e01c84bcd 100644
--- a/dev-python/pyphen/Manifest
+++ b/dev-python/pyphen/Manifest
@@ -1,2 +1 @@
-DIST Pyphen-0.11.0.tar.gz 1967507 BLAKE2B 0bea108e78894082f59693a4ffa6c7f9f6aaec5fc10d0ecf4dc9b6c12fbcfde2cdd835e813b1041797cbc30d5e6e33f5626a517e8cc0535a7a001c8ac779fa4c SHA512 cdb4ee065698e27a4662984b76ee5c494c0d8e7d6b377667399f40d0dffc2b1d730956f3fa1fe73a08c17601152c99321b6fd5dd4d48361c54e9a6b635f02f0d
DIST Pyphen-0.12.0.tar.gz 1969022 BLAKE2B 9b7f6712a2085507684ddde52401a75b05d0a13a530572f0f08b9143168a8ea61a5ee73983606b19f88ff23f3c5344aa87722c3986291c7349f82e95dd3b1f19 SHA512 abecf0773f59b7a757b47c6512f1bf8e98f4709b285f04cf235c085ab4767eb95deab8ede4b792d6f4a6156d47287f9f712cb658939ed5afc475644e282adbd3
diff --git a/dev-python/pyphen/pyphen-0.11.0-r1.ebuild b/dev-python/pyphen/pyphen-0.11.0-r1.ebuild
deleted file mode 100644
index 9d32c2dd7a3d..000000000000
--- a/dev-python/pyphen/pyphen-0.11.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for hyphenation using hunspell dictionaries"
-HOMEPAGE="https://github.com/Kozea/Pyphen"
-SRC_URI="https://github.com/Kozea/Pyphen/archive/${PV}.tar.gz -> ${P^}.tar.gz"
-S=${WORKDIR}/${P^}
-
-LICENSE="GPL-2+ LGPL-2+ MPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
- >=dev-python/pyproject2setuppy-18[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # avoid dep on extra plugins
- sed -i -e '/addopts/d' pyproject.toml || die
- distutils-r1_src_prepare
-}