Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-lhafile/
Date: Sat, 27 Feb 2021 08:57:34
Message-Id: 1614416208.f9d915e799a3e52fac36798b1273a7bcb5235eab.chewi@gentoo
1 commit: f9d915e799a3e52fac36798b1273a7bcb5235eab
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 08:56:48 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 08:56:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d915e7
7
8 dev-python/python-lhafile: Bump to 0.3.0, add Python 3.9
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-python/python-lhafile/Manifest | 1 +
14 dev-python/python-lhafile/python-lhafile-0.3.0.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest
18 index b0d87060d42..9fa6583dfd6 100644
19 --- a/dev-python/python-lhafile/Manifest
20 +++ b/dev-python/python-lhafile/Manifest
21 @@ -1 +1,2 @@
22 DIST python-lhafile-0.2.2.tar.gz 266494 BLAKE2B 03f4f8e58e261b74c32d65c9ea4507d088c5463424c4c279a320553689607e8f4ff13bab0c2e6fc4c252f923a50cae12ce8e4b8c14cb5d8eec2fd8129fa41a97 SHA512 304de9a000b76fae243f0a175040e16515524ccec051cffefd20dcf6995a37e3d4d2e13016794166a661b235700f540f8cc0be60979ed13ad6308056a95f1b2f
23 +DIST python-lhafile-0.3.0.tar.gz 267965 BLAKE2B 1331f21059f84f5e517339ac26546d73bc9dc125578840bf24483c274b651d8f0e2494b1b7e140bede07412b5c44e499269ea23dd1180bb955b1044b06d82ee8 SHA512 bb4db2767a702d30f2e713e5f7890d619de312d609761ade2ff8f4e99ffede8e35a72cd116abf3b8ea29b0885ebe2c993dc37f44722c8e5fe346be93dfdbbf81
24
25 diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
26 new file mode 100644
27 index 00000000000..532279f61eb
28 --- /dev/null
29 +++ b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
30 @@ -0,0 +1,18 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7,8,9} )
37 +DISTUTILS_USE_SETUPTOOLS=bdepend
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="LHA archive support for Python"
42 +HOMEPAGE="https://fengestad.no/python-lhafile/"
43 +SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +
48 +# NOTE: The tests don't work, they're probably outdated.