From: Nick Bowler Date: Sat, 23 May 2020 19:43:19 +0000 (-0400) Subject: squashmirror: update PYTHON_COMPAT. X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/commitdiff_plain/111c5218c1cadadab8962b1bb9c8ffe1d88fca12 squashmirror: update PYTHON_COMPAT. --- diff --git a/app-portage/squashmirror/Manifest b/app-portage/squashmirror/Manifest index 9d95419..fcfe863 100644 --- a/app-portage/squashmirror/Manifest +++ b/app-portage/squashmirror/Manifest @@ -1,2 +1,2 @@ -DIST f419e6e863af2c87773b829fb5e8ef09797a620a.tar.xz 8340 BLAKE2B 0ea06fb2d8501e333f1ee9bf2bf388ac70b8f3a4229041fc4ef682ab7cf3d6d8c5dd590622ce50a5e3c713d1db9669b84a6ba6a576b7939b7abd058cc07ee1bd SHA512 c78322e0fc677d69d6308a845de955d9c1c167b89af1736277cc92bddc9073b0ea1c3eebc4d4260cee53a8b512cbdf53b8e4027f966336fff78e3e4a9e28539d -EBUILD squashmirror-20161005-r2.ebuild 670 BLAKE2B 7a4d584b0726534c0daf846b2d8fca82d51eca4f8a1953169b55fea0ea59bbe2bd6331f676b433c4c113bc5b0429d67009c85527d7c04e52b6e5739a1ebef3ba SHA512 15e316347e8347bd6dd9cf479a647172c5436977274f78bfc0c7b4d04b9dce82bc21b06923fff6c8f91903d7ff98e1619f8d72a1d9c8fbc31c9c8e0ae1ab7639 +DIST squashmirror-20161005.tar.xz 8340 BLAKE2B 0ea06fb2d8501e333f1ee9bf2bf388ac70b8f3a4229041fc4ef682ab7cf3d6d8c5dd590622ce50a5e3c713d1db9669b84a6ba6a576b7939b7abd058cc07ee1bd SHA512 c78322e0fc677d69d6308a845de955d9c1c167b89af1736277cc92bddc9073b0ea1c3eebc4d4260cee53a8b512cbdf53b8e4027f966336fff78e3e4a9e28539d +EBUILD squashmirror-20161005-r3.ebuild 732 BLAKE2B 2ba90418aec43fe8e89fbc3f8edf7173052272c3e3dcf3cad3f61d83797bc2b38de427f67a73ed2a0713583b1b5a2065a7a25cbf6d60d414ed224ecf96b586a5 SHA512 9a4d2585e8ce047c8472bbb1c54f9b479f2b07a7ddf27277952df7867c7a166eb1f0a13993274ce11dd07a339272ca4a997381bc1c828c38e6290b9114caaea4 diff --git a/app-portage/squashmirror/squashmirror-20161005-r2.ebuild b/app-portage/squashmirror/squashmirror-20161005-r3.ebuild similarity index 77% rename from app-portage/squashmirror/squashmirror-20161005-r2.ebuild rename to app-portage/squashmirror/squashmirror-20161005-r3.ebuild index 2d9aa2d..6adf4f9 100644 --- a/app-portage/squashmirror/squashmirror-20161005-r2.ebuild +++ b/app-portage/squashmirror/squashmirror-20161005-r3.ebuild @@ -1,20 +1,21 @@ -# Copyright © 2015-2018 Nick Bowler +# Copyright © 2015-2018,2020 Nick Bowler # License GPLv3+: GNU General Public License version 3 or later. # There is NO WARRANTY, to the extent permitted by law. -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 ) inherit distutils-r1 SHA1=f419e6e863af2c87773b829fb5e8ef09797a620a DESCRIPTION="Portage sync module to generate squashfs repository filesystems" -SRC_URI="http://git.draconx.ca/gitweb/squashmirror.git/snapshot/$SHA1.tar.xz" +SRC_URI="http://git.draconx.ca/gitweb/squashmirror.git/snapshot/$SHA1.tar.xz -> $P.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" +REQUIRED_USE=$PYTHON_REQUIRED_USE COMMON_DEPS=">=sys-apps/portage-2.2.21[$PYTHON_USEDEP]"