summaryrefslogtreecommitdiff
path: root/dev-python/python-lhafile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/python-lhafile
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/python-lhafile')
-rw-r--r--dev-python/python-lhafile/Manifest4
-rw-r--r--dev-python/python-lhafile/python-lhafile-0.2.2.ebuild (renamed from dev-python/python-lhafile/python-lhafile-0.2.1.ebuild)4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest
index 914e35de4848..d6c56dff3b56 100644
--- a/dev-python/python-lhafile/Manifest
+++ b/dev-python/python-lhafile/Manifest
@@ -1,3 +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
+DIST python-lhafile-0.2.2.tar.gz 266494 BLAKE2B 03f4f8e58e261b74c32d65c9ea4507d088c5463424c4c279a320553689607e8f4ff13bab0c2e6fc4c252f923a50cae12ce8e4b8c14cb5d8eec2fd8129fa41a97 SHA512 304de9a000b76fae243f0a175040e16515524ccec051cffefd20dcf6995a37e3d4d2e13016794166a661b235700f540f8cc0be60979ed13ad6308056a95f1b2f
+EBUILD python-lhafile-0.2.2.ebuild 447 BLAKE2B 0a48924a6c65f8a4fccde94bbaf2e1fd5f0be3d271ae92f48d9b22144a57996db6bbda4b392bb111043cee4a2a7ac8c4941182c09092c94508b5bcba62ba15fb SHA512 3eb79ae26f65a2e1135916e45f0d6d89e5e42c2a14421f8559acac24520e8b521c0d82c6aaf06e9469be40fd235ca38d7db7018c978106d6c5be2650e9999fb0
MISC metadata.xml 339 BLAKE2B b9bf4602de40066fe97bbb0941842bf7b665183861cfe90bcbb8dad6a5e98321ec2adb6c5f7a0da3a51150df75534e71593e27ec1cb9476d150404aeacf7cabe SHA512 9638c1d17829de6fbd03e82977f1a7960dfdc7693e907baa0d71e09e4ba866dd2dca84385ff486b54a7a37f038e1ca38a9a5bd6688d4b0fd88a62117005c6d50
diff --git a/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild
index 6e1104ebc363..61c3f0895e46 100644
--- a/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild
+++ b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild
@@ -3,13 +3,13 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( 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"
+SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"