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, 20 Apr 2019 23:24:48
Message-Id: 1555754460.be555249167cd6d8bd702a96bb6b5b1926c5f9fb.chewi@gentoo
1 commit: be555249167cd6d8bd702a96bb6b5b1926c5f9fb
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 10:01:00 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 10:01:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be555249
7
8 dev-python/python-lhafile: New package, used by fs-uae-launcher
9
10 Bug: https://bugs.gentoo.org/403913
11 Package-Manager: Portage-2.3.64, Repoman-2.3.12
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/python-lhafile/Manifest | 1 +
15 dev-python/python-lhafile/metadata.xml | 11 +++++++++++
16 dev-python/python-lhafile/python-lhafile-0.2.1.ebuild | 17 +++++++++++++++++
17 3 files changed, 29 insertions(+)
18
19 diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest
20 new file mode 100644
21 index 00000000000..2b5914561b0
22 --- /dev/null
23 +++ b/dev-python/python-lhafile/Manifest
24 @@ -0,0 +1 @@
25 +DIST python-lhafile-0.2.1.tar.gz 265756 BLAKE2B bbe595f8b1cf8cc3fd3474110ec46bf26784cd90ccc03aea6b769c16162c611bed30b414e85e5ce60f3fe564192b4d5601ccc541f6de8fdf109b40d73acca559 SHA512 6c31134372f3ab0a10167abad2f07f86cc2fba961a104a42317d19e08bfd068004ec7d920d97541b39718ba1d8170bc8651819757fe9b5734dba3c4dc60f9000
26
27 diff --git a/dev-python/python-lhafile/metadata.xml b/dev-python/python-lhafile/metadata.xml
28 new file mode 100644
29 index 00000000000..69ce0cdcd9c
30 --- /dev/null
31 +++ b/dev-python/python-lhafile/metadata.xml
32 @@ -0,0 +1,11 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>chewi@g.o</email>
38 + <name>James Le Cuirot</name>
39 + </maintainer>
40 + <upstream>
41 + <remote-id type="github">FrodeSolheim/python-lhafile</remote-id>
42 + </upstream>
43 +</pkgmetadata>
44
45 diff --git a/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild
46 new file mode 100644
47 index 00000000000..6e1104ebc36
48 --- /dev/null
49 +++ b/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild
50 @@ -0,0 +1,17 @@
51 +# Copyright 1999-2019 Gentoo Authors
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI=7
55 +
56 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
57 +
58 +inherit distutils-r1
59 +
60 +DESCRIPTION="LHA archive support for Python"
61 +HOMEPAGE="https://fengestad.no/python-lhafile/"
62 +SRC_URI="https://fengestad.no/python-lhafile/${P}.tar.gz"
63 +LICENSE="BSD"
64 +SLOT="0"
65 +KEYWORDS="~amd64"
66 +
67 +# NOTE: The tests don't work, they're probably outdated.