summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-30 19:32:28 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-30 19:34:39 +0100
commit0662f3010415f610242e89ac903f40d2ca2582f1 (patch)
treedf18ccac6faa5bb53e8782843366a0aef25cfe86
parentdev-python/scikit-build-core: Remove old (diff)
downloadgentoo-0662f3010415f610242e89ac903f40d2ca2582f1.tar.gz
gentoo-0662f3010415f610242e89ac903f40d2ca2582f1.tar.bz2
gentoo-0662f3010415f610242e89ac903f40d2ca2582f1.zip
dev-python/segno: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/segno/Manifest1
-rw-r--r--dev-python/segno/segno-1.5.3.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/segno/Manifest b/dev-python/segno/Manifest
index 13124bb1e399..4fa7ac27ff32 100644
--- a/dev-python/segno/Manifest
+++ b/dev-python/segno/Manifest
@@ -1,2 +1 @@
-DIST segno-1.5.3.gh.tar.gz 1632842 BLAKE2B 208c21db625bb7f3ace67e05b82988cc1e93e34147fa1cb8f070bad8312924aad8e62089ff6738995a3c725ee3d00bb56478896ab1b94067ce1c4bc58970982a SHA512 bdb933a7f4bac1189533199ac84cb729a3592474644deb0c28007c846d200bb08164052d83fbd6a1a82212401987ab393bfdd294f81360a4a8a0c88182a7623f
DIST segno-1.6.0.gh.tar.gz 1631834 BLAKE2B c3dec021360fefbf55c90278a2eb8e4f26beda3b0297afabe662d5a8f2dede931f6caec6b7d514d610ce5fcfe2f8053862c88e360dbe88db4829e0efc3ef8342 SHA512 15e9f97caf202e03ef8399da96137774f4a0d6bb4ef0727eb026ff3d628665d8058cb2cc5562d1c63ad1b5613fcfdfc83e79991e896ee9b73304c3b22319707e
diff --git a/dev-python/segno/segno-1.5.3.ebuild b/dev-python/segno/segno-1.5.3.ebuild
deleted file mode 100644
index 223259c7ec41..000000000000
--- a/dev-python/segno/segno-1.5.3.ebuild
+++ /dev/null
@@ -1,33 +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