From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A459158041 for ; Mon, 26 Feb 2024 14:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18EF62BC015; Mon, 26 Feb 2024 14:25:37 +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 pigeon.gentoo.org (Postfix) with ESMTPS id EFF3D2BC015 for ; Mon, 26 Feb 2024 14:25:36 +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 11B1A33BEF1 for ; Mon, 26 Feb 2024 14:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC4E14E3 for ; Mon, 26 Feb 2024 14:25:33 +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: <1708956765.c0beb01a0514f395f979d6f6cd597307d116dba2.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.0.ebuild X-VCS-Directories: dev-python/segno/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c0beb01a0514f395f979d6f6cd597307d116dba2 X-VCS-Branch: master Date: Mon, 26 Feb 2024 14:25:33 +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: 9847aaea-2454-49dc-8704-df56e83fca3c X-Archives-Hash: f341d0be6d98480bf045c2c827160bd2 commit: c0beb01a0514f395f979d6f6cd597307d116dba2 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 26 14:12:45 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 26 14:12:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0beb01a dev-python/segno: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/segno/Manifest | 1 - dev-python/segno/segno-1.6.0.ebuild | 38 ------------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-python/segno/Manifest b/dev-python/segno/Manifest index 32096f7cfbc5..03a8570b9a03 100644 --- a/dev-python/segno/Manifest +++ b/dev-python/segno/Manifest @@ -1,2 +1 @@ -DIST segno-1.6.0.gh.tar.gz 1631834 BLAKE2B c3dec021360fefbf55c90278a2eb8e4f26beda3b0297afabe662d5a8f2dede931f6caec6b7d514d610ce5fcfe2f8053862c88e360dbe88db4829e0efc3ef8342 SHA512 15e9f97caf202e03ef8399da96137774f4a0d6bb4ef0727eb026ff3d628665d8058cb2cc5562d1c63ad1b5613fcfdfc83e79991e896ee9b73304c3b22319707e DIST segno-1.6.1.gh.tar.gz 1631683 BLAKE2B 3e656660c97e190d9a9576347728d9934166b84c09974309ba422ddfcd5edc2b2d99fac53f4c87d94ff21b39a88a73753583a7f98edee1acbc323e734eddbf6a SHA512 266f64cee466105851bb567254e87d45f557d00ded0bb089edeafb68a71dbf686a72217ef471a3f82e68566103599180c7391d1effad65c73a1ea3355f59d72b diff --git a/dev-python/segno/segno-1.6.0.ebuild b/dev-python/segno/segno-1.6.0.ebuild deleted file mode 100644 index 736d4d872b2e..000000000000 --- a/dev-python/segno/segno-1.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 ~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 -)