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: Wed, 1 Feb 2023 04:57:15 +0000 (UTC) [thread overview]
Message-ID: <1675227424.d7b55aab2635bdd9e6903e5d6843c8b1053f2740.mgorny@gentoo> (raw)
commit: d7b55aab2635bdd9e6903e5d6843c8b1053f2740
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 04:25:11 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 04:57:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b55aab
dev-python/qrcode: Bump to 7.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/qrcode/Manifest | 1 +
dev-python/qrcode/qrcode-7.4.ebuild | 41 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/qrcode/Manifest b/dev-python/qrcode/Manifest
index 33f6d84d96dc..ce4a91817c19 100644
--- a/dev-python/qrcode/Manifest
+++ b/dev-python/qrcode/Manifest
@@ -1 +1,2 @@
DIST qrcode-7.3.1.tar.gz 43495 BLAKE2B 9986ee77752625e127008038c6c044b5adeb3bd526c27a55b23915190c3c9069adf1c6df1ce5f76cd0255f45319ecb66ebf226932666ea6c89872a46e13c1cd9 SHA512 9e0e508418164926a074d8c6d85419b39a36c01ac6d92415a15ce43d4aea79fa2a8d0167982f832970d2a68ec18d2b729f09e15d80b4f4c33b992999527d39f9
+DIST qrcode-7.4.tar.gz 535636 BLAKE2B 93434750d127eacd21ef44490407ad0ab4b1bc292681713b1ed11782b84e86e58548bee27b6e001c2235a1fb8af8a7166db8ebbbf468281ca312b31288e8dfdf SHA512 33be094ddb0a280704e49e2e06c37100bee282b9cf2d0727ccdf07557ad793f4b71ef250cd3eca0166fd9870aa76c936d8426c6a964d241879a67dd9a5765be6
diff --git a/dev-python/qrcode/qrcode-7.4.ebuild b/dev-python/qrcode/qrcode-7.4.ebuild
new file mode 100644
index 000000000000..03f7ce68a631
--- /dev/null
+++ b/dev-python/qrcode/qrcode-7.4.ebuild
@@ -0,0 +1,41 @@
+# 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
+
+DESCRIPTION="QR Code generator on top of PIL"
+HOMEPAGE="
+ https://github.com/lincolnloop/python-qrcode/
+ https://pypi.org/project/qrcode/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+# optional deps:
+# - pillow and lxml for svg backend, set as hard deps
+RDEPEND="
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
+ dev-python/pypng[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # TODO
+ qrcode/tests/test_script.py::ScriptTest::test_factory
+)
+
+src_install() {
+ distutils-r1_src_install
+ doman doc/qr.1
+}
next reply other threads:[~2023-02-01 4:57 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-01 4:57 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 13:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/qrcode/ 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
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 8:24 Michał Górny
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=1675227424.d7b55aab2635bdd9e6903e5d6843c8b1053f2740.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