From 590b9b7b03bf4651e099949e318755af7cfa81b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Aug 2021 22:03:23 +0100 Subject: gentoo resync : 01.08.2021 --- dev-python/pyphen/Manifest | 4 ++-- dev-python/pyphen/metadata.xml | 22 +++++++++++++--------- dev-python/pyphen/pyphen-0.11.0-r1.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/pyphen/pyphen-0.11.0.ebuild | 29 ----------------------------- 4 files changed, 44 insertions(+), 40 deletions(-) create mode 100644 dev-python/pyphen/pyphen-0.11.0-r1.ebuild delete mode 100644 dev-python/pyphen/pyphen-0.11.0.ebuild (limited to 'dev-python/pyphen') diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest index cb7c12215809..a506cfe8425a 100644 --- a/dev-python/pyphen/Manifest +++ b/dev-python/pyphen/Manifest @@ -1,5 +1,5 @@ DIST Pyphen-0.10.0.tar.gz 1894118 BLAKE2B c33283d6eb3dd7affb52b91826fa0f8fab8ec8f858158e905e8487dc2ad8c77a88e4b25699ed6272d246bcf8a926560e18ec224f59703452ea1ad5c921e4fb4b SHA512 b6d789ca6eb010c1c79b28a9a0e68620ea5600adc43111bed5dbda3cb8b3a4c8c05caa3fb44ea60b0ef4a20272f17cf5e6fe61f0d1e48038395407ff53da7a92 DIST Pyphen-0.11.0.tar.gz 1967507 BLAKE2B 0bea108e78894082f59693a4ffa6c7f9f6aaec5fc10d0ecf4dc9b6c12fbcfde2cdd835e813b1041797cbc30d5e6e33f5626a517e8cc0535a7a001c8ac779fa4c SHA512 cdb4ee065698e27a4662984b76ee5c494c0d8e7d6b377667399f40d0dffc2b1d730956f3fa1fe73a08c17601152c99321b6fd5dd4d48361c54e9a6b635f02f0d EBUILD pyphen-0.10.0.ebuild 515 BLAKE2B 0a1542e49d1116483571bbc7f6fd921f86646f1dbdf9741a5b5224a46796678d4442b9166818ac50ae8d6664d66962da3515539ee34d1b0fbdb96e567e9de494 SHA512 e68b9996049d39c91d52842b2180017f2a066808b75f24c59ed1fe46abb81b6acff6cc72878272fc64290cddd29d5d4bf4e458546555adf289649a079c5c21c5 -EBUILD pyphen-0.11.0.ebuild 708 BLAKE2B 4eac85ae38801013595b822e119b9dde4c0b05ebe3cf9b5a056a2d62b8be1465e4a39318c8474243de8ddac8db83b2859055cbf545641811e4b5a0cf19db13df SHA512 d12540e3e33b823d1d1b2b0c2fb2d3d0904a084903406dfdda686c3de9cc8a2a35c8a53c8f01b9f87dbde4f93a289e6166d1ee069ea44e3d27e77375c1008399 -MISC metadata.xml 409 BLAKE2B 3ec65099621f94904aea69465bdc2163554677e4312d51f925df9d792deb790aa1511b0c9e8fa86a4416f083b1f8b0072a71b88480c46e46ebe30165f560a63f SHA512 4462817e8689c52a47fc71cf2f73204c8a0963bffed85fd803993236aa2d36924c92a232d0bee5b3153a6dbad85c5808c2cf42df5ab8b6bd585d5045650802a8 +EBUILD pyphen-0.11.0-r1.ebuild 708 BLAKE2B 32e73adf13df43c0be9171b95a05c2524db44edbfed1585f384b617e77d284df4babf9dcc7d372c65fe07072ef67055f3829c20f2b90576c6db566c702234595 SHA512 b9e3c6dbd30105a317f4674212cd5ab3a9b8f0cb16e10c3f1fa25786401b0e5f61c5cb55fa668abb2fe8a1dadd44274c333d668c70a68ad34d647b26adff2c9f +MISC metadata.xml 497 BLAKE2B 9b11a388645cedd25ed7735fb9e383391020c34b7a8d2d1518f14da7a470a1909fbf847dde332b6744dc4c9bc0fa6d024eb1f4ded55a9b85a2d522ea771384b9 SHA512 10bfc4fac128f5c2fc932bc9ea6d507df066e6d29153cd319ad1bed1c41d0bb839414c21e9ff1dedbde232e5d791cee754986e7ed934d4df7e9a3a64622ddb71 diff --git a/dev-python/pyphen/metadata.xml b/dev-python/pyphen/metadata.xml index 280fbeed7d1d..c71a7cb4d0aa 100644 --- a/dev-python/pyphen/metadata.xml +++ b/dev-python/pyphen/metadata.xml @@ -1,13 +1,17 @@ - - whissi@gentoo.org - Thomas Deutschmann - - - - Pyphen - Kozea/Pyphen - + + whissi@gentoo.org + Thomas Deutschmann + + + python@gentoo.org + Python + + + + Pyphen + Kozea/Pyphen + diff --git a/dev-python/pyphen/pyphen-0.11.0-r1.ebuild b/dev-python/pyphen/pyphen-0.11.0-r1.ebuild new file mode 100644 index 000000000000..6483d12818a0 --- /dev/null +++ b/dev-python/pyphen/pyphen-0.11.0-r1.ebuild @@ -0,0 +1,29 @@ +# 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.11.0.ebuild b/dev-python/pyphen/pyphen-0.11.0.ebuild deleted file mode 100644 index 9fd945456c9a..000000000000 --- a/dev-python/pyphen/pyphen-0.11.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="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-17[${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 -} -- cgit v1.2.3