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/identify/
Date: Sun, 27 Feb 2022 18:35:56 +0000 (UTC)	[thread overview]
Message-ID: <1645986736.b7a16d5ddd18f56f27631b542604a5484e09bd37.mgorny@gentoo> (raw)

commit:     b7a16d5ddd18f56f27631b542604a5484e09bd37
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 18:32:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 18:32:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a16d5d

dev-python/identify: Remove old

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

 dev-python/identify/Manifest               |  5 -----
 dev-python/identify/identify-2.4.10.ebuild | 24 ------------------------
 dev-python/identify/identify-2.4.4.ebuild  | 19 -------------------
 dev-python/identify/identify-2.4.5.ebuild  | 23 -----------------------
 dev-python/identify/identify-2.4.8.ebuild  | 24 ------------------------
 dev-python/identify/identify-2.4.9.ebuild  | 24 ------------------------
 6 files changed, 119 deletions(-)

diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
index 5aef5ac1664e..cee0b6b7f4f2 100644
--- a/dev-python/identify/Manifest
+++ b/dev-python/identify/Manifest
@@ -1,6 +1 @@
-DIST identify-2.4.10.gh.tar.gz 101382 BLAKE2B be41cbdbe8c2be99d3c703df3d5b23968047c146318c74b212ed1636091072b98cb25c57feb78a9a4fbd70a0cc2569e2f754108a9bbe2d983cc682cb0744fb4f SHA512 5e065210e043e28cc46218a9ed997d8b734813b20bc7cd46da4cea0286749bd3a5558b60942edbe95484df3d4ee01100f186dd92fa8c2b3d96479b47faf9bc85
 DIST identify-2.4.11.gh.tar.gz 101383 BLAKE2B ed1c205ff54d437133eb3193cd200848687a928cb0f958124df039d44d59ce02477b9615142848340851c2664288bafb42aabfd96aab5de4bc80cf47ad1a0885 SHA512 3525325088d9e8e7e955fc7d044d65a23032dc38d287222173d99d66cad3d3c200e6948ee8250732bccf1bc6d5d2d8f92b6ebdac0a4a090ef154d535c7ff8f2d
-DIST identify-2.4.4.tar.gz 101270 BLAKE2B d5e31a8b74a724cfd0c169def52b434bd2b722aa7dfb9d92636a8eb28b1b1a7ccd9c9544d97d5fd359fb995b44b6d8a6428f484ee033f70292717053b1f5825f SHA512 34a93640ca96483599e0cfdb1d69f37f8f4cb659b68ee84824079ee177e93aeb259ebc654f5fb39d5a0b68d267ba3c963870c9c55b6676e12c21b7f7573438a4
-DIST identify-2.4.5.gh.tar.gz 101319 BLAKE2B 78e17e88ad5c463a8bca5cdc2e66433f38e41ad67fbabe60706d7154841ba6fefa52658550107760d521257366806999ffc24b9eb0ebbd37d3a94581df573b12 SHA512 f2c6ac86ad88431e835c723a83c7b8d0578166ab620e2681f5c16e9634592f58761551a1360491edc4863538c967b793fe8e0730cbf4c92bf1690e50c5669ac9
-DIST identify-2.4.8.gh.tar.gz 101369 BLAKE2B 2f7d74799f624147427db96b6271e41a69f776ca4263571d4bfd7d43698694ed05dd0ff2c5176073da3af2a0582a540a473679508e239efa134411e0b3abc6e0 SHA512 5e6be3bd3debb295621bfa666f00f293cfda7dbe744b77e6c792cf1e44f0ba9134ecbef9faac4d3b8c93655e7f2f5bd3556281e077798a830d90368917483a50
-DIST identify-2.4.9.gh.tar.gz 101377 BLAKE2B 12f4182858b412cc8989488029014cdca8ddb88fd99254e0be9b3dbe37605a374091d97564cdeee77bfe91176f1089e68a181d6b25feaa311cc3c9fc9d26444f SHA512 d52ae88882ffda3ae4043ddf018f21fdd74b6fbe35bc1cf4bda83f3f36de73e2314c1f8a87f61ab9449558824919fc6ea81c5ee40ef8181acdb14a27f686fb96

diff --git a/dev-python/identify/identify-2.4.10.ebuild b/dev-python/identify/identify-2.4.10.ebuild
deleted file mode 100644
index ca074bc25eff..000000000000
--- a/dev-python/identify/identify-2.4.10.ebuild
+++ /dev/null
@@ -1,24 +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
-
-DESCRIPTION="File identification library for Python"
-HOMEPAGE="https://github.com/pre-commit/identify"
-SRC_URI="
-	https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/dev-python/identify/identify-2.4.4.ebuild b/dev-python/identify/identify-2.4.4.ebuild
deleted file mode 100644
index cc1f15943659..000000000000
--- a/dev-python/identify/identify-2.4.4.ebuild
+++ /dev/null
@@ -1,19 +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="File identification library for Python"
-HOMEPAGE="https://github.com/pre-commit/identify"
-SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/dev-python/identify/identify-2.4.5.ebuild b/dev-python/identify/identify-2.4.5.ebuild
deleted file mode 100644
index 1a5453ad9bac..000000000000
--- a/dev-python/identify/identify-2.4.5.ebuild
+++ /dev/null
@@ -1,23 +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} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="File identification library for Python"
-HOMEPAGE="https://github.com/pre-commit/identify"
-SRC_URI="
-	https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/dev-python/identify/identify-2.4.8.ebuild b/dev-python/identify/identify-2.4.8.ebuild
deleted file mode 100644
index ca074bc25eff..000000000000
--- a/dev-python/identify/identify-2.4.8.ebuild
+++ /dev/null
@@ -1,24 +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
-
-DESCRIPTION="File identification library for Python"
-HOMEPAGE="https://github.com/pre-commit/identify"
-SRC_URI="
-	https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/dev-python/identify/identify-2.4.9.ebuild b/dev-python/identify/identify-2.4.9.ebuild
deleted file mode 100644
index ca074bc25eff..000000000000
--- a/dev-python/identify/identify-2.4.9.ebuild
+++ /dev/null
@@ -1,24 +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
-
-DESCRIPTION="File identification library for Python"
-HOMEPAGE="https://github.com/pre-commit/identify"
-SRC_URI="
-	https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="dev-python/ukkonen[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


             reply	other threads:[~2022-02-27 18:36 UTC|newest]

Thread overview: 155+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-27 18:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15  2:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/identify/ Michał Górny
2024-07-27  9:53 Michał Górny
2024-07-27  8:19 Arthur Zamarin
2024-07-08  4:41 Michał Górny
2024-05-19 11:47 Michał Górny
2024-05-08  8:15 Michał Górny
2024-04-21  2:35 Michał Górny
2024-03-07 17:12 Michał Górny
2024-03-07 17:12 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02  9:59 Arthur Zamarin
2024-02-19  4:10 Michał Górny
2024-02-11  3:35 Michał Górny
2023-12-09 14:37 Michał Górny
2023-12-09 14:30 Michał Górny
2023-12-07 12:29 Michał Górny
2023-11-24 16:32 Arthur Zamarin
2023-11-19  7:47 Michał Górny
2023-11-02  5:37 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-10-28 18:24 Michał Górny
2023-10-01  3:22 Michał Górny
2023-09-25 18:58 Michał Górny
2023-09-25 18:54 Arthur Zamarin
2023-09-16  3:03 Michał Górny
2023-09-12  5:50 Michał Górny
2023-08-21 16:44 Michał Górny
2023-08-19 16:07 Michał Górny
2023-08-19 16:02 Arthur Zamarin
2023-07-23  6:53 Michał Górny
2023-07-20 11:10 Michał Górny
2023-06-03 19:17 Michał Górny
2023-06-03 18:26 Arthur Zamarin
2023-05-28 18:43 Arthur Zamarin
2023-05-13 16:04 Michał Górny
2023-05-13 12:21 Arthur Zamarin
2023-05-04  8:06 Michał Górny
2023-04-26  5:36 Michał Górny
2023-04-25 23:17 Sam James
2023-04-16 18:56 Michał Górny
2023-04-16 17:44 Jakov Smolić
2023-03-25  6:39 Michał Górny
2023-03-17 17:18 Michał Górny
2023-03-17 16:03 Sam James
2023-03-17  5:32 Michał Górny
2023-03-12 13:27 Michał Górny
2023-03-08 17:02 Michał Górny
2023-02-16 14:13 Michał Górny
2023-02-16  6:10 Sam James
2023-02-14  4:57 Michał Górny
2023-01-31  7:09 Michał Górny
2023-01-29  7:13 Michał Górny
2023-01-24  7:04 Michał Górny
2023-01-12  6:14 Michał Górny
2023-01-04 14:15 Michał Górny
2022-12-25 17:33 Michał Górny
2022-12-20  8:07 Michał Górny
2022-12-16 11:32 Michał Górny
2022-11-25 20:36 Arthur Zamarin
2022-11-25 19:11 Sam James
2022-11-19  9:42 Michał Górny
2022-11-04  6:15 Michał Górny
2022-11-03 22:04 Sam James
2022-10-28  7:09 Michał Górny
2022-10-25  8:28 Michał Górny
2022-10-08 20:10 Michał Górny
2022-10-08 19:28 Sam James
2022-10-03 19:55 Michał Górny
2022-09-07  5:08 Michał Górny
2022-09-06 21:15 Sam James
2022-09-06 17:54 Arthur Zamarin
2022-08-19 17:18 Michał Górny
2022-08-19 16:54 Sam James
2022-08-04 17:55 Arthur Zamarin
2022-07-20  5:39 Michał Górny
2022-05-31  7:28 Michał Górny
2022-05-31  7:17 Jakov Smolić
2022-05-20  8:29 Michał Górny
2022-04-27  8:12 Michał Górny
2022-04-19 16:03 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-03-16 19:07 Arthur Zamarin
2022-02-27  8:55 Michał Górny
2022-02-23  8:12 Michał Górny
2022-02-14 21:37 Michał Górny
2022-02-09 19:45 Michał Górny
2022-02-04 10:27 Michał Górny
2022-02-04  9:03 Jakov Smolić
2022-02-04  7:28 Agostino Sarubbo
2022-02-01 10:06 Michał Górny
2022-01-27 19:48 Arthur Zamarin
2022-01-23 19:09 Arthur Zamarin
2022-01-14  8:08 Michał Górny
2022-01-11 18:03 Arthur Zamarin
2022-01-07 16:49 Arthur Zamarin
2022-01-01  0:05 Marek Szuba
2021-12-22  7:43 Michał Górny
2021-12-22  0:45 Sam James
2021-12-22  0:44 Sam James
2021-12-10 17:46 Michał Górny
2021-12-10 16:16 Sam James
2021-12-10 12:11 Jakov Smolić
2021-12-04  9:35 Arthur Zamarin
2021-12-03  8:03 Arthur Zamarin
2021-11-20 10:23 Arthur Zamarin
2021-11-19 15:18 Marek Szuba
2021-11-19 11:39 Arthur Zamarin
2021-11-19  9:03 Michał Górny
2021-11-18 22:28 Michał Górny
2021-11-16  7:49 Michał Górny
2021-11-09 10:23 Michał Górny
2021-11-05  5:40 Arthur Zamarin
2021-11-05  2:16 Sam James
2021-11-05  2:12 Sam James
2021-11-01  8:32 Michał Górny
2021-10-31  7:12 Michał Górny
2021-10-23  7:27 Michał Górny
2021-10-21 23:28 Sam James
2021-10-21 23:28 Sam James
2021-10-16  6:02 Michał Górny
2021-10-15 23:15 Sam James
2021-10-02  7:50 Michał Górny
2021-09-19 20:41 Michał Górny
2021-09-12  7:39 Michał Górny
2021-09-12  7:09 Agostino Sarubbo
2021-09-09  6:38 Michał Górny
2021-08-18 17:08 Michał Górny
2021-08-18 12:46 Agostino Sarubbo
2021-08-17 13:40 Marek Szuba
2021-08-07  6:33 Michał Górny
2021-08-05  8:25 Michał Górny
2021-07-24  4:09 Sam James
2021-07-24  4:09 Sam James
2021-07-12 21:59 Sam James
2021-07-10  7:34 Michał Górny
2021-07-09  7:26 Michał Górny
2021-07-09  6:26 Agostino Sarubbo
2021-06-25 12:10 Marek Szuba
2021-06-25 10:00 Marek Szuba
2021-06-25 10:00 Marek Szuba
2021-06-08 16:54 Sergei Trofimovich
2021-06-07 22:26 Michał Górny
2021-06-05  8:28 Michał Górny
2021-06-03 22:01 Michał Górny
2021-05-31  6:39 Michał Górny
2021-05-26  9:15 Marek Szuba
2021-05-26  6:49 Agostino Sarubbo
2021-05-25  5:13 Michał Górny
2021-05-22  7:58 Michał Górny
2021-05-22  7:58 Michał Górny
2021-05-13 19:11 Marek Szuba
2021-05-13 19:11 Marek Szuba
2021-04-22 16:51 Marek Szuba
2021-04-16 15:35 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=1645986736.b7a16d5ddd18f56f27631b542604a5484e09bd37.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