public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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-clib/
Date: Mon,  6 Nov 2023 10:19:44 +0000 (UTC)	[thread overview]
Message-ID: <1699265353.2556fa1299e7218b2847301c018eb9e1357ae44c.mgorny@gentoo> (raw)

commit:     2556fa1299e7218b2847301c018eb9e1357ae44c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 10:09:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 10:09:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2556fa12

dev-python/ruamel-yaml-clib: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ruamel-yaml-clib/Manifest               |  1 -
 .../ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/ruamel-yaml-clib/Manifest b/dev-python/ruamel-yaml-clib/Manifest
index 8eb19ab78c62..7ca6bb128809 100644
--- a/dev-python/ruamel-yaml-clib/Manifest
+++ b/dev-python/ruamel-yaml-clib/Manifest
@@ -1,2 +1 @@
-DIST ruamel.yaml.clib-0.2.7.tar.xz 141668 BLAKE2B be731f7e11dbb7b94bc27e900c70fed8ae53b788cd8827425d442baac795a73426cb8c133aedbab876f111bf8e99a8fdafc6151a5de334b1b8b409792b6895bc SHA512 e9413cca5f00fe4896a0185a85494ee9ba8ed955285bd93de9cf6e0f9eed2ff569be1ee70cf974af0eaf58f4671b9ac7ae85b461652eb9abd5bf34d593052f07
 DIST ruamel.yaml.clib-0.2.8.tar.xz 163768 BLAKE2B 38f41c45a4e043b01a80d725baeba5fd6e74fa56e86ad0c1e7e0b811f85fd92f98f3ac096419757bae2273537e7c31356d0d222896e631a39ddc36684ebf29e0 SHA512 3877bc6fcefab91f5d2bd013275f63bba6dd2f5ce1b29b74aef73d01638e184ff1f16ab1fbf9ccbf30d148a33f19dc2535ca8b5d8aecca8c48f1d3eef188e151

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
deleted file mode 100644
index 4307d882fae8..000000000000
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-MY_PN="${PN//-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="C-based reader/scanner and emitter for dev-python/ruamel-yaml"
-HOMEPAGE="
-	https://pypi.org/project/ruamel.yaml.clib/
-	https://sourceforge.net/projects/ruamel-yaml-clib/
-"
-# sdist lacks .pyx files for cythonizing
-SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz"
-# workaround https://bugs.gentoo.org/898716
-S=${WORKDIR}/ruamel_yaml_clib
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
-
-BDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.2.7_cython_pointer_types.patch
-)
-
-src_unpack() {
-	default
-	mv "${MY_P}" ruamel_yaml_clib || die
-}
-
-src_configure() {
-	cython -f -3 _ruamel_yaml.pyx || die
-}


             reply	other threads:[~2023-11-06 10:19 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-06 10:19 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 21:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/ Sam James
2024-11-09 10:46 Sam James
2024-11-09  9:57 Arthur Zamarin
2024-11-09  9:50 Sam James
2024-11-09  8:59 Sam James
2024-11-09  8:59 Sam James
2024-10-21  4:35 Michał Górny
2024-10-20  3:11 Michał Górny
2024-05-18 13:57 Michał Górny
2023-12-08 14:24 Arthur Zamarin
2023-11-30 21:43 James Le Cuirot
2023-11-06  7:09 Arthur Zamarin
2023-11-05 20:07 Sam James
2023-11-05 20:07 Sam James
2023-11-05 20:07 Sam James
2023-11-05 20:07 Sam James
2023-11-05 19:12 Arthur Zamarin
2023-11-05 19:10 Arthur Zamarin
2023-11-05 19:10 Arthur Zamarin
2023-10-04 17:43 Michał Górny
2023-09-01 19:26 Arthur Zamarin
2023-05-27  4:41 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-02 17:18 Michał Górny
2023-03-02  9:34 Marek Szuba
2022-12-17  7:08 Michał Górny
2022-12-16 21:21 Arthur Zamarin
2022-12-16 20:52 Arthur Zamarin
2022-12-16 20:08 Arthur Zamarin
2022-12-16 20:05 Arthur Zamarin
2022-12-16 20:04 Arthur Zamarin
2022-12-16 20:04 Arthur Zamarin
2022-12-16 19:43 Arthur Zamarin
2022-10-21 15:16 Michał Górny
2022-07-02 19:26 Michał Górny
2022-07-02 18:18 Sam James
2022-07-02 16:05 Jakov Smolić
2022-07-02 15:03 Jakov Smolić
2022-07-02 13:43 Arthur Zamarin
2022-07-02 13:16 Arthur Zamarin
2022-07-02 12:13 Arthur Zamarin
2022-07-02 12:07 Arthur Zamarin
2022-06-05  5:48 Michał Górny
2022-06-01  6:34 Sam James
2022-04-26  6:43 Michał Górny
2022-04-25 20:20 Arthur Zamarin
2022-04-24 17:47 Arthur Zamarin
2022-04-22 18:18 Arthur Zamarin
2022-04-22 16:51 Arthur Zamarin
2022-04-20 17:04 Arthur Zamarin
2022-04-20 14:12 Jakov Smolić
2022-04-20 14:12 Jakov Smolić
2022-04-13 14:46 Sam James
2022-04-10  8:58 Michał Górny
2021-08-03 15:36 Agostino Sarubbo
2021-07-31 22:23 Sam James
2021-07-31 22:23 Sam James
2021-07-31 22:23 Sam James
2021-07-05  6:04 Michał Górny
2021-06-25 22:29 Michał Górny
2021-06-22 13:10 Marek Szuba
2021-05-13 19:11 Marek Szuba
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  6:08 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-04-28 13:58 Marek Szuba
2020-04-24 14:54 Marek Szuba

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=1699265353.2556fa1299e7218b2847301c018eb9e1357ae44c.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