diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-28 09:15:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-28 09:15:11 +0000 |
| commit | 628a0a1b76f8b7b08c8286a429bd1371f790e421 (patch) | |
| tree | e48540e8fbcb44536694fa701814ca0538e16d69 /dev-python/dotmap | |
| parent | 22f877e87a316dd892787c57f205a45abe8ae144 (diff) | |
| download | baldeagleos-repo-628a0a1b76f8b7b08c8286a429bd1371f790e421.tar.gz baldeagleos-repo-628a0a1b76f8b7b08c8286a429bd1371f790e421.tar.xz baldeagleos-repo-628a0a1b76f8b7b08c8286a429bd1371f790e421.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dotmap')
| -rw-r--r-- | dev-python/dotmap/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/dotmap/dotmap-1.3.28.ebuild | 22 | ||||
| -rw-r--r-- | dev-python/dotmap/dotmap-1.3.30-r1.ebuild (renamed from dev-python/dotmap/dotmap-1.3.30.ebuild) | 9 |
3 files changed, 4 insertions, 28 deletions
diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest index 0d06fae4db64..5ee4dfb26a22 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 3da1da90fde7..000000000000 --- 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_{7,8,9,10,11} 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 index 2cd7433d9180..be07f303dfa2 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_{7,8,9,10,11} pypy3 ) - -inherit distutils-r1 +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" |
