From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bitstring/
Date: Tue, 23 May 2023 16:15:48 +0000 (UTC) [thread overview]
Message-ID: <1684858537.dd7ba35e0e2cefe0edbede19bd5d7afe7f44bd9d.mgorny@gentoo> (raw)
commit: dd7ba35e0e2cefe0edbede19bd5d7afe7f44bd9d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 16:10:39 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 16:15:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7ba35e
dev-python/bitstring: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bitstring/Manifest | 1 -
dev-python/bitstring/bitstring-4.0.1.ebuild | 42 -----------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-python/bitstring/Manifest b/dev-python/bitstring/Manifest
index 3d4f1234ddc1..93368d0e65c9 100644
--- a/dev-python/bitstring/Manifest
+++ b/dev-python/bitstring/Manifest
@@ -1,2 +1 @@
DIST bitstring-4.0.2.tar.gz 211208 BLAKE2B 75ba6de71ac1a4ea384aad38405ccef21a101c641ee244096d67aad9b46315ee5dab9099b928e3300772c6f15637d4b54899c0a40f6a7ab4e48cfa1c66f310ab SHA512 11d7cddc7372ef9dac92d97df6e9972d7e75e4b02ad1e777357bea667e096beb405871b6cc9baa0522e2251278ad8c11a34724932efb2593fccf572857a608ce
-DIST bitstring-bitstring-4.0.1.gh.tar.gz 413983 BLAKE2B a4b424d2c139b34ce5ea81522486d0e42d82a06cfc64ce664505a2c1f1a626939b57b1755642220e2fb4219ead3a2a368006878ea05bdae59a638948b24e8b8c SHA512 f036a042f83c70b830f987114e7eb54754145296c60cd6486f398247a069c50588f3c86395a849a99e3c9b94364f1fcf4fedf4b59b80f03b6aecb38d992f5490
diff --git a/dev-python/bitstring/bitstring-4.0.1.ebuild b/dev-python/bitstring/bitstring-4.0.1.ebuild
deleted file mode 100644
index 1023d223c46e..000000000000
--- a/dev-python/bitstring/bitstring-4.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=${PN}-${P}
-DESCRIPTION="A pure Python module for creation and analysis of binary data"
-HOMEPAGE="
- https://github.com/scott-griffiths/bitstring/
- https://pypi.org/project/bitstring/
-"
-SRC_URI="
- https://github.com/scott-griffiths/${PN}/archive/${P}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- [[ ${PV} != 4.0.1 ]] && die "Remove the hack!"
- cat >> pyproject.toml <<-EOF
-
- [build-system]
- build-backend = "setuptools.build_meta"
- EOF
- distutils-r1_src_prepare
-}
-
-src_test() {
- cd tests || die
- distutils-r1_src_test
-}
next reply other threads:[~2023-05-23 16:15 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-23 16:15 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-12 7:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/bitstring/ Michał Górny
2025-03-23 3:41 Michał Górny
2025-03-18 19:30 Michał Górny
2025-01-18 8:28 Michał Górny
2025-01-18 8:24 Michał Górny
2025-01-02 4:54 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-12 6:17 Arthur Zamarin
2024-06-12 6:16 Arthur Zamarin
2024-06-10 14:41 Michał Górny
2024-05-26 2:54 Michał Górny
2024-05-16 15:00 Arthur Zamarin
2024-05-11 5:19 Michał Górny
2024-05-08 8:51 Michał Górny
2024-05-08 8:51 Michał Górny
2024-04-25 4:43 Michał Górny
2024-04-23 7:04 Michał Górny
2024-04-22 15:29 Michał Górny
2023-12-15 10:59 Michał Górny
2023-12-15 10:50 Arthur Zamarin
2023-12-02 9:50 Michał Górny
2023-12-02 9:34 Michał Górny
2023-11-30 5:48 Michał Górny
2023-11-24 14:46 Michał Górny
2023-11-23 4:19 Michał Górny
2023-11-17 11:40 Andrey Grozin
2023-09-25 18:52 Michał Górny
2023-09-25 17:33 Arthur Zamarin
2023-08-23 19:25 Michał Górny
2023-08-18 1:29 Sam James
2023-08-18 1:29 Sam James
2023-08-17 18:55 Michał Górny
2023-05-23 15:53 Arthur Zamarin
2023-04-17 5:41 Michał Górny
2023-03-11 9:53 Michał Górny
2023-03-11 8:34 Arthur Zamarin
2023-02-02 14:48 Michał Górny
2022-05-12 19:21 Arthur Zamarin
2021-08-26 8:24 Michał Górny
2021-08-26 4:41 Agostino Sarubbo
2021-07-21 7:25 Michał Górny
2021-07-20 20:47 Michał Górny
2021-07-18 6:16 Michał Górny
2021-06-05 12:56 Michał Górny
2020-12-12 4:27 Sam James
2020-09-18 14:28 Michał Górny
2020-09-08 19:11 Michał Górny
2020-07-20 14:40 Michał Górny
2020-07-20 14:40 Michał Górny
2020-05-11 16:48 Michał Górny
2020-05-11 9:44 Agostino Sarubbo
2020-02-29 10:50 Andrey Grozin
2020-02-04 13:32 Michał Górny
2019-05-20 6:33 Stephen Klimaszewski
2017-05-15 13:04 Manuel Rüger
2016-11-07 2:14 Andrey Grozin
2016-11-06 13:17 Michael Palimaka
2016-11-06 13:17 Michael Palimaka
2016-06-06 21:15 Tim Harder
2016-06-06 21:12 Tim Harder
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=1684858537.dd7ba35e0e2cefe0edbede19bd5d7afe7f44bd9d.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