diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-27 13:50:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-27 13:50:33 +0000 |
| commit | 0d5be85c6df12853ac7b83a6522dd15ac7a4807f (patch) | |
| tree | 5555fdd61264375f30dc3630afe4c17010bb1813 /dev-python/python-lhafile | |
| parent | 313e3a00c475e21b8ab0a562acafb868dff531dd (diff) | |
| download | baldeagleos-repo-0d5be85c6df12853ac7b83a6522dd15ac7a4807f.tar.gz baldeagleos-repo-0d5be85c6df12853ac7b83a6522dd15ac7a4807f.tar.xz baldeagleos-repo-0d5be85c6df12853ac7b83a6522dd15ac7a4807f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-lhafile')
| -rw-r--r-- | dev-python/python-lhafile/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-lhafile/python-lhafile-0.3.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest index b0d87060d42a..9fa6583dfd67 100644 --- a/dev-python/python-lhafile/Manifest +++ b/dev-python/python-lhafile/Manifest @@ -1 +1,2 @@ DIST python-lhafile-0.2.2.tar.gz 266494 BLAKE2B 03f4f8e58e261b74c32d65c9ea4507d088c5463424c4c279a320553689607e8f4ff13bab0c2e6fc4c252f923a50cae12ce8e4b8c14cb5d8eec2fd8129fa41a97 SHA512 304de9a000b76fae243f0a175040e16515524ccec051cffefd20dcf6995a37e3d4d2e13016794166a661b235700f540f8cc0be60979ed13ad6308056a95f1b2f +DIST python-lhafile-0.3.0.tar.gz 267965 BLAKE2B 1331f21059f84f5e517339ac26546d73bc9dc125578840bf24483c274b651d8f0e2494b1b7e140bede07412b5c44e499269ea23dd1180bb955b1044b06d82ee8 SHA512 bb4db2767a702d30f2e713e5f7890d619de312d609761ade2ff8f4e99ffede8e35a72cd116abf3b8ea29b0885ebe2c993dc37f44722c8e5fe346be93dfdbbf81 diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild new file mode 100644 index 000000000000..bdcdb2e1207c --- /dev/null +++ b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="LHA archive support for Python" +HOMEPAGE="https://fengestad.no/python-lhafile/" +SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +# NOTE: The tests don't work, they're probably outdated. |
