commit:     9bf632c1f12444f174541184933fcecd45d4fb8f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 06:24:29 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 11:13:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf632c1

app-portage/gpyutils: Bump to 0.6.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gpyutils/Manifest                               |  1 +
 .../{gpyutils-9999.ebuild => gpyutils-0.6.1.ebuild}         | 13 +++++++------
 app-portage/gpyutils/gpyutils-9999.ebuild                   |  4 ++--
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 7e161924377..e0ba6cbb817 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,4 @@
 DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
 DIST gpyutils-0.5.1.tar.gz 23480 BLAKE2B 
90e7a0f54526ede6a3c0342558cbbc379a8e8453aca1bc79751c12e292322d3cd3da8dad69f8a6aed7704bf043fe9e2324b567b3b6f7eff49c0e7a3e2bb2ea31
 SHA512 
5be4e4e03a5fef746eaf9bfed70f58801ed0dcec34cfdeef8d0936b92690b9519802fa3cdc3ca446ba688c4ff1604b5819d14b723c7ed2e6dd8f5b39ee76996f
+DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.6.tar.gz 23862 BLAKE2B 
6992aa6260dcb495bb6d1ec3615d9acbb60d79bdaa50f2ba29da0ee1ed9f0931726a2e71cce296eb05d37715b94386352137e86072a7ced789c53dd1dc9e9a2c
 SHA512 
1174ed9f645eb0e7b435677c0f8ad19eeae54479f319aa1d192215e2c83642df68ba37d9e0113a505468f9e05f8e6822ae32b5965e8d7601a545f4d0c9387231

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.1.ebuild
similarity index 68%
copy from app-portage/gpyutils/gpyutils-9999.ebuild
copy to app-portage/gpyutils/gpyutils-0.6.1.ebuild
index 69f7071f9a7..9960fab01e4 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.6.1.ebuild
@@ -1,21 +1,22 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
-EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Utitilies for maintaining Python packages"
 HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI=""
+SRC_URI="
+       https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild 
b/app-portage/gpyutils/gpyutils-9999.ebuild
index 69f7071f9a7..c1d6bf51329 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
 inherit distutils-r1 git-r3

Reply via email to