diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-19 13:17:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-19 13:17:48 +0000 |
| commit | ee80f94cbb1c4872654e77f92fee1107d37a2719 (patch) | |
| tree | e071049a7c72c5e13ec8ee87c2fc8cd01b24c94e /dev-python/qrcode | |
| parent | 4b84499909f58c42b3ab7d326a130710ecdc4a9a (diff) | |
| download | baldeagleos-repo-ee80f94cbb1c4872654e77f92fee1107d37a2719.tar.gz baldeagleos-repo-ee80f94cbb1c4872654e77f92fee1107d37a2719.tar.xz baldeagleos-repo-ee80f94cbb1c4872654e77f92fee1107d37a2719.zip | |
Adding metadata
Diffstat (limited to 'dev-python/qrcode')
| -rw-r--r-- | dev-python/qrcode/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/qrcode/qrcode-7.4.2.ebuild | 44 | ||||
| -rw-r--r-- | dev-python/qrcode/qrcode-8.0.ebuild | 2 |
3 files changed, 1 insertions, 46 deletions
diff --git a/dev-python/qrcode/Manifest b/dev-python/qrcode/Manifest index 837bbaed5b42..bdd161bc5c22 100644 --- a/dev-python/qrcode/Manifest +++ b/dev-python/qrcode/Manifest @@ -1,2 +1 @@ -DIST qrcode-7.4.2.tar.gz 535974 BLAKE2B 250290bfd31079d91133f669138d7172529e99c381836a74c853061c01666df09fb99c445d705d5f0c02a975810bfc4853c2ec616974849b1834b0ade3917c48 SHA512 a8642845990341034e39c43ef674f5b4ce8d3175a44d6062f711af2c24ffd45bda5f3ecf8a7825b7ebafe734b6396d52a37bb59177c544f921e43eaa9f1f5405 DIST qrcode-8.0.tar.gz 42743 BLAKE2B 16cea7b8030eeebd6d165a60193c2d682edc066d8f857d5e4ae19b1dbe653fce2dc4562822def07e3c7fd0721ae57208c2993165865918af67f8bdf357dfb556 SHA512 14d37ef4fe0fca3253c92f39db7948f9d804f600ee3bf9ba053baf4e01488f340cb4977b94a338f448dd4f9007f9f0cb7c5cf1db5405d98a9b38a809c8ed8650 diff --git a/dev-python/qrcode/qrcode-7.4.2.ebuild b/dev-python/qrcode/qrcode-7.4.2.ebuild deleted file mode 100644 index f6fbe685a7be..000000000000 --- a/dev-python/qrcode/qrcode-7.4.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="QR Code generator on top of PIL" -HOMEPAGE=" - https://github.com/lincolnloop/python-qrcode/ - https://pypi.org/project/qrcode/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~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=( - # sys.stdout is not properly mocked, see - # https://github.com/lincolnloop/python-qrcode/pull/364 - qrcode/tests/test_script.py::ScriptTest::test_factory - qrcode/tests/test_script.py::ScriptTest::test_pipe - # release process-specific tests, broken on py3.12 - qrcode/tests/test_release.py -) - -src_install() { - distutils-r1_src_install - doman doc/qr.1 -} diff --git a/dev-python/qrcode/qrcode-8.0.ebuild b/dev-python/qrcode/qrcode-8.0.ebuild index d41574e97c29..f14c199e0b65 100644 --- a/dev-python/qrcode/qrcode-8.0.ebuild +++ b/dev-python/qrcode/qrcode-8.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86" # optional deps: # - pillow and lxml for svg backend, set as hard deps |
