From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- dev-python/python-lhafile/Manifest | 4 ++-- dev-python/python-lhafile/python-lhafile-0.2.1.ebuild | 17 ----------------- dev-python/python-lhafile/python-lhafile-0.2.2.ebuild | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 dev-python/python-lhafile/python-lhafile-0.2.1.ebuild create mode 100644 dev-python/python-lhafile/python-lhafile-0.2.2.ebuild (limited to 'dev-python/python-lhafile') 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.1.ebuild deleted file mode 100644 index 6e1104ebc363..000000000000 --- a/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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. diff --git a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild new file mode 100644 index 000000000000..61c3f0895e46 --- /dev/null +++ b/dev-python/python-lhafile/python-lhafile-0.2.2.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=( python3_{5,6,7} ) + +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. -- cgit v1.2.3