commit:     276665d1b8db3d6b3dda12328040cb35d7f8d11d
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 05:02:14 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 26 05:02:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=276665d1

dev-python/dotmap: enable py3.11, drop old

Closes: https://bugs.gentoo.org/897424
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/dotmap/Manifest                         |  1 -
 dev-python/dotmap/dotmap-1.3.28.ebuild             | 22 ----------------------
 ...otmap-1.3.30.ebuild => dotmap-1.3.30-r1.ebuild} | 11 +++++------
 3 files changed, 5 insertions(+), 29 deletions(-)

diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
index 0d06fae4d..5ee4dfb26 100644
--- a/dev-python/dotmap/Manifest
+++ b/dev-python/dotmap/Manifest
@@ -1,2 +1 @@
-DIST dotmap-1.3.28.tar.gz 12097 BLAKE2B 
c172a3c4b8f4b10e2351d342cf38eed1ea8cac510eb4a66fa7df5660628fcf57056083af519f8360e78dce1d494185d2b09edfc7a4e7e604af658af15335fcc3
 SHA512 
9d16b1886884464cbe9df5d0af6426c869969767b9fee527cf108551d8f0d5d81f479d429350e31c89b9db2d3cc6d395945321f56688850dca7bfa2bbf273451
 DIST dotmap-1.3.30.tar.gz 12391 BLAKE2B 
f6e5713704d2f7c828c0a373174348900ebe39b72fd85456ed374a62f474c67e916b5956afeec246d8a6e9253b08c5e495c781d2915cecb38bee0d0b256810d2
 SHA512 
8e6d3e4419c3dbd1c0a3209dfc7bcda859bf547ab3fe88471c04a7f4c34219c9ca13b848788e6a24c6d3ece539f9ba0a16600f7941abdbd99c4e6d0badf4af27

diff --git a/dev-python/dotmap/dotmap-1.3.28.ebuild 
b/dev-python/dotmap/dotmap-1.3.28.ebuild
deleted file mode 100644
index fb4d14f7a..000000000
--- a/dev-python/dotmap/dotmap-1.3.28.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-#don't bump to python 3.10 until https://github.com/drgrib/dotmap/issues/76 is 
resolved
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Dot access dictionary with dynamic hierarchy creation and ordered 
iteration"
-HOMEPAGE="
-       https://github.com/drgrib/dotmap
-       https://pypi.org/project/dotmap/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-distutils_enable_tests unittest

diff --git a/dev-python/dotmap/dotmap-1.3.30.ebuild 
b/dev-python/dotmap/dotmap-1.3.30-r1.ebuild
similarity index 68%
rename from dev-python/dotmap/dotmap-1.3.30.ebuild
rename to dev-python/dotmap/dotmap-1.3.30-r1.ebuild
index 51f2e9c33..8ad8bacc1 100644
--- a/dev-python/dotmap/dotmap-1.3.30.ebuild
+++ b/dev-python/dotmap/dotmap-1.3.30-r1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
 
 DESCRIPTION="Dot access dictionary with dynamic hierarchy creation and ordered 
iteration"
 HOMEPAGE="
-       https://github.com/drgrib/dotmap
        https://pypi.org/project/dotmap/
+       https://github.com/drgrib/dotmap
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 KEYWORDS="~amd64"

Reply via email to