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/qrcode/
Date: Thu, 26 Aug 2021 08:24:38 +0000 (UTC)	[thread overview]
Message-ID: <1629965890.ac26a6b3842cb84aa2ac95abcaf9d7acc9481adb.mgorny@gentoo> (raw)

commit:     ac26a6b3842cb84aa2ac95abcaf9d7acc9481adb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 08:18:10 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 08:18:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac26a6b3

dev-python/qrcode: Remove old

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

 dev-python/qrcode/Manifest          |  3 ---
 dev-python/qrcode/qrcode-6.1.ebuild | 29 -----------------------------
 dev-python/qrcode/qrcode-7.0.ebuild | 28 ----------------------------
 dev-python/qrcode/qrcode-7.1.ebuild | 28 ----------------------------
 4 files changed, 88 deletions(-)

diff --git a/dev-python/qrcode/Manifest b/dev-python/qrcode/Manifest
index 3eb299756dd..87698fe623a 100644
--- a/dev-python/qrcode/Manifest
+++ b/dev-python/qrcode/Manifest
@@ -1,5 +1,2 @@
-DIST qrcode-6.1.tar.gz 29363 BLAKE2B 5f31035b6c548c710d0d8198428612fc52417be7af5b5f412a42d264cb6a3ba96de65651049390107cc77e886df2b139942266aba579896f05692177b394ea11 SHA512 4831553932442f5535cba15d5958a656b399112f0f379c28ad9b610c33d88ec6d0613dc7047a2315606e49f027bfd13a15a332ce86b80040d56e1114a0f62251
-DIST qrcode-7.0.tar.gz 34548 BLAKE2B 0a5f06b73f55ecc713aa34249acf5d58f71b29c90e5433411a9208124931bfcf101f016a6f1fbcbab0eddd3ffdef763cdc92fdf09565addaa86120a80d4d0c1f SHA512 2b96528582c1d80ba1bd27b5bb769d52e238bf5a3eda2fa23c4bef90778fa2d478c50a8f2b581d5b83373d778f346c410ae3475250029b878ff527edeae0f323
-DIST qrcode-7.1.tar.gz 36068 BLAKE2B 93f09da56b6e0cf6875250e46ec6b3cd5fc631c5775093317fcfbca72990ce8e4c2d50336e0a1dd67cbd69b787652de7c75d5108430871e0dfdd3cf17e9a1eec SHA512 838496be964ace361cd1b28b3203afafc2f262d1e929fcdcf54e0a632bd85518cd60b2955ed22c003c27cbe5527f89a9298ff912f6b02a75b14f9e5410fbaba6
 DIST qrcode-7.2.tar.gz 43032 BLAKE2B dc1ff428dd86485d2e2fe08b0efb367eb925551fbc31b4ab4f7f22a132ccc3fa0f7625a1e54f16df57f69fce3753883be0e46de6df84b13170d82d10c268866e SHA512 2ce72b2f6893168b96e1f6dae03b3250b8a0654afc9c0194075493d8ed93616acec7b61b9b95573f92c853cf227fff467edae7255aed10a9f7730e9ec5215133
 DIST qrcode-7.3.tar.gz 43352 BLAKE2B 4520ffcf2c4b144c20d00d06947c65ac9d8eb283ab9e298d9fe1de023aa32e47e3c6d4d9144f928a12607b28415f40d666b68b920d81e18524c95813768ee2d7 SHA512 e4d06ace4e8146e294b10b1397e649cc56405ddac35dae499bf897e4a7eb37b15dee3f72e6a7bac98dd0f238ac71d1e0bab5ada6cd180b1e5e8df9c6cb23f073

diff --git a/dev-python/qrcode/qrcode-6.1.ebuild b/dev-python/qrcode/qrcode-6.1.ebuild
deleted file mode 100644
index 10ba0fbeafa..00000000000
--- a/dev-python/qrcode/qrcode-6.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="QR Code generator on top of PIL"
-HOMEPAGE="https://pypi.org/project/qrcode/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-# optional deps:
-# - pillow and lxml for svg backend, set as hard deps
-RDEPEND="
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-src_install() {
-	distutils-r1_src_install
-	doman doc/qr.1
-}

diff --git a/dev-python/qrcode/qrcode-7.0.ebuild b/dev-python/qrcode/qrcode-7.0.ebuild
deleted file mode 100644
index 0185db07873..00000000000
--- a/dev-python/qrcode/qrcode-7.0.ebuild
+++ /dev/null
@@ -1,28 +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} )
-inherit distutils-r1
-
-DESCRIPTION="QR Code generator on top of PIL"
-HOMEPAGE="https://pypi.org/project/qrcode/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-# optional deps:
-# - pillow and lxml for svg backend, set as hard deps
-RDEPEND="
-	dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-src_install() {
-	distutils-r1_src_install
-	doman doc/qr.1
-}

diff --git a/dev-python/qrcode/qrcode-7.1.ebuild b/dev-python/qrcode/qrcode-7.1.ebuild
deleted file mode 100644
index e9930ae51fc..00000000000
--- a/dev-python/qrcode/qrcode-7.1.ebuild
+++ /dev/null
@@ -1,28 +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} )
-inherit distutils-r1
-
-DESCRIPTION="QR Code generator on top of PIL"
-HOMEPAGE="https://pypi.org/project/qrcode/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-# optional deps:
-# - pillow and lxml for svg backend, set as hard deps
-RDEPEND="
-	dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-src_install() {
-	distutils-r1_src_install
-	doman doc/qr.1
-}


             reply	other threads:[~2021-08-26  8:24 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26  8:24 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-14 20:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/qrcode/ Arthur Zamarin
2025-05-02  4:21 Michał Górny
2025-04-19 14:56 Michał Górny
2025-04-19 13:20 Michał Górny
2025-04-03  7:59 Michał Górny
2025-02-28 13:18 Michał Górny
2024-10-19  9:52 Michał Górny
2024-10-19  9:13 Arthur Zamarin
2024-10-02 11:22 Michał Górny
2024-06-10 11:50 Petr Vaněk
2024-06-10 11:50 Petr Vaněk
2023-11-10 14:38 Michał Górny
2023-07-27  5:25 WANG Xuerui
2023-05-26 17:11 Michał Górny
2023-03-03 17:50 Michał Górny
2023-03-03 17:50 Michał Górny
2023-03-03 17:40 Arthur Zamarin
2023-02-06  4:31 Michał Górny
2023-02-03  7:19 Michał Górny
2023-02-01  4:57 Michał Górny
2023-02-01  4:57 Michał Górny
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:42 Arthur Zamarin
2022-05-19 15:23 Michał Górny
2022-05-19 15:23 Michał Górny
2021-11-05  5:40 Arthur Zamarin
2021-11-05  2:12 Sam James
2021-10-02  7:50 Michał Górny
2021-09-25 22:14 Michał Górny
2021-09-25 19:56 Sam James
2021-08-26  4:41 Agostino Sarubbo
2021-08-25 17:29 Michał Górny
2021-08-19 22:13 Michał Górny
2021-08-03 15:36 Agostino Sarubbo
2021-08-01 23:49 Sam James
2021-07-20  9:08 Michał Górny
2021-07-02  5:41 Michał Górny
2021-06-30  6:01 Michał Górny
2021-06-05 18:10 Michał Górny
2020-06-19 19:49 Michał Górny
2020-03-06 12:32 Agostino Sarubbo
2020-03-06  3:27 Michał Górny
2020-02-05 21:21 Michał Górny
2019-12-03 16:08 Aaron Bauman
2019-11-24 19:31 Michał Górny
2019-11-24 19:31 Michał Górny
2019-07-30  8:08 Michał Górny
2019-04-27 23:34 Anthony G. Basile
2019-03-17  0:10 Anthony G. Basile
2015-12-03 10:21 Justin Lecher
2015-11-11 10:12 Justin Lecher

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=1629965890.ac26a6b3842cb84aa2ac95abcaf9d7acc9481adb.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