summaryrefslogtreecommitdiff
path: root/dev-python/python-lhafile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/python-lhafile
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/python-lhafile')
-rw-r--r--dev-python/python-lhafile/Manifest3
-rw-r--r--dev-python/python-lhafile/metadata.xml11
-rw-r--r--dev-python/python-lhafile/python-lhafile-0.2.1.ebuild17
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest
new file mode 100644
index 000000000000..914e35de4848
--- /dev/null
+++ b/dev-python/python-lhafile/Manifest
@@ -0,0 +1,3 @@
+DIST python-lhafile-0.2.1.tar.gz 265756 BLAKE2B bbe595f8b1cf8cc3fd3474110ec46bf26784cd90ccc03aea6b769c16162c611bed30b414e85e5ce60f3fe564192b4d5601ccc541f6de8fdf109b40d73acca559 SHA512 6c31134372f3ab0a10167abad2f07f86cc2fba961a104a42317d19e08bfd068004ec7d920d97541b39718ba1d8170bc8651819757fe9b5734dba3c4dc60f9000
+EBUILD python-lhafile-0.2.1.ebuild 430 BLAKE2B b716394c22ae61450a6e75e2e05e6c9543627b788bd84dec0e250ad2c0c95b58139a15b770f8c51f1fd089b4fe9d6b84cf2804133f50f1d00ca7bef83a812a60 SHA512 a4144676e64f2aec65ced5591a491364f3d710a4ec3f402f906e3125a6ef0abf5409d49661d88f616ba597231e58d3284c381817e4eaf22da901ebcd0d801c8c
+MISC metadata.xml 339 BLAKE2B b9bf4602de40066fe97bbb0941842bf7b665183861cfe90bcbb8dad6a5e98321ec2adb6c5f7a0da3a51150df75534e71593e27ec1cb9476d150404aeacf7cabe SHA512 9638c1d17829de6fbd03e82977f1a7960dfdc7693e907baa0d71e09e4ba866dd2dca84385ff486b54a7a37f038e1ca38a9a5bd6688d4b0fd88a62117005c6d50
diff --git a/dev-python/python-lhafile/metadata.xml b/dev-python/python-lhafile/metadata.xml
new file mode 100644
index 000000000000..69ce0cdcd9cb
--- /dev/null
+++ b/dev-python/python-lhafile/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chewi@gentoo.org</email>
+ <name>James Le Cuirot</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">FrodeSolheim/python-lhafile</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild
new file mode 100644
index 000000000000..6e1104ebc363
--- /dev/null
+++ b/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="LHA archive support for Python"
+HOMEPAGE="https://fengestad.no/python-lhafile/"
+SRC_URI="https://fengestad.no/python-lhafile/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# NOTE: The tests don't work, they're probably outdated.