summaryrefslogtreecommitdiff
path: root/dev-python/pyphen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-25 20:05:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-25 20:05:44 +0000
commitd117172e3b48fc4be82b7623ffc40bb6070ef361 (patch)
tree20abd806f41d6a3c1699561a0f81279763e9253d /dev-python/pyphen
parent5950ab0f26bdbfcc40b68a19fd542816fecdd615 (diff)
gentoo auto-resync : 25:12:2022 - 20:05:44
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r--dev-python/pyphen/Manifest6
-rw-r--r--dev-python/pyphen/pyphen-0.13.0.ebuild26
-rw-r--r--dev-python/pyphen/pyphen-0.13.1.ebuild30
-rw-r--r--dev-python/pyphen/pyphen-0.13.2.ebuild2
4 files changed, 2 insertions, 62 deletions
diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest
index 28fe1d011cb0..4e53f70b1cac 100644
--- a/dev-python/pyphen/Manifest
+++ b/dev-python/pyphen/Manifest
@@ -1,7 +1,3 @@
-DIST pyphen-0.13.0.gh.tar.gz 1976723 BLAKE2B 2a2934cabf13f1b77477d131622cd2f03c342557bdfe3b2f7cfbbf31c4538850e021e074798d80300f87b2557f87cbf3bbeafd01da03b38a7036609e61e140ec SHA512 67897cec0b213a755af53ac21c61ddc1ac573a724658543174c3f88adb5f3db367fecf3afb1e7035c0d5b87e624daa2fe7650cb6e44c63d3b9ef6962bbc5d9e2
-DIST pyphen-0.13.1.gh.tar.gz 1976786 BLAKE2B f836467ab8d75f48ed17bccf629193a0c3009a8fc6af114ef86606d468d70aa68f3af5d9dc77318282825cf3d21f661b2a4a93cbf305913ead5cb11de74f474e SHA512 230aec57f0a2db11f30b15115e5ed59ce19aed60120de24783f58ef831854ad7e236ae1da086bca01f9a41cef24f8402d9e0bf9251f6d55c38aa624fd55d4a3b
DIST pyphen-0.13.2.gh.tar.gz 1998017 BLAKE2B 7290cf7902a3dcfc9355d39de40a13b7aea20252636bdcdcd70436f59ca493dd287f96f365323c3e2d45dfc989e5418db4e3fb676602d123182c33b715ac7d26 SHA512 63bd3411c3120e73cd484eef3c3a280e9f8fee40f9aaf3fdca46c3ddf545aeb462eb4214fb239bd6a1fb6c065d5a34290f39763985e85447f413fc0af0afdae8
-EBUILD pyphen-0.13.0.ebuild 634 BLAKE2B 441a38792522c335bee9cb1192c8ff22362cd2c8751c43f1ddb0b6b98920ff730ec94ba6dc9e42108f5c8c4748e5d1fd918324a197a17d2c3a44dff0162e4dac SHA512 3427a5eb8aceb0f2ad404fb6af65906ec0771b56802e152f5d735baa432a7f4dd3edd17a6c513845da3086f83458b2a4caa91d5f7690c13db1c0c2037a575e22
-EBUILD pyphen-0.13.1.ebuild 598 BLAKE2B efe89f7a31f0f86742d57dedc3119da85676cbc69a31bb62230fd7683129951be7b785311ea1e596cc8c52194cc456e4d076557f095513231fc75bc6bb66a534 SHA512 6113ea47574b662dd6f02f4702b6bd3adb9ddcffc2b8f13c0ee397023196e084080524ad9cf6c69466162935c632fb26391658f6baafeea8f172bed8e53979e8
-EBUILD pyphen-0.13.2.ebuild 598 BLAKE2B efe89f7a31f0f86742d57dedc3119da85676cbc69a31bb62230fd7683129951be7b785311ea1e596cc8c52194cc456e4d076557f095513231fc75bc6bb66a534 SHA512 6113ea47574b662dd6f02f4702b6bd3adb9ddcffc2b8f13c0ee397023196e084080524ad9cf6c69466162935c632fb26391658f6baafeea8f172bed8e53979e8
+EBUILD pyphen-0.13.2.ebuild 596 BLAKE2B fdb94d1eb66d57dcf4ff0fd7b302598f391be30cebffc3e12bb544b187e965e1406074558013a699d83a1f731a12efc90560bea75b3f3101a752e67c4711b559 SHA512 c5c139c05c76d5f8114ecccbfb7301c2df2ca9426fc4a9d2e512fbc4daa3b95da77fc07364393920db11bf89eec474f18648faea05a4ed670301737fbbf413e6
MISC metadata.xml 386 BLAKE2B 884bd76d980e70fcec706674b5363dfebc74931eac7a2e06cd77e5ca2cd7a72ec0673e44dd05a17dd16f91b7d43b7f97c996bb3994045adb008d97b64ef40c0f SHA512 20752bbbc3c47d4a6f1330a552a5c02bb5fc036f3656c067cb6ebcb4ac2fe2e766c343ec90542aa3ff7465d0726fcf705118ac03d743508ab135261fb115f8f8
diff --git a/dev-python/pyphen/pyphen-0.13.0.ebuild b/dev-python/pyphen/pyphen-0.13.0.ebuild
deleted file mode 100644
index 6a0b0835f6a0..000000000000
--- a/dev-python/pyphen/pyphen-0.13.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} )
-
-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}.gh.tar.gz"
-S=${WORKDIR}/${P^}
-
-LICENSE="GPL-2+ LGPL-2+ MPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # avoid dep on extra plugins
- sed -e '/addopts/d' -i pyproject.toml || die
- distutils-r1_src_prepare
-}
diff --git a/dev-python/pyphen/pyphen-0.13.1.ebuild b/dev-python/pyphen/pyphen-0.13.1.ebuild
deleted file mode 100644
index 8e9142ded36e..000000000000
--- a/dev-python/pyphen/pyphen-0.13.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for hyphenation using hunspell dictionaries"
-HOMEPAGE="
- https://github.com/Kozea/Pyphen/
- https://pypi.org/project/pyphen/
-"
-SRC_URI="
- https://github.com/Kozea/Pyphen/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${P^}
-
-LICENSE="GPL-2+ LGPL-2+ MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest -o addopts=
-}
diff --git a/dev-python/pyphen/pyphen-0.13.2.ebuild b/dev-python/pyphen/pyphen-0.13.2.ebuild
index 8e9142ded36e..e8239222450f 100644
--- a/dev-python/pyphen/pyphen-0.13.2.ebuild
+++ b/dev-python/pyphen/pyphen-0.13.2.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P^}
LICENSE="GPL-2+ LGPL-2+ MPL-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
distutils_enable_tests pytest