* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/
@ 2021-07-03 23:55 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-07-03 23:55 UTC (permalink / raw
To: gentoo-commits
commit: ab89d4c85cc3532d9f9b8404739a1b9f8130871e
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jul 3 22:54:51 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jul 3 23:55:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab89d4c8
dev-python/dotmap: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/dotmap/Manifest | 1 +
dev-python/dotmap/dotmap-1.3.8.ebuild | 19 +++++++++++++++++++
dev-python/dotmap/metadata.xml | 13 +++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
new file mode 100644
index 000000000..25ed3fd2c
--- /dev/null
+++ b/dev-python/dotmap/Manifest
@@ -0,0 +1 @@
+DIST dotmap-1.3.8.tar.gz 9973 BLAKE2B cbf90f7c32b6e64217c9d6ccb13a3d89cf4d5a15704abda76c0ee9914b30882c1bf6993a4b74b7dbb269604f1149102f24da27de4136b7adfefd277861826d2e SHA512 c164b8c6d61d9d0bc66c665df8fe8d376dabc0f994824bd44cade504839a053b9a95973be1d8611f961faeac109d8dfeca93e27b28a12b35c557d22e669772a7
diff --git a/dev-python/dotmap/dotmap-1.3.8.ebuild b/dev-python/dotmap/dotmap-1.3.8.ebuild
new file mode 100644
index 000000000..85c753fe5
--- /dev/null
+++ b/dev-python/dotmap/dotmap-1.3.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 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"
+SRC_URI="https://github.com/drgrib/dotmap/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+distutils_enable_tests unittest
diff --git a/dev-python/dotmap/metadata.xml b/dev-python/dotmap/metadata.xml
new file mode 100644
index 000000000..6e6b958dd
--- /dev/null
+++ b/dev-python/dotmap/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/drgrib/dotmap/issues</bugs-to>
+ <remote-id type="github">drgrib/dotmap</remote-id>
+ <remote-id type="pypi">dotmap</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/
@ 2021-10-04 22:30 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-04 22:30 UTC (permalink / raw
To: gentoo-commits
commit: cda9912882d80c8559d83a15130f2d45c38afcf1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct 4 22:02:21 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Oct 4 22:30:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cda99128
dev-python/dotmap: add 1.3.24
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/dotmap/Manifest | 1 +
dev-python/dotmap/dotmap-1.3.24.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
index 25ed3fd2c..db0a8c230 100644
--- a/dev-python/dotmap/Manifest
+++ b/dev-python/dotmap/Manifest
@@ -1 +1,2 @@
+DIST dotmap-1.3.24.tar.gz 11981 BLAKE2B c7afcae398c4532e670afee9a6ea9a38dcc43fa485f3e856b2ff40da76a09b74c979acd0dc7f73a0f51198af379bd9ad5d832d1379617407ea9af38b0ff421ab SHA512 4b580b0f57a38de998865b376127ea407bb707502a4449ccc02cb59854c49b2f9c0c07a242e962f0146ff1c5c6bb1faafbd570939f25bb3b20b79946cb898270
DIST dotmap-1.3.8.tar.gz 9973 BLAKE2B cbf90f7c32b6e64217c9d6ccb13a3d89cf4d5a15704abda76c0ee9914b30882c1bf6993a4b74b7dbb269604f1149102f24da27de4136b7adfefd277861826d2e SHA512 c164b8c6d61d9d0bc66c665df8fe8d376dabc0f994824bd44cade504839a053b9a95973be1d8611f961faeac109d8dfeca93e27b28a12b35c557d22e669772a7
diff --git a/dev-python/dotmap/dotmap-1.3.24.ebuild b/dev-python/dotmap/dotmap-1.3.24.ebuild
new file mode 100644
index 000000000..e934702e4
--- /dev/null
+++ b/dev-python/dotmap/dotmap-1.3.24.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/
@ 2021-11-02 3:40 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-11-02 3:40 UTC (permalink / raw
To: gentoo-commits
commit: c01d050a15a01077d97484d10748f762280929d2
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Nov 1 20:51:02 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Nov 2 03:40:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c01d050a
dev-python/dotmap: drop 1.3.8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/dotmap/Manifest | 1 -
dev-python/dotmap/dotmap-1.3.8.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
index db0a8c230..36952ff37 100644
--- a/dev-python/dotmap/Manifest
+++ b/dev-python/dotmap/Manifest
@@ -1,2 +1 @@
DIST dotmap-1.3.24.tar.gz 11981 BLAKE2B c7afcae398c4532e670afee9a6ea9a38dcc43fa485f3e856b2ff40da76a09b74c979acd0dc7f73a0f51198af379bd9ad5d832d1379617407ea9af38b0ff421ab SHA512 4b580b0f57a38de998865b376127ea407bb707502a4449ccc02cb59854c49b2f9c0c07a242e962f0146ff1c5c6bb1faafbd570939f25bb3b20b79946cb898270
-DIST dotmap-1.3.8.tar.gz 9973 BLAKE2B cbf90f7c32b6e64217c9d6ccb13a3d89cf4d5a15704abda76c0ee9914b30882c1bf6993a4b74b7dbb269604f1149102f24da27de4136b7adfefd277861826d2e SHA512 c164b8c6d61d9d0bc66c665df8fe8d376dabc0f994824bd44cade504839a053b9a95973be1d8611f961faeac109d8dfeca93e27b28a12b35c557d22e669772a7
diff --git a/dev-python/dotmap/dotmap-1.3.8.ebuild b/dev-python/dotmap/dotmap-1.3.8.ebuild
deleted file mode 100644
index 85c753fe5..000000000
--- a/dev-python/dotmap/dotmap-1.3.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 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"
-SRC_URI="https://github.com/drgrib/dotmap/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/
@ 2021-11-02 3:40 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-11-02 3:40 UTC (permalink / raw
To: gentoo-commits
commit: e8a842f6e13af51669f7c75aca43943e11439865
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Nov 1 20:51:28 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Nov 2 03:40:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8a842f6
dev-python/dotmap: add 1.3.25, drop 1.3.24
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/dotmap/Manifest | 2 +-
dev-python/dotmap/{dotmap-1.3.24.ebuild => dotmap-1.3.25.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
index 36952ff37..a912dcc84 100644
--- a/dev-python/dotmap/Manifest
+++ b/dev-python/dotmap/Manifest
@@ -1 +1 @@
-DIST dotmap-1.3.24.tar.gz 11981 BLAKE2B c7afcae398c4532e670afee9a6ea9a38dcc43fa485f3e856b2ff40da76a09b74c979acd0dc7f73a0f51198af379bd9ad5d832d1379617407ea9af38b0ff421ab SHA512 4b580b0f57a38de998865b376127ea407bb707502a4449ccc02cb59854c49b2f9c0c07a242e962f0146ff1c5c6bb1faafbd570939f25bb3b20b79946cb898270
+DIST dotmap-1.3.25.tar.gz 12043 BLAKE2B e534f321786a14abb6cd1775b33cb51b332340febdbd44c13d6ccf4b4b679e5b52348e1e21e9e6458b5dc45299a2335bf05551794e3ddd668748c1b28543f393 SHA512 8270b9b042847565e21ede4ec29c00a51a84f9c819f6f0d80b24cc6e8d3524c3c09ca6bf7beeaf05a03b8a51e5d239d52996a55593a19326d8ebbbba349e2853
diff --git a/dev-python/dotmap/dotmap-1.3.24.ebuild b/dev-python/dotmap/dotmap-1.3.25.ebuild
similarity index 100%
rename from dev-python/dotmap/dotmap-1.3.24.ebuild
rename to dev-python/dotmap/dotmap-1.3.25.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/
@ 2022-03-17 1:42 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 1:42 UTC (permalink / raw
To: gentoo-commits
commit: 11def83b097cbe12c6f4c63e35ac76d66f6b5d80
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 01:41:03 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 01:41:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11def83b
dev-python/dotmap: add 1.3.26
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/dotmap/Manifest | 1 +
dev-python/dotmap/dotmap-1.3.26.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
index a912dcc84..d6b0b6516 100644
--- a/dev-python/dotmap/Manifest
+++ b/dev-python/dotmap/Manifest
@@ -1 +1,2 @@
DIST dotmap-1.3.25.tar.gz 12043 BLAKE2B e534f321786a14abb6cd1775b33cb51b332340febdbd44c13d6ccf4b4b679e5b52348e1e21e9e6458b5dc45299a2335bf05551794e3ddd668748c1b28543f393 SHA512 8270b9b042847565e21ede4ec29c00a51a84f9c819f6f0d80b24cc6e8d3524c3c09ca6bf7beeaf05a03b8a51e5d239d52996a55593a19326d8ebbbba349e2853
+DIST dotmap-1.3.26.tar.gz 12070 BLAKE2B 28023eebf6437530f3f1ee541f138eaffbc632f441bc9698e2329ab8d9894510e04122f797a77416cbe498fde5092f5c0a821615c4e9fbd1959c75cce94f7cfc SHA512 5083fec8f9e909f68f0fa12db8709ca064d0fd134230f6d0fe315c66613983290bf7de35db29d805013b13024babf250e9110308817265d4e70b9dea5b9a132f
diff --git a/dev-python/dotmap/dotmap-1.3.26.ebuild b/dev-python/dotmap/dotmap-1.3.26.ebuild
new file mode 100644
index 000000000..fb4d14f7a
--- /dev/null
+++ b/dev-python/dotmap/dotmap-1.3.26.ebuild
@@ -0,0 +1,22 @@
+# 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/
@ 2022-04-04 19:32 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-04-04 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 7c219d9bed1ed35995000262219cd73b6fe67f0b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 4 19:01:20 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Apr 4 19:32:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c219d9b
dev-python/dotmap: add 1.3.28, drop 1.3.25
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/dotmap/Manifest | 2 +-
dev-python/dotmap/{dotmap-1.3.25.ebuild => dotmap-1.3.28.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
index d6b0b6516..e144385b3 100644
--- a/dev-python/dotmap/Manifest
+++ b/dev-python/dotmap/Manifest
@@ -1,2 +1,2 @@
-DIST dotmap-1.3.25.tar.gz 12043 BLAKE2B e534f321786a14abb6cd1775b33cb51b332340febdbd44c13d6ccf4b4b679e5b52348e1e21e9e6458b5dc45299a2335bf05551794e3ddd668748c1b28543f393 SHA512 8270b9b042847565e21ede4ec29c00a51a84f9c819f6f0d80b24cc6e8d3524c3c09ca6bf7beeaf05a03b8a51e5d239d52996a55593a19326d8ebbbba349e2853
DIST dotmap-1.3.26.tar.gz 12070 BLAKE2B 28023eebf6437530f3f1ee541f138eaffbc632f441bc9698e2329ab8d9894510e04122f797a77416cbe498fde5092f5c0a821615c4e9fbd1959c75cce94f7cfc SHA512 5083fec8f9e909f68f0fa12db8709ca064d0fd134230f6d0fe315c66613983290bf7de35db29d805013b13024babf250e9110308817265d4e70b9dea5b9a132f
+DIST dotmap-1.3.28.tar.gz 12097 BLAKE2B c172a3c4b8f4b10e2351d342cf38eed1ea8cac510eb4a66fa7df5660628fcf57056083af519f8360e78dce1d494185d2b09edfc7a4e7e604af658af15335fcc3 SHA512 9d16b1886884464cbe9df5d0af6426c869969767b9fee527cf108551d8f0d5d81f479d429350e31c89b9db2d3cc6d395945321f56688850dca7bfa2bbf273451
diff --git a/dev-python/dotmap/dotmap-1.3.25.ebuild b/dev-python/dotmap/dotmap-1.3.28.ebuild
similarity index 93%
rename from dev-python/dotmap/dotmap-1.3.25.ebuild
rename to dev-python/dotmap/dotmap-1.3.28.ebuild
index 962e5a916..fb4d14f7a 100644
--- a/dev-python/dotmap/dotmap-1.3.25.ebuild
+++ b/dev-python/dotmap/dotmap-1.3.28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/
@ 2023-02-26 5:11 Anna Vyalkova
0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2023-02-26 5:11 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-02-26 5:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-03 23:55 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-10-04 22:30 Alessandro Barbieri
2021-11-02 3:40 Alessandro Barbieri
2021-11-02 3:40 Alessandro Barbieri
2022-03-17 1:42 Alessandro Barbieri
2022-04-04 19:32 Alessandro Barbieri
2023-02-26 5:11 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox