Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypng/
Date: Thu, 18 Aug 2022 10:17:14
Message-Id: 1660817796.b7b29e69e2127321d10e66ef2943369472c75fc0.mgorny@gentoo
1 commit: b7b29e69e2127321d10e66ef2943369472c75fc0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 10:16:36 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 10:16:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b29e69
7
8 dev-python/pypng: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypng/Manifest | 1 -
13 dev-python/pypng/pypng-0.0.21-r1.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/pypng/Manifest b/dev-python/pypng/Manifest
17 index 824b61ec3591..ef0e01cd5d5e 100644
18 --- a/dev-python/pypng/Manifest
19 +++ b/dev-python/pypng/Manifest
20 @@ -1,2 +1 @@
21 -DIST pypng-0.0.21.tar.gz 111899 BLAKE2B b4b8f17b76918f415c02edc09a597af643615f46839fb4464f3116e4cefb0a251227f344ff2c1c51efb87933faf647bfa6a7c4d89bc91c8389a3dc71479e878d SHA512 b8f5f9be05aafe59aeb69462b7ccc9e5c4df8eb157731d888773f0ef223dc1c45db83daa51347b45dc3c59be5141c3fc4e031004ac28927b786d7e254ffff4fa
22 DIST pypng-pypng-0.20220715.0.tar.bz2 103437 BLAKE2B 4079df64f54a2f7f38ac0515c6be7d1b1048d5662c4bee78d0d1cbc014b3a560c7458845b8be07d499644e112a5b92aac890d887c0165577daeded09ca69a69d SHA512 48e254be1631c626bea366bcac5d8123bda14378d27ee95b4b80ae172821a9b194f136be315ae3539a6d1ad3e712a795f5cc60938b55941e441c64ec40feccb0
23
24 diff --git a/dev-python/pypng/pypng-0.0.21-r1.ebuild b/dev-python/pypng/pypng-0.0.21-r1.ebuild
25 deleted file mode 100644
26 index fc4c27e1f789..000000000000
27 --- a/dev-python/pypng/pypng-0.0.21-r1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Pure Python PNG image encoder/decoder"
41 -HOMEPAGE="
42 - https://github.com/drj11/pypng/
43 - https://pypi.org/project/pypng/
44 -"
45 -SRC_URI="https://github.com/drj11/pypng/archive/${P}.tar.gz"
46 -S=${WORKDIR}/pypng-${P}
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="amd64 arm arm64 ~riscv x86"
51 -
52 -python_test() {
53 - "${EPYTHON}" code/test_png.py -v || die "Tests fail with ${EPYTHON}"
54 -}