From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bitarray/
Date: Sun, 12 Sep 2021 07:49:11 +0000 (UTC) [thread overview]
Message-ID: <1631432777.d1f0dac981b6f4513a25e92def3c9c2e29a0fedc.mgorny@gentoo> (raw)
commit: d1f0dac981b6f4513a25e92def3c9c2e29a0fedc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 07:46:17 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 07:46:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f0dac9
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bitarray/Manifest | 4 ----
dev-python/bitarray/bitarray-2.2.2.ebuild | 20 --------------------
dev-python/bitarray/bitarray-2.2.5.ebuild | 20 --------------------
dev-python/bitarray/bitarray-2.3.0.ebuild | 20 --------------------
dev-python/bitarray/bitarray-2.3.1.ebuild | 20 --------------------
5 files changed, 84 deletions(-)
diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index d950377302c..449efc42cda 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -1,6 +1,2 @@
-DIST bitarray-2.2.2.tar.gz 78273 BLAKE2B 1c9b9c4011b1b11481209aba6958aa3c58dc2c1f5188a97f8b6c15a8a77ed0338bfc64bfcf6da3667c317631e5d271408f443a33e214c8f123f2c764cc93d6b0 SHA512 98b02ecc39befa619c816117fdfc3d69efb931203bb509e92bdf800f5c64e8633a986751d1650cb33dd0c6c0df0653f70c97fe73d4334198b81f39aafec4e019
-DIST bitarray-2.2.5.tar.gz 82954 BLAKE2B 2841f7bd3627e3f057e9f7fa39b25172d36b77e32a70f982f970a19f7102326860f2ccc268298263a2e8869e708b3e746ca06d3182394c9500f5473e44d4f2f6 SHA512 c611d4e3cb0e0a5353789a87d0a0c643015bb607756e07318e8f41ac8d43ff7c0d53785cfaa4ebd8f84634d374611e0d5553a4847f166e9cb68fd79e0fd62eb0
-DIST bitarray-2.3.0.tar.gz 87119 BLAKE2B 0a402783e1abe7c9cfb8f70040eef9ee50763b77a73e7223b1816717cc5160960715d1f9d00b2bc538002577653468d09b8aa03753271963916a811b8f9dc9cd SHA512 def184d941d86812b38d8f8f11e131b5c33b7b652136a55acac7d915a6eac6c9a25e90b506d6f6668027cfa96eeb9248fde910e796e0750db53e809c72a1d45a
-DIST bitarray-2.3.1.tar.gz 87554 BLAKE2B 763317dd0aea2f4f41ba4809a041d8a2238d78889e840a348bdeed9137d5b9c885dc64e5a8b341db4270eb69eb33144ec49d3a5c95aa3f9e87469ad2765fde1e SHA512 68748f7b912668ad495e70c00a3054086534dde3fda4838a0eac1dda2ce8649252c433cd8a0570303e13d275d98e7e59d95822436c0269e91e1b76b5d7e0d8f0
DIST bitarray-2.3.2.tar.gz 88480 BLAKE2B 0baff242d0450e76d40b6616f394a7c6ab8151c32c65b859e264fc5ddd13c808558ff6cb79723c29d6b33703f474fcd4cb583d62688ec44e9792f1a0f4ae9f13 SHA512 fa615bf411101eb26f3e6317d9b695602f65cd20d7d4037f9520ded8203b8b3cbfc749b95d29e5e21c6aea0b34cfc9dea688ef8e87f3d6ea837197d0965c3fe1
DIST bitarray-2.3.3.tar.gz 88192 BLAKE2B 1635db26f1c9c5f90f7f858e11d608cb361644f0d7ba3f7830f7e6216ddab485647b8be51c38b8da1e3a0a12fd959f1a8ea138db710e8d9f48782c0afebff205 SHA512 34b7a66c3bffc58fb4ead51f379152ce33f9cd4f56c6251f7d366f5f95786a6afc310ff71b3ac73eb256cece8789bd3227c0924ed94696497721a220532e746a
diff --git a/dev-python/bitarray/bitarray-2.2.2.ebuild b/dev-python/bitarray/bitarray-2.2.2.ebuild
deleted file mode 100644
index b5ceb188ee8..00000000000
--- a/dev-python/bitarray/bitarray-2.2.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="https://github.com/ilanschnell/bitarray https://pypi.org/project/bitarray/"
-SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/bitarray/bitarray-2.2.5.ebuild b/dev-python/bitarray/bitarray-2.2.5.ebuild
deleted file mode 100644
index 2db99351790..00000000000
--- a/dev-python/bitarray/bitarray-2.2.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="https://github.com/ilanschnell/bitarray https://pypi.org/project/bitarray/"
-SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/bitarray/bitarray-2.3.0.ebuild b/dev-python/bitarray/bitarray-2.3.0.ebuild
deleted file mode 100644
index 2db99351790..00000000000
--- a/dev-python/bitarray/bitarray-2.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="https://github.com/ilanschnell/bitarray https://pypi.org/project/bitarray/"
-SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/bitarray/bitarray-2.3.1.ebuild b/dev-python/bitarray/bitarray-2.3.1.ebuild
deleted file mode 100644
index 2db99351790..00000000000
--- a/dev-python/bitarray/bitarray-2.3.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="https://github.com/ilanschnell/bitarray https://pypi.org/project/bitarray/"
-SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
-}
next reply other threads:[~2021-09-12 7:49 UTC|newest]
Thread overview: 156+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-12 7:49 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-22 8:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/bitarray/ Michał Górny
2025-04-22 0:36 Sam James
2025-04-19 18:39 Arthur Zamarin
2025-04-12 7:40 Michał Górny
2025-04-05 11:51 Sam James
2025-04-05 11:51 Sam James
2025-04-05 6:37 Michał Górny
2025-03-31 7:10 Michał Górny
2025-03-22 19:46 Sam James
2025-03-22 9:20 Arthur Zamarin
2025-03-20 6:49 Michał Górny
2025-03-20 6:49 Michał Górny
2025-03-07 4:40 Michał Górny
2025-02-20 5:06 Michał Górny
2025-02-20 5:06 Michał Górny
2024-11-02 12:04 Arthur Zamarin
2024-11-02 10:23 Arthur Zamarin
2024-10-27 12:21 Michał Górny
2024-10-27 6:50 Arthur Zamarin
2024-10-26 15:16 Arthur Zamarin
2024-10-26 13:28 Arthur Zamarin
2024-10-16 4:54 Michał Górny
2024-10-11 3:06 Michał Górny
2024-05-17 14:26 Michał Górny
2024-05-17 14:26 Michał Górny
2024-01-19 5:10 Michał Górny
2024-01-18 19:48 Sam James
2024-01-18 19:48 Sam James
2024-01-18 18:18 Arthur Zamarin
2024-01-02 5:07 Michał Górny
2023-12-24 7:00 Michał Górny
2023-12-20 16:15 Michał Górny
2023-12-20 16:08 Michał Górny
2023-12-20 16:08 Michał Górny
2023-12-20 15:49 Michał Górny
2023-12-18 5:18 Michał Górny
2023-12-10 6:45 Michał Górny
2023-12-04 13:45 Michał Górny
2023-11-29 12:07 Michał Górny
2023-11-29 11:45 Arthur Zamarin
2023-11-24 14:46 Michał Górny
2023-11-12 3:59 Michał Górny
2023-11-05 20:58 Michał Górny
2023-10-04 5:51 Michał Górny
2023-08-24 12:47 Michał Górny
2023-08-18 1:29 Sam James
2023-08-18 1:29 Sam James
2023-08-07 2:36 Michał Górny
2023-07-22 12:58 Arthur Zamarin
2023-07-06 12:08 Michał Górny
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-06-25 3:08 Michał Górny
2023-06-11 5:18 Michał Górny
2023-05-30 2:54 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2023-05-04 16:11 Michał Górny
2023-03-11 10:02 Michał Górny
2023-03-11 9:10 Arthur Zamarin
2023-03-11 8:34 Arthur Zamarin
2023-02-21 7:41 Michał Górny
2023-02-13 6:05 Michał Górny
2023-02-11 7:27 Michał Górny
2023-02-06 4:31 Michał Górny
2023-02-03 15:17 Michał Górny
2023-02-03 13:04 Sam James
2023-02-03 12:52 Sam James
2023-01-02 14:54 Michał Górny
2022-12-19 6:46 Michał Górny
2022-08-19 17:18 Michał Górny
2022-08-19 16:54 Sam James
2022-08-19 16:54 Sam James
2022-07-20 5:39 Michał Górny
2022-06-06 9:56 Michał Górny
2022-06-06 9:29 Jakov Smolić
2022-06-06 9:29 Jakov Smolić
2022-05-11 8:05 Michał Górny
2022-05-05 7:08 Arthur Zamarin
2022-04-10 6:35 Michał Górny
2022-04-09 21:24 Jakov Smolić
2022-04-09 17:02 Arthur Zamarin
2022-03-30 18:45 Michał Górny
2022-03-15 11:16 Michał Górny
2022-03-15 10:37 Jakov Smolić
2022-03-15 10:37 Jakov Smolić
2022-03-09 20:06 Arthur Zamarin
2022-02-22 7:48 Michał Górny
2022-02-13 9:39 Michał Górny
2022-02-13 8:41 Jakov Smolić
2022-02-07 20:30 Michał Górny
2022-01-29 12:21 Michał Górny
2022-01-07 18:09 Arthur Zamarin
2021-10-10 16:23 Michał Górny
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:33 Agostino Sarubbo
2021-09-12 21:38 Michał Górny
2021-09-12 7:24 Agostino Sarubbo
2021-09-12 7:09 Agostino Sarubbo
2021-09-06 6:23 Michał Górny
2021-08-24 6:59 Michał Górny
2021-08-21 7:56 Michał Górny
2021-08-16 7:30 Michał Górny
2021-08-08 6:33 Michał Górny
2021-08-07 23:37 Sam James
2021-08-07 14:43 Sam James
2021-08-07 6:33 Michał Górny
2021-07-30 5:55 Michał Górny
2021-07-23 7:17 Michał Górny
2021-07-16 22:37 Michał Górny
2021-07-12 22:57 Michał Górny
2021-07-12 22:37 Sam James
2021-07-12 21:50 Sam James
2021-07-07 6:33 Michał Górny
2021-07-03 21:46 Michał Górny
2021-06-16 4:28 Michał Górny
2021-06-14 6:51 Michał Górny
2021-06-12 6:39 Michał Górny
2021-06-05 21:20 Michał Górny
2021-06-05 20:43 Sam James
2021-05-19 7:11 Michał Górny
2021-05-19 0:19 Sam James
2021-05-19 0:19 Sam James
2021-05-06 8:21 Michał Górny
2021-05-06 8:21 Michał Górny
2021-04-20 7:02 Michał Górny
2021-04-15 6:32 Michał Górny
2021-04-12 16:17 Michał Górny
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-04-10 8:04 Michał Górny
2021-04-10 8:04 Michał Górny
2021-04-06 7:22 Michał Górny
2021-04-04 14:23 Michał Górny
2021-04-01 7:43 Michał Górny
2021-03-30 11:10 Michał Górny
2021-03-30 9:27 Sam James
2021-03-30 9:27 Sam James
2021-03-26 12:37 Michał Górny
2021-03-22 7:36 Michał Górny
2021-03-13 7:41 Michał Górny
2021-02-28 9:07 Michał Górny
2021-02-26 13:18 Michał Górny
2021-02-26 12:07 Agostino Sarubbo
2021-01-21 9:12 Michał Górny
2020-12-02 8:58 Michał Górny
2020-12-02 8:52 Mikle Kolyada
2020-11-14 9:23 Michał Górny
2020-11-14 9:23 Michał Górny
2020-08-22 9:15 Michał Górny
2020-03-26 13:49 Michał Górny
2019-06-24 9:50 Michał Górny
2019-06-24 9:50 Michał Górny
2018-07-12 23:05 Patrice Clement
2018-07-12 23:05 Patrice Clement
2017-04-22 10:18 Michał Górny
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=1631432777.d1f0dac981b6f4513a25e92def3c9c2e29a0fedc.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