From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C4941584F2 for ; Wed, 12 Mar 2025 08:15:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EB350343010 for ; Wed, 12 Mar 2025 08:15:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 448A21103CE; Wed, 12 Mar 2025 08:15:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 381121103CE for ; Wed, 12 Mar 2025 08:15:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4EA1343009 for ; Wed, 12 Mar 2025 08:15:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CFEF28E8 for ; Wed, 12 Mar 2025 08:15:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1741767299.1698cd2a24e219dd87788ce31ef9ea90fd243b9c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/segno/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/segno/Manifest dev-python/segno/segno-1.6.5.ebuild X-VCS-Directories: dev-python/segno/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1698cd2a24e219dd87788ce31ef9ea90fd243b9c X-VCS-Branch: master Date: Wed, 12 Mar 2025 08:15:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c0330c7-cfd0-4fd1-bb1e-48c16ca5b307 X-Archives-Hash: aefbf40d7528a292d802948998b0cfc0 commit: 1698cd2a24e219dd87788ce31ef9ea90fd243b9c Author: Michał Górny gentoo org> AuthorDate: Wed Mar 12 07:43:07 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 12 08:14:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1698cd2a dev-python/segno: Bump to 1.6.5 Signed-off-by: Michał Górny gentoo.org> dev-python/segno/Manifest | 1 + dev-python/segno/segno-1.6.5.ebuild | 41 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-python/segno/Manifest b/dev-python/segno/Manifest index 03a8570b9a03..a847cbb2a91b 100644 --- a/dev-python/segno/Manifest +++ b/dev-python/segno/Manifest @@ -1 +1,2 @@ DIST segno-1.6.1.gh.tar.gz 1631683 BLAKE2B 3e656660c97e190d9a9576347728d9934166b84c09974309ba422ddfcd5edc2b2d99fac53f4c87d94ff21b39a88a73753583a7f98edee1acbc323e734eddbf6a SHA512 266f64cee466105851bb567254e87d45f557d00ded0bb089edeafb68a71dbf686a72217ef471a3f82e68566103599180c7391d1effad65c73a1ea3355f59d72b +DIST segno-1.6.5.tar.gz 1628535 BLAKE2B 4106cc1032969520c18e3e9df355b6af9b4509288f172866f285b137422ceddc8ddc0f630990e6a670259c76fbae4bdcf31e32459ec28df96ce947ea2693f3bc SHA512 14d1a78d9f7a8ad2b33258b7d427849dd1f1d8f57731be489a6dd06294c64a1c60dfad49d81203d5a189f028c9ca14c5f0175be82be5bd97939747184d7c28d2 diff --git a/dev-python/segno/segno-1.6.5.ebuild b/dev-python/segno/segno-1.6.5.ebuild new file mode 100644 index 000000000000..76971bad74e0 --- /dev/null +++ b/dev-python/segno/segno-1.6.5.ebuild @@ -0,0 +1,41 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python QR Code and Micro QR Code encoder" +HOMEPAGE=" + https://pypi.org/project/segno/ + https://github.com/heuer/segno/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +BDEPEND=" + test? ( + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pypng[${PYTHON_USEDEP}] + dev-python/pyzbar[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # requires qrcode-artistic + tests/test_plugin.py::test_plugin +) + +src_prepare() { + distutils-r1_src_prepare + + # https://github.com/heuer/segno/pull/147 + mv data/{usr/share,share} || die +}