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/bitarray/
Date: Thu,  6 Jul 2023 12:08:15 +0000 (UTC)	[thread overview]
Message-ID: <1688645287.01a3af0b8b9f7ec48da9c23e16d68b9d9440e156.mgorny@gentoo> (raw)

commit:     01a3af0b8b9f7ec48da9c23e16d68b9d9440e156
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 12:05:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 12:08:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a3af0b

dev-python/bitarray: Remove old

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

 dev-python/bitarray/Manifest              |  3 ---
 dev-python/bitarray/bitarray-2.7.3.ebuild | 24 ------------------------
 dev-python/bitarray/bitarray-2.7.4.ebuild | 24 ------------------------
 dev-python/bitarray/bitarray-2.7.5.ebuild | 24 ------------------------
 4 files changed, 75 deletions(-)

diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index bbf682e2fe37..9952cdf47f84 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -1,4 +1 @@
-DIST bitarray-2.7.3.tar.gz 123574 BLAKE2B 9a7a1b0025a7853434ae5e1c6e7bc5302668016f3cf8d569376644ced092ab1b3c28eeaabdf9d51d604e98a3f68f8f8d3002a87cc4dbfd897e30e6b162adf4aa SHA512 4ace2bfe78e06723bedbc263c7b2b163bbc5c35bde84f286390cbfffc8c513bbd4a4f5f775e6d0a863ded7b24cb555c7784e7dd067c3b9125abd8d62863ac684
-DIST bitarray-2.7.4.tar.gz 124644 BLAKE2B 7fc11eef67ec1424288952096acc6c629cc8281925a964cfbb384982eab9117b3def7a456dc740f9d5b7ee18dffa6c4747321dffed5f5e7fb674f5edf0324a88 SHA512 dbf92bfeae721319c928e336bc5afb8d146f2ad71fb57934dde489bc3db8db95a15690d8f1ca5c7354e44389043f194226afae5d9539495999ef486576639b6c
-DIST bitarray-2.7.5.tar.gz 124659 BLAKE2B dd52f9f5febcc1e808f2264123b00eb1f1d7e1d2691b7341f3a102bb2c9d9430ad188cde6784061cf996a726b91c6dcc7f55121e914d13c86ac9dd5774931983 SHA512 162a05626011955ce69caf3f1fcf1bca0db6818a6cc9c37d2abe6f481c71c4142903548ff08a10fb4162ba7ced4c5a427249b483493bbc3840ceff24f35a93e4
 DIST bitarray-2.7.6.tar.gz 124627 BLAKE2B 2beafbcd4906a56bad3c6310671ab16db27f03c32eb91c73058b859e1642f24edfed07920da853b08aa8f7c4703e05b57b25a83dddaaa14e0921798fbe2b1faa SHA512 e425664bec8976ac42bb62c3f80bf835efe41bff803afc77c82c267af2d831d55dd9b962f157aebc64a2df6a7d427523ec155a67991c49956e13b205e66e55f1

diff --git a/dev-python/bitarray/bitarray-2.7.3.ebuild b/dev-python/bitarray/bitarray-2.7.3.ebuild
deleted file mode 100644
index 279aca4b9ec5..000000000000
--- a/dev-python/bitarray/bitarray-2.7.3.ebuild
+++ /dev/null
@@ -1,24 +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=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="
-	https://github.com/ilanschnell/bitarray/
-	https://pypi.org/project/bitarray/
-"
-
-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.7.4.ebuild b/dev-python/bitarray/bitarray-2.7.4.ebuild
deleted file mode 100644
index 1a904d98ff80..000000000000
--- a/dev-python/bitarray/bitarray-2.7.4.ebuild
+++ /dev/null
@@ -1,24 +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=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="
-	https://github.com/ilanschnell/bitarray/
-	https://pypi.org/project/bitarray/
-"
-
-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.7.5.ebuild b/dev-python/bitarray/bitarray-2.7.5.ebuild
deleted file mode 100644
index 1a904d98ff80..000000000000
--- a/dev-python/bitarray/bitarray-2.7.5.ebuild
+++ /dev/null
@@ -1,24 +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=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="
-	https://github.com/ilanschnell/bitarray/
-	https://pypi.org/project/bitarray/
-"
-
-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}"
-}


             reply	other threads:[~2023-07-06 12:08 UTC|newest]

Thread overview: 143+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-06 12:08 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-20  5:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/bitarray/ 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-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:49 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=1688645287.01a3af0b8b9f7ec48da9c23e16d68b9d9440e156.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