From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor2/
Date: Mon, 6 Jun 2022 11:35:56 +0000 (UTC) [thread overview]
Message-ID: <1654515224.c75ed46022b0311f007d76ac3a099c6587f5b09b.mgorny@gentoo> (raw)
commit: c75ed46022b0311f007d76ac3a099c6587f5b09b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 11:33:44 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 11:33:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75ed460
dev-python/cbor2: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cbor2/Manifest | 2 --
dev-python/cbor2/cbor2-5.4.2.ebuild | 29 --------------------------
dev-python/cbor2/cbor2-5.4.2_p1.ebuild | 37 ----------------------------------
3 files changed, 68 deletions(-)
diff --git a/dev-python/cbor2/Manifest b/dev-python/cbor2/Manifest
index 93bcea519c9c..18c1d3a9d0dc 100644
--- a/dev-python/cbor2/Manifest
+++ b/dev-python/cbor2/Manifest
@@ -1,3 +1 @@
-DIST cbor2-5.4.2.post1.tar.gz 85858 BLAKE2B 6d82ba6b99828615a3f93d8958f759fdc838a7c324ebbe82cda7d46ab8a450db95b626eac83df24d874725f99a141864d97e1077cdc9f2b177cc3d5019eab429 SHA512 48db9e58bf2209d19a89756d60e3d91c652edb6a0b0325aecde0250869c674b1759122aaab45c59d4ff8bffdca4a64a142871f5a88af66f238361d9d586cf78e
-DIST cbor2-5.4.2.tar.gz 85847 BLAKE2B 1ad8b7bf54343ad7e969c797a444653e9cf501139facb98f92727be4d31148acedff29885e99c1535a44bcc9add4e4a1890c8f4605c2b82c9975821ee029d7bb SHA512 86e79ae19120dc39e79aa410b1e75df1d82b40c0523865989310f2d7214bfd824bf86ba158b2f695542ef2f34c76c8c4d5b28dbbb9815ee923444b00e86940d4
DIST cbor2-5.4.3.tar.gz 86499 BLAKE2B 0303ed49a1c468a3aa13e12a4bebef17479f106bc3f0a92e35c6029ff1bd86aea6a77f557ac0c8acb5e055ec0b56c82e5c95e9417d00715a1fb244bd94d0f60d SHA512 9527bec5a36464bb7dc9a8c0ece3ad72f1c6182272a7edf0526668b264c957b72bc031d2398dc6af38af09bb298219c316da194084fab410bae5f9100b22328b
diff --git a/dev-python/cbor2/cbor2-5.4.2.ebuild b/dev-python/cbor2/cbor2-5.4.2.ebuild
deleted file mode 100644
index 60b78041cf67..000000000000
--- a/dev-python/cbor2/cbor2-5.4.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure Python CBOR (de)serializer with extensive tag support"
-HOMEPAGE="https://github.com/agronholm/cbor2 https://pypi.org/project/cbor2/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # remove pytest-cov dep
- sed -e "s/pytest-cov//" \
- -e "s/--cov //" \
- -i setup.cfg || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/cbor2/cbor2-5.4.2_p1.ebuild b/dev-python/cbor2/cbor2-5.4.2_p1.ebuild
deleted file mode 100644
index 6c289191ab71..000000000000
--- a/dev-python/cbor2/cbor2-5.4.2_p1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Pure Python CBOR (de)serializer with extensive tag support"
-HOMEPAGE="
- https://github.com/agronholm/cbor2/
- https://pypi.org/project/cbor2/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # remove pytest-cov dep
- sed -e "s/pytest-cov//" \
- -e "s/--cov //" \
- -i setup.cfg || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2022-06-06 11:36 UTC|newest]
Thread overview: 110+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 11:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 14:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor2/ Michał Górny
2024-10-31 13:51 Sam James
2024-10-30 15:11 Sam James
2024-10-27 6:50 Arthur Zamarin
2024-10-26 17:42 Arthur Zamarin
2024-10-26 14:47 Arthur Zamarin
2024-10-26 14:47 Arthur Zamarin
2024-10-26 13:28 Arthur Zamarin
2024-10-26 12:48 Arthur Zamarin
2024-10-10 5:03 Michał Górny
2024-09-24 15:09 Arthur Zamarin
2024-07-11 11:59 Michał Górny
2024-06-24 1:16 Sam James
2024-06-22 17:18 Sam James
2024-06-22 17:18 Sam James
2024-06-22 14:23 Arthur Zamarin
2024-06-22 14:00 Arthur Zamarin
2024-06-22 13:49 Arthur Zamarin
2024-06-22 13:49 Arthur Zamarin
2024-06-19 5:24 Arthur Zamarin
2024-06-15 6:18 Viorel Munteanu
2024-06-06 16:17 Michał Górny
2024-05-17 13:05 Sam James
2024-05-17 10:51 Michał Górny
2024-04-27 8:26 Michał Górny
2024-04-27 8:04 Arthur Zamarin
2024-04-27 7:40 Michał Górny
2024-04-27 7:40 Michał Górny
2024-04-27 7:40 Michał Górny
2024-04-27 7:40 Michał Górny
2024-04-11 4:25 Michał Górny
2024-03-02 14:06 Arthur Zamarin
2024-03-02 12:24 Arthur Zamarin
2024-03-02 12:11 Arthur Zamarin
2024-03-02 12:11 Arthur Zamarin
2024-03-02 12:11 Arthur Zamarin
2024-02-20 6:13 Michał Górny
2024-02-17 22:26 Sam James
2024-02-17 22:26 Sam James
2024-02-17 21:42 Jakov Smolić
2023-11-22 12:29 Michał Górny
2023-11-22 12:15 Arthur Zamarin
2023-11-22 12:12 Arthur Zamarin
2023-11-22 11:53 Arthur Zamarin
2023-11-22 11:11 Sam James
2023-11-22 11:11 Sam James
2023-11-03 7:06 Michał Górny
2023-10-21 3:40 Michał Górny
2023-10-01 18:18 Arthur Zamarin
2023-08-20 17:53 Arthur Zamarin
2023-08-17 8:42 Arthur Zamarin
2023-08-13 16:10 Arthur Zamarin
2023-08-13 16:07 Arthur Zamarin
2023-06-23 9:26 Michał Górny
2023-05-04 16:11 Michał Górny
2023-03-04 6:37 Arthur Zamarin
2022-12-31 13:31 Michał Górny
2022-12-31 13:01 Sam James
2022-12-31 10:57 Arthur Zamarin
2022-12-31 10:51 Arthur Zamarin
2022-12-31 10:42 Arthur Zamarin
2022-12-08 16:57 Michał Górny
2022-11-29 20:18 Arthur Zamarin
2022-11-29 6:59 Michał Górny
2022-06-06 11:01 Jakov Smolić
2022-06-06 9:32 Jakov Smolić
2022-06-06 9:29 Jakov Smolić
2022-06-06 9:29 Jakov Smolić
2022-05-19 15:23 Michał Górny
2022-05-04 8:19 Michał Górny
2022-05-01 13:42 Michał Górny
2022-03-14 10:32 Yixun Lan
2021-11-22 10:46 Michał Górny
2021-11-22 8:05 Sam James
2021-11-22 8:05 Sam James
2021-11-22 7:51 Agostino Sarubbo
2021-11-21 18:39 Jakov Smolić
2021-10-14 21:13 Michał Górny
2021-09-04 22:07 Michał Górny
2021-08-26 14:55 Sam James
2021-08-26 4:41 Agostino Sarubbo
2021-07-24 8:23 Michał Górny
2021-07-08 7:06 Michał Górny
2021-07-08 3:53 Sam James
2021-07-06 1:48 Sam James
2021-07-03 6:17 Agostino Sarubbo
2021-07-03 3:08 Sam James
2021-06-05 8:28 Michał Górny
2021-05-27 18:04 Michał Górny
2021-05-27 14:15 Michał Górny
2021-05-18 8:51 Michał Górny
2021-05-18 8:51 Michał Górny
2021-05-15 21:36 Michał Górny
2021-05-15 19:07 Sam James
2021-03-26 20:39 Agostino Sarubbo
2021-03-19 9:56 Michał Górny
2021-01-17 18:51 Brian Dolbec
2020-11-15 11:02 Sam James
2020-11-14 22:50 Sam James
2020-10-14 13:28 Brian Dolbec
2020-10-09 8:53 Michał Górny
2020-10-09 8:31 Agostino Sarubbo
2020-10-06 16:57 Sam James
2020-10-01 1:24 Sam James
2020-08-20 16:13 Brian Dolbec
2020-07-18 1:58 Brian Dolbec
2020-05-18 20:46 Brian Dolbec
2020-05-18 15:46 Brian Dolbec
2020-05-09 0:51 Brian Dolbec
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=1654515224.c75ed46022b0311f007d76ac3a099c6587f5b09b.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