diff --git a/dev-python/qrcode/Manifest b/dev-python/qrcode/Manifest new file mode 100644 index 000000000..1d5fd3ff7 --- /dev/null +++ b/dev-python/qrcode/Manifest @@ -0,0 +1 @@ +DIST qrcode-8.2.tar.gz 43317 BLAKE2B 09d65ac57908cfb55945d478f3a792c5bd25f1671cb7d2a869dc1462c9f8f1b2a5df32630c5ebfe2dfd19f1a6547fb5dbacfb2343b2f9baa164406a56aa71f5a SHA512 79a783d49872c13fb4ca71cfb9d4892f9d9c1c04035f2afe312ad1bf7c94d00994457749ed1924eb0ca67e3060e89404ffd908563f464137e5e0c78164d8af72 diff --git a/dev-python/qrcode/qrcode-8.2.ebuild b/dev-python/qrcode/qrcode-8.2.ebuild new file mode 100644 index 000000000..71d2d7750 --- /dev/null +++ b/dev-python/qrcode/qrcode-8.2.ebuild @@ -0,0 +1,22 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="poetry" +inherit distutils-r1 + +DESCRIPTION="QR Code image generator" +HOMEPAGE="https://github.com/lincolnloop/python-qrcode" +SRC_URI="https://files.pythonhosted.org/packages/8f/b2/7fc2931bfae0af02d5f53b174e9cf701adbb35f39d69c2af63d4a39f81a9/qrcode-8.2.tar.gz -> qrcode-8.2.tar.gz +" +DEPEND=">=dev-python/pillow-9.1.0[${PYTHON_USEDEP}] +" +RDEPEND=" +>=dev-python/pillow-9.1.0[${PYTHON_USEDEP}] +" +SLOT="0" +LICENSE="BSD" +KEYWORDS="*" +S="${WORKDIR}/qrcode-8.2"