summaryrefslogtreecommitdiff
path: root/dev-python/pyphen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/pyphen
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r--dev-python/pyphen/Manifest5
-rw-r--r--dev-python/pyphen/pyphen-0.11.0-r1.ebuild29
-rw-r--r--dev-python/pyphen/pyphen-0.12.0-r1.ebuild2
-rw-r--r--dev-python/pyphen/pyphen-0.12.0.ebuild29
4 files changed, 2 insertions, 63 deletions
diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest
index 95852d489237..70eb48356168 100644
--- a/dev-python/pyphen/Manifest
+++ b/dev-python/pyphen/Manifest
@@ -1,6 +1,3 @@
-DIST Pyphen-0.11.0.tar.gz 1967507 BLAKE2B 0bea108e78894082f59693a4ffa6c7f9f6aaec5fc10d0ecf4dc9b6c12fbcfde2cdd835e813b1041797cbc30d5e6e33f5626a517e8cc0535a7a001c8ac779fa4c SHA512 cdb4ee065698e27a4662984b76ee5c494c0d8e7d6b377667399f40d0dffc2b1d730956f3fa1fe73a08c17601152c99321b6fd5dd4d48361c54e9a6b635f02f0d
DIST Pyphen-0.12.0.tar.gz 1969022 BLAKE2B 9b7f6712a2085507684ddde52401a75b05d0a13a530572f0f08b9143168a8ea61a5ee73983606b19f88ff23f3c5344aa87722c3986291c7349f82e95dd3b1f19 SHA512 abecf0773f59b7a757b47c6512f1bf8e98f4709b285f04cf235c085ab4767eb95deab8ede4b792d6f4a6156d47287f9f712cb658939ed5afc475644e282adbd3
-EBUILD pyphen-0.11.0-r1.ebuild 706 BLAKE2B ceee9ee318d5b0cf6a3cd1a333120487f8c9204afa63d639537cfcde25beb169aefc086368d22291ad6360fab93ae1f4d9f9cef57a842f5751eff6566df437c4 SHA512 9bda76ba4ed6c155d19c61ef7530d417da50e25dbc63cad729c20769d40391bc0a3ffb2a24070c199e85f814d5c810525ffb56ce1bcb201e5b53e0f7ade082b6
-EBUILD pyphen-0.12.0-r1.ebuild 627 BLAKE2B f7a60290de6b9b9ee3a56429a4f9d073ec23eece14702b9bb022b37102353c53b4b66c235f3f66d288e86d19c6879eeae0ada38bd26a10b845332ace8667a0f5 SHA512 53e02ec966421b6293a377e725f7935726b0390f5f3dc2a23ed76969033276556805ad43cde68ede757a2ad782b9c106b125784823f10f38fadb1e955021a246
-EBUILD pyphen-0.12.0.ebuild 706 BLAKE2B 59a6dcb3e7241955ce3baac3156737c1b3a539e2e95e4fbb827bc3ae8cb6e0a11d47bbc716cb26ef1dc79440eb479e8cd490965cb84015f34e2ebeccbd90045b SHA512 98c7bf67ecde6569cca64d90e84fc3b9b8b0aec3dc477f94b8c0e18ce30888b3e3697820ebc7c9c374bed79cb5fbc20672b01954dd16557baa095dd137fb2b90
+EBUILD pyphen-0.12.0-r1.ebuild 625 BLAKE2B 45e0d1d1dadfce554c797675ba5f8fdc31ff1c60b8411e5cb54574702de7764946962077d870eecaf2e53dcf2dbb0fb2563ef4edf1c2711ca7141b1ee3a863a5 SHA512 3ddf3ce34d5fe454db862179821d30e6691129181e08c93e10b0c4faa826425dd7f856367cc8fd604a35ae507b017e3938bdaa59ca2636922b59642255fc2f17
MISC metadata.xml 498 BLAKE2B fbe488a6cdb4ec1dffbc8455b1369b35ebdce6f86f7ea0afc7451b838eab586c2b4d7579ce77844412978bf3a1de964793f2a3766d9402b143921d5d00373e85 SHA512 3a9f7942d0c87655067e13537ffd7f050f87c964a25be650ff38ea4d217dfe84e3a0508f7c14333d8be5f8c191711720d83837e447f0fb1d0213dc439c5a9fb7
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
-}
diff --git a/dev-python/pyphen/pyphen-0.12.0-r1.ebuild b/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
index e7e1115064f2..bdb51ac4775c 100644
--- a/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
+++ b/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/${P^}
LICENSE="GPL-2+ LGPL-2+ MPL-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
distutils_enable_tests pytest
diff --git a/dev-python/pyphen/pyphen-0.12.0.ebuild b/dev-python/pyphen/pyphen-0.12.0.ebuild
deleted file mode 100644
index b70a51d50b40..000000000000
--- a/dev-python/pyphen/pyphen-0.12.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}