diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-16 13:28:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-16 13:28:11 +0000 |
| commit | e57ff46413c1333f51a460fd1856946a87f82db3 (patch) | |
| tree | 41f4a92adf7fb9a4b79738df46e91084ec3977a9 /dev-python/munch | |
| parent | 8848db7c4268fae91865777fa11f48006b5a7eda (diff) | |
| download | baldeagleos-repo-e57ff46413c1333f51a460fd1856946a87f82db3.tar.gz baldeagleos-repo-e57ff46413c1333f51a460fd1856946a87f82db3.tar.xz baldeagleos-repo-e57ff46413c1333f51a460fd1856946a87f82db3.zip | |
Adding metadata
Diffstat (limited to 'dev-python/munch')
| -rw-r--r-- | dev-python/munch/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/munch/munch-3.0.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/munch/Manifest b/dev-python/munch/Manifest index 6ef9db8a6a4c..aff424eeb1bd 100644 --- a/dev-python/munch/Manifest +++ b/dev-python/munch/Manifest @@ -1 +1,2 @@ DIST munch-2.5.0.tar.gz 17015 BLAKE2B 17af271ae082a6e5f91781ba48a440f11cbe85ecb81d47ee2bc51910307080e3ba6c95e99e7475534400b2915a86d8f853bc65d419c3d3b7138bf021e66de25c SHA512 7eca31111f40782a19b49535322bc56d723022d52b0842c4beff512f32fa415a6c75851eb84950358cb6a11693095cafe56364028e48385b11135de414edca21 +DIST munch-3.0.0.tar.gz 19276 BLAKE2B df7b8ee8ff807c2a1ca61974d70379623411db2229d176b890949aa3318f7b2ec1e108a340e55445751c46da24deb0f749d66fb69f9e10e92a04a01c766a73c6 SHA512 d08ac1b19badf0fb17f2dc81e53ab7492e49da225d8fa890fa9227df9d4e2bce395c7d7a8000f635529c1fb2a7eccd4eef10370b76e95b960955985b38003baf diff --git a/dev-python/munch/munch-3.0.0.ebuild b/dev-python/munch/munch-3.0.0.ebuild new file mode 100644 index 000000000000..08bad13fd387 --- /dev/null +++ b/dev-python/munch/munch-3.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)" +HOMEPAGE=" + https://github.com/Infinidat/munch/ + https://pypi.org/project/munch/ +" + +LICENSE="MIT" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +SLOT="0" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/pbr[${PYTHON_USEDEP}] + test? ( + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
