From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/qrcode/Manifest | 2 +- dev-python/qrcode/qrcode-7.3.1-r1.ebuild | 39 ++++++++++++++++++++++++++++++++ dev-python/qrcode/qrcode-7.3.1.ebuild | 28 ----------------------- 3 files changed, 40 insertions(+), 29 deletions(-) create mode 100644 dev-python/qrcode/qrcode-7.3.1-r1.ebuild delete mode 100644 dev-python/qrcode/qrcode-7.3.1.ebuild (limited to 'dev-python/qrcode') diff --git a/dev-python/qrcode/Manifest b/dev-python/qrcode/Manifest index 7d97e86a45f0..3e71500f9777 100644 --- a/dev-python/qrcode/Manifest +++ b/dev-python/qrcode/Manifest @@ -1,3 +1,3 @@ DIST qrcode-7.3.1.tar.gz 43495 BLAKE2B 9986ee77752625e127008038c6c044b5adeb3bd526c27a55b23915190c3c9069adf1c6df1ce5f76cd0255f45319ecb66ebf226932666ea6c89872a46e13c1cd9 SHA512 9e0e508418164926a074d8c6d85419b39a36c01ac6d92415a15ce43d4aea79fa2a8d0167982f832970d2a68ec18d2b729f09e15d80b4f4c33b992999527d39f9 -EBUILD qrcode-7.3.1.ebuild 623 BLAKE2B 80bcddfaf6fc1d7160261dbbf78f6797a60bf69906704b5e1f2a52f46b154831e1aa717e80a4d46a117fdbc77eba1c91bf36c62fa3e313917102647dcd719f25 SHA512 fcc928ffa520678bf9dc85e4d98922234269cfb9353800129bd71d905b349a28c9068d08ab79c0cc66deda15ab067324e9692f921d73239b059645acf624b5cb +EBUILD qrcode-7.3.1-r1.ebuild 790 BLAKE2B cee88bcffce05cc4e9f84051e7c2dd04c9f81cfca454a84801884e44351859111a8d74886034bd09a4193a4c567922154461cdef52f78ca0ee1a89f0beb97223 SHA512 2b75bf00552c9359a07c5ed6dcef834eee1d6744d7975f9462f1647a08711128a74a0b3279fe26b5728656a9c9f2a490ac20e0004ef2e8bfb54c32e80d0e1a3d MISC metadata.xml 334 BLAKE2B 2b24f6601d29305978e939bc72895aadd12d9343f6178c454f807b17e8e90fb645df6d16e098c6b36343a4ab45d776fe1e274a188f6383904784bdc5271a921c SHA512 b6d35afd78cc9abb2f0b5e75b3267cb8b6d8cd9230fad7c808bc64d31d480f640d4a8f94aaa696c46d2f230b6e645a02f157d72f22456f62902012d7a820bf71 diff --git a/dev-python/qrcode/qrcode-7.3.1-r1.ebuild b/dev-python/qrcode/qrcode-7.3.1-r1.ebuild new file mode 100644 index 000000000000..f2aaaf82c36b --- /dev/null +++ b/dev-python/qrcode/qrcode-7.3.1-r1.ebuild @@ -0,0 +1,39 @@ +# 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..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[${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 +} diff --git a/dev-python/qrcode/qrcode-7.3.1.ebuild b/dev-python/qrcode/qrcode-7.3.1.ebuild deleted file mode 100644 index 029bcc724333..000000000000 --- a/dev-python/qrcode/qrcode-7.3.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 ~riscv 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 -} -- cgit v1.2.3