From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml/
Date: Sat, 18 Jan 2025 10:03:13 +0000 (UTC) [thread overview]
Message-ID: <1737194575.e48ea02f1273334ffed7bdb8812ccb7f362ebc28.mgorny@gentoo> (raw)
commit: e48ea02f1273334ffed7bdb8812ccb7f362ebc28
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 09:57:07 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 10:02:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48ea02f
dev-python/ruamel-yaml: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ruamel-yaml/Manifest | 3 --
dev-python/ruamel-yaml/ruamel-yaml-0.18.6.ebuild | 53 ------------------------
dev-python/ruamel-yaml/ruamel-yaml-0.18.7.ebuild | 53 ------------------------
dev-python/ruamel-yaml/ruamel-yaml-0.18.9.ebuild | 53 ------------------------
4 files changed, 162 deletions(-)
diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest
index 46d42819c3b1..dcaf69ce4e58 100644
--- a/dev-python/ruamel-yaml/Manifest
+++ b/dev-python/ruamel-yaml/Manifest
@@ -1,5 +1,2 @@
DIST ruamel.yaml-0.18.10.tar.xz 198860 BLAKE2B 02b6a1791002e5bd31c321c6307b7239be6f248e9b9186fcf9bdc440b966f15f5e947976a3295a279071a3b1f2853a2eb196851363ad3ed87f943850e40f0909 SHA512 089977ba0ac7b2f9cf761b4d94aa647ec431abe88fe21f167011899be3d13b5072b330a4c3f09cd14406692377235ec433db3f15e15df1a56697443cce4027fa
-DIST ruamel.yaml-0.18.6.tar.xz 198544 BLAKE2B 94d50ba8aef92e2885b24118bd9f4b1d06a82d51b2e7930c39dea93f4c0f9fc9d0604dfbbe716f81f3c9a927698d14c7005bb0ce2ae5d2eadf27514dfbba88c1 SHA512 319e1029746ebf6ef1c6b6bf6055d7c56e7caa2559b34b4fe639616c4332ef46661afad67c42d123bd0de67819812ea8f9cc9d51c0189edd6e33d5d47f47bb26
-DIST ruamel.yaml-0.18.7.tar.xz 199304 BLAKE2B 707e83c78c4301aae6d6130664a9e98fde7323c8d886f2ef1a5e9f147e1cb5cc835e414a1b055e359bd64442c45d0ab6f024f9165b5df8388bda423ed51c20ba SHA512 c5efa894d0fa1e8cfa9ff586d71e29ed7663c0f2e379603880d009260441ec2e476de6b2e97076c43e9b51cbb452e2cc18f21955c9d9bab54d56195567d3406d
DIST ruamel.yaml-0.18.8.tar.xz 199244 BLAKE2B 02935cd28ede36bf1ae84bb9d0cc4f15793051940195f714f9ed124df643c828cea7624310c58bf50312e8569ba7d0bc83af223b54c5e5e2a3c122dc0438f9be SHA512 533ede0b41101a0a02131983d032c229e8a6c64c5b679fc2793b9a98c81809c253a250a94c36a94e96f184ffe9a5fc8cd5dc8568f568e47d78219561638363b5
-DIST ruamel.yaml-0.18.9.tar.xz 199372 BLAKE2B 409f54eea90c44c4ffefb57b1669ba8d279a4d2b8ce67b6e401b369fe7a92a5b62bcdf21d8a2ac6e2e2b7ad5e75c536af3bc1839d1163467a256590d3ac7572f SHA512 d9ef12e385eb591fcae1af92ba1536d14b317260b7f47312355ef935e35c938cf5032d28f8687fd637a148a91a25ab23cca1d053d9b499a010abc4b46ce4c31e
diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.18.6.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.18.6.ebuild
deleted file mode 100644
index 64b87bd02b8f..000000000000
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.18.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-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="https://downloads.sourceforge.net/ruamel-dl-tagged-releases/${MY_P}.tar.xz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]
- !dev-python/namespace-ruamel
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
- local EPYTEST_DESELECT=()
- [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
- _test/test_deprecation.py::test_collections_deprecation
- )
- local EPYTEST_IGNORE=(
- # 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.
- _test/lib/
- )
-
- # this is needed to keep the tests working while
- # dev-python/namespace-ruamel is still installed
- distutils_write_namespace ruamel
- epytest
-}
diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.18.7.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.18.7.ebuild
deleted file mode 100644
index 8fe17291f6bb..000000000000
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.18.7.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-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="https://downloads.sourceforge.net/ruamel-dl-tagged-releases/${MY_P}.tar.xz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]
- !dev-python/namespace-ruamel
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
- local EPYTEST_DESELECT=()
- [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
- _test/test_deprecation.py::test_collections_deprecation
- )
- local EPYTEST_IGNORE=(
- # 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.
- _test/lib/
- )
-
- # this is needed to keep the tests working while
- # dev-python/namespace-ruamel is still installed
- distutils_write_namespace ruamel
- epytest
-}
diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.18.9.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.18.9.ebuild
deleted file mode 100644
index 703a261ade8b..000000000000
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.18.9.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-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="https://downloads.sourceforge.net/ruamel-dl-tagged-releases/${MY_P}.tar.xz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]
- !dev-python/namespace-ruamel
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
- local EPYTEST_DESELECT=()
- [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
- _test/test_deprecation.py::test_collections_deprecation
- )
- local EPYTEST_IGNORE=(
- # 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.
- _test/lib/
- )
-
- # this is needed to keep the tests working while
- # dev-python/namespace-ruamel is still installed
- distutils_write_namespace ruamel
- epytest
-}
next reply other threads:[~2025-01-18 10:03 UTC|newest]
Thread overview: 142+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-18 10:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 19:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml/ Michał Górny
2025-01-25 11:05 Michał Górny
2025-01-18 8:56 Arthur Zamarin
2025-01-08 9:12 Michał Górny
2025-01-06 6:42 Michał Górny
2025-01-03 5:47 Michał Górny
2025-01-03 5:47 Michał Górny
2024-12-31 8:07 Michał Górny
2024-05-18 13:57 Michał Górny
2024-02-24 10:22 Michał Górny
2024-02-24 10:14 Michał Górny
2024-02-08 4:22 Michał Górny
2023-12-18 18:47 Michał Górny
2023-12-08 14:24 Arthur Zamarin
2023-11-30 21:43 James Le Cuirot
2023-11-29 10:20 Michał Górny
2023-11-29 10:17 Michał Górny
2023-11-03 18:35 Michał Górny
2023-11-02 14:28 Michał Górny
2023-11-02 5:44 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-10-30 18:10 Michał Górny
2023-10-25 7:43 Michał Górny
2023-10-24 5:27 Michał Górny
2023-10-21 3:40 Michał Górny
2023-10-20 4:42 Michał Górny
2023-10-19 12:16 Michał Górny
2023-10-04 17:43 Michał Górny
2023-10-04 5:18 Michał Górny
2023-09-28 17:08 Michał Górny
2023-09-01 19:26 Arthur Zamarin
2023-07-05 8:03 Michał Górny
2023-07-05 5:56 Arthur Zamarin
2023-06-18 2:16 Michał Górny
2023-06-03 19:17 Michał Górny
2023-06-03 18:06 Arthur Zamarin
2023-06-01 4:07 Michał Górny
2023-05-31 6:33 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-10 3:00 Michał Górny
2023-05-06 16:44 Arthur Zamarin
2023-05-06 4:37 Michał Górny
2023-05-03 7:51 Michał Górny
2022-06-01 6:34 Sam James
2022-04-20 17:24 Michał Górny
2022-04-20 17:24 Michał Górny
2022-04-20 14:12 Jakov Smolić
2022-04-13 14:46 Sam James
2022-04-11 19:58 Michał Górny
2022-04-10 8:58 Michał Górny
2022-03-16 8:00 Michał Górny
2022-03-16 8:00 Michał Górny
2022-03-15 17:56 Jakov Smolić
2022-02-12 20:24 Michał Górny
2022-02-03 21:34 Michał Górny
2022-02-03 20:56 Arthur Zamarin
2022-01-26 20:18 Michał Górny
2022-01-26 19:57 Arthur Zamarin
2022-01-03 17:49 Arthur Zamarin
2021-12-26 18:54 Arthur Zamarin
2021-12-24 22:52 Michał Górny
2021-12-02 9:39 Michał Górny
2021-12-02 8:40 Arthur Zamarin
2021-11-01 8:32 Michał Górny
2021-10-03 19:27 Michał Górny
2021-10-03 18:49 Sam James
2021-09-15 15:14 Marek Szuba
2021-09-15 15:14 Marek Szuba
2021-08-29 6:57 Michał Górny
2021-08-26 7:09 Michał Górny
2021-08-22 8:01 Michał Górny
2021-08-19 22:13 Michał Górny
2021-08-01 8:17 Michał Górny
2021-07-31 22:23 Sam James
2021-07-03 1:28 Sam James
2021-06-24 18:44 Michał Górny
2021-06-22 13:10 Marek Szuba
2021-06-10 23:13 Michał Górny
2021-06-09 20:54 Michał Górny
2021-05-31 19:11 Michał Górny
2021-05-30 20:47 Michał Górny
2021-05-13 19:11 Marek Szuba
2021-05-13 18:58 Sam James
2021-04-27 11:05 Marek Szuba
2021-04-16 8:30 Michał Górny
2021-04-16 0:40 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-04-07 23:11 Michał Górny
2021-03-30 8:17 Michał Górny
2021-03-26 12:08 Michał Górny
2021-03-26 12:08 Michał Górny
2021-03-11 14:23 Marek Szuba
2021-03-11 13:45 Marek Szuba
2021-03-11 10:53 Marek Szuba
2021-03-11 10:26 Marek Szuba
2021-03-05 21:50 Michał Górny
2021-01-12 12:04 Sam James
2021-01-07 12:47 Sam James
2020-11-23 16:39 Sergei Trofimovich
2020-11-04 10:42 Sergei Trofimovich
2020-11-02 10:34 Michał Górny
2020-10-28 6:49 Andrey Utkin
2020-10-25 19:46 Thomas Deutschmann
2020-10-20 5:06 Sam James
2020-10-19 20:13 Sam James
2020-09-30 12:21 Marek Szuba
2020-09-28 17:41 Sergei Trofimovich
2020-09-13 9:19 Sam James
2020-09-05 19:44 Marek Szuba
2020-09-05 6:07 Michał Górny
2020-09-04 3:30 Michał Górny
2020-08-31 4:52 Sam James
2020-08-30 21:24 Andrey Utkin
2020-08-10 19:25 Sergei Trofimovich
2020-08-09 16:56 Sergei Trofimovich
2020-07-17 20:10 Marek Szuba
2020-06-21 6:23 Michał Górny
2020-06-06 19:31 Mart Raudsepp
2020-05-21 8:06 Agostino Sarubbo
2020-05-19 15:47 Marek Szuba
2020-05-19 15:47 Marek Szuba
2020-05-16 7:09 Joonas Niilola
2020-04-28 13:58 Marek Szuba
2020-04-28 13:58 Marek Szuba
2020-03-29 7:31 Michał Górny
2019-06-24 8:29 Andrey Utkin
2019-06-24 8:29 Andrey Utkin
2019-06-24 8:29 Andrey Utkin
2019-06-24 8:29 Andrey Utkin
2019-06-24 8:29 Andrey Utkin
2019-05-29 14:30 Andrey Utkin
2019-01-31 9:17 Tim Harder
2018-06-09 14:22 Mart Raudsepp
2018-03-30 18:35 Aaron Bauman
2018-02-07 12:18 Andrey Utkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737194575.e48ea02f1273334ffed7bdb8812ccb7f362ebc28.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox