From a6611f9bc959724ec73dbaa6f1c608698c387a8c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 10 Nov 2023 16:37:59 +0000 Subject: gentoo auto-resync : 10:11:2023 - 16:37:59 --- dev-python/segno/Manifest | 3 +++ dev-python/segno/metadata.xml | 12 ++++++++++++ dev-python/segno/segno-1.5.3.ebuild | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 dev-python/segno/Manifest create mode 100644 dev-python/segno/metadata.xml create mode 100644 dev-python/segno/segno-1.5.3.ebuild (limited to 'dev-python/segno') diff --git a/dev-python/segno/Manifest b/dev-python/segno/Manifest new file mode 100644 index 000000000000..85e4e63fed03 --- /dev/null +++ b/dev-python/segno/Manifest @@ -0,0 +1,3 @@ +DIST segno-1.5.3.gh.tar.gz 1632842 BLAKE2B 208c21db625bb7f3ace67e05b82988cc1e93e34147fa1cb8f070bad8312924aad8e62089ff6738995a3c725ee3d00bb56478896ab1b94067ce1c4bc58970982a SHA512 bdb933a7f4bac1189533199ac84cb729a3592474644deb0c28007c846d200bb08164052d83fbd6a1a82212401987ab393bfdd294f81360a4a8a0c88182a7623f +EBUILD segno-1.5.3.ebuild 634 BLAKE2B 19925ee2e97ad69445341cb90c1c4ff94b76d40a91997bf088fbf47ab6f1f7e9783b1f71754cf6e05f49f9bc9cdc10d21970947dcf2163fa437f24170b56f007 SHA512 a06a470494fbc274863f095b074580d11d314071b99bbb9072ad126a417a88a8c1590eec0529582f0bb936686be7b601a8a2e71d85c9793e6f326f903b1fa8c0 +MISC metadata.xml 362 BLAKE2B 0a6cc91d244bb5f75f45fa18ec964682235cad33c7dd71546dc4a16d4d127b1256972f972c7e59c2a49156386ee7c5af37b43553cc84e6c51a96246f3df04656 SHA512 3b258cb23e1dd609dc485e7d8b06b2c74c42862502aa6cb89f8a6b68d38b42e5358c8b2870b010aa4fef06dc2fc0c1396c2938603361c7d44ae213738632f21c diff --git a/dev-python/segno/metadata.xml b/dev-python/segno/metadata.xml new file mode 100644 index 000000000000..8db4dc82124b --- /dev/null +++ b/dev-python/segno/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + heuer/segno + segno + + diff --git a/dev-python/segno/segno-1.5.3.ebuild b/dev-python/segno/segno-1.5.3.ebuild new file mode 100644 index 000000000000..3481fe1dd4a3 --- /dev/null +++ b/dev-python/segno/segno-1.5.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Python QR Code and Micro QR Code encoder" +HOMEPAGE=" + https://pypi.org/project/segno/ + https://github.com/heuer/segno/ +" +SRC_URI=" + https://github.com/heuer/segno/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + test? ( + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pypng[${PYTHON_USEDEP}] + dev-python/pyzbar[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest -- cgit v1.2.3