From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/ruamel-yaml/Manifest | 6 +-- dev-python/ruamel-yaml/ruamel-yaml-0.17.19.ebuild | 47 --------------------- dev-python/ruamel-yaml/ruamel-yaml-0.17.20.ebuild | 47 --------------------- dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild | 50 +++++++++++++++++++++++ 4 files changed, 52 insertions(+), 98 deletions(-) delete mode 100644 dev-python/ruamel-yaml/ruamel-yaml-0.17.19.ebuild delete mode 100644 dev-python/ruamel-yaml/ruamel-yaml-0.17.20.ebuild create mode 100644 dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild (limited to 'dev-python/ruamel-yaml') diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest index 5c58fde7368c..29d6e3045c93 100644 --- a/dev-python/ruamel-yaml/Manifest +++ b/dev-python/ruamel-yaml/Manifest @@ -1,5 +1,3 @@ -DIST ruamel.yaml-0.17.19.tar.xz 184508 BLAKE2B dea922cab102f8a73888df2af8093a0c6ae51bae93ceb34f5cf58d1c9be407b65b52b000688213aed41ba14cf39506193a13102d8cd0a6597c8f7d30cc15a0fb SHA512 5f1daeead463e8fc0de43f2180ef1b536036d01c3aa1fdeaf6854789c0170dd54a09d72055b5528ed836f8323b3bec79b85c409812d7ab3c09de0e98f03f4c33 -DIST ruamel.yaml-0.17.20.tar.xz 184628 BLAKE2B 0b50240717c10d6dd5aefed9e092fddf503f079066ed49d1f614928046544a67b9168c76a58ee5fbe782fe6e1296a6282416fa8567783f4543ef9c8c0ad340ca SHA512 8c2614ffecba1560e829cfc27f9b4effec589f9eba90792c470ba8f531fecd06ae6f12036ee5463f89021360fb4f35e9b78a16fc778507e88c5c6a8f6e293876 -EBUILD ruamel-yaml-0.17.19.ebuild 1271 BLAKE2B 132ceec6c1561485c865a5acd6415961e9fc483e636a9004ff7c253fa9ef0c37cc4aff654a088c7a9fed98afab8a1c0327d41934d396ad55dc995121cbd9b425 SHA512 423c4a744f11e58d99101472e708664508debc03191e1c49f4a5cfccdb7ea647ce08260c719bade11885c4b680404214b4a1ab2da3068b8743edfb34325c5365 -EBUILD ruamel-yaml-0.17.20.ebuild 1261 BLAKE2B 3d887cd4224f173623806db1d9e9d9d87e886a50eb60991a90ef82252b43fae5997f408a434a4501ffb036e38179ae4f4423154cb4aa61b764963f718eac6bbf SHA512 250b16316dd01abbca966f951a51e9eb25ad88de63f4252021f14888e536db612042d1f6d69435b6f36834dbb26caba043adf5f459eb296edeaa9956c93283b6 +DIST ruamel.yaml-0.17.21.tar.xz 184612 BLAKE2B cc7e2a336d3c77a9f2d7e5d7233ceb4d15fddca3a97ec0e54427469fd24c7c63fc70b258adbad92a816d99a1f9839d41eccb9f3224e7a23884914755fa424bc9 SHA512 87f4723bfc76b1b21168852aabe4b49921f175294ac05b4e3f292f2bcf23fe6595df3e066843d193f881b274be2a7b358bd04625afef913bb0e5811efe98b761 +EBUILD ruamel-yaml-0.17.21.ebuild 1264 BLAKE2B e83e161b6ff1b67a74f7bd4993c129b22613c4981a1c124b37e89afc226db80f5a4eaa96e0aa0e9ddf0bdd670899bdfde75be821ad571f92479e5e685e15a9d7 SHA512 11e3dd3e090ef8470825de7d23e856c725c066eaafbb367a319ee1f76ccb224b252893837cbaf223c90eb2776c5305f2eea79d153bd774a2782209befaa2a7a2 MISC metadata.xml 871 BLAKE2B 6564544cff4338a49a824966fba46176125f3318f3a53fd11a1983f3c2f08524dbb9479f3ddd16a58367e4e044aee1d9c14779a425b84a1d80e5e14a59a9eab7 SHA512 9edf1d1c08b976f51e8eae4582d56d99ea1e47a9da29c62e3e3a9402cc616bc587c7d9d8324660485a10f5547d18df270fa3aca21d198d56d886a53978c2ef75 diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.19.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.17.19.ebuild deleted file mode 100644 index 10676c843014..000000000000 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.19.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) -inherit distutils-r1 - -MY_P="${P/-/.}" -DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation" -HOMEPAGE=" - https://pypi.org/project/ruamel.yaml/ - https://sourceforge.net/p/ruamel-yaml/" -# PyPI tarballs do not include tests -SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz" -S="${WORKDIR}"/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" - -RDEPEND=" - dev-python/namespace-ruamel[${PYTHON_USEDEP}] - dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/ruamel-std-pathlib[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -# Old PyYAML tests from lib/ require special set-up and are invoked indirectly -# via test_z_olddata, tell pytest itself to leave the subdir alone. -python_test() { - local deselect=() - - [[ ${EPYTHON} == pypy3 ]] && deselect+=( - _test/test_deprecation.py::test_collections_deprecation - ) - - epytest --ignore _test/lib/ ${deselect[@]/#/--deselect } -} - -python_install() { - distutils-r1_python_install --single-version-externally-managed - find "${ED}" -name '*.pth' -delete || die -} diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.20.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.17.20.ebuild deleted file mode 100644 index a3068aac1127..000000000000 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.20.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) -inherit distutils-r1 - -MY_P="${P/-/.}" -DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation" -HOMEPAGE=" - https://pypi.org/project/ruamel.yaml/ - https://sourceforge.net/p/ruamel-yaml/" -# PyPI tarballs do not include tests -SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz" -S="${WORKDIR}"/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" - -RDEPEND=" - dev-python/namespace-ruamel[${PYTHON_USEDEP}] - dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/ruamel-std-pathlib[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -# Old PyYAML tests from lib/ require special set-up and are invoked indirectly -# via test_z_olddata, tell pytest itself to leave the subdir alone. -python_test() { - [[ ${EPYTHON} == pypy3 ]] && local EPYTEST_DESELECT=( - _test/test_deprecation.py::test_collections_deprecation - ) - local EPYTEST_IGNORE=( - _test/lib/ - ) - epytest -} - -python_install() { - distutils-r1_python_install --single-version-externally-managed - find "${ED}" -name '*.pth' -delete || die -} diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild new file mode 100644 index 000000000000..bbb698d9950c --- /dev/null +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( pypy3 python3_{8..10} ) +inherit distutils-r1 + +MY_P="${P/-/.}" +DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation" +HOMEPAGE=" + https://pypi.org/project/ruamel.yaml/ + https://sourceforge.net/projects/ruamel-yaml/ +" +# PyPI tarballs do not include tests +SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz" +S="${WORKDIR}"/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" + +RDEPEND=" + dev-python/namespace-ruamel[${PYTHON_USEDEP}] + dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/ruamel-std-pathlib[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +# Old PyYAML tests from lib/ require special set-up and are invoked indirectly +# via test_z_olddata, tell pytest itself to leave the subdir alone. +python_test() { + [[ ${EPYTHON} == pypy3 ]] && local EPYTEST_DESELECT=( + _test/test_deprecation.py::test_collections_deprecation + ) + local EPYTEST_IGNORE=( + _test/lib/ + ) + epytest +} + +python_install() { + distutils-r1_python_install --single-version-externally-managed + find "${ED}" -name '*.pth' -delete || die +} -- cgit v1.2.3