From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- dev-python/munch/Manifest | 2 +- dev-python/munch/munch-2.5.0-r1.ebuild | 33 +++++++++++++++++++++++++++++++++ dev-python/munch/munch-2.5.0.ebuild | 32 -------------------------------- 3 files changed, 34 insertions(+), 33 deletions(-) create mode 100644 dev-python/munch/munch-2.5.0-r1.ebuild delete mode 100644 dev-python/munch/munch-2.5.0.ebuild (limited to 'dev-python/munch') diff --git a/dev-python/munch/Manifest b/dev-python/munch/Manifest index 2d4ff660eaff..919a5cce9d5c 100644 --- a/dev-python/munch/Manifest +++ b/dev-python/munch/Manifest @@ -2,5 +2,5 @@ AUX munch-2.5.0-revert-pbr.patch 1301 BLAKE2B ab22d6d9e73444d5e5240a5bd64662acce DIST munch-2.3.2.tar.gz 7598 BLAKE2B 0ff607c4821b675bb0710e185c82135ba031e2ad0e18aae07f8736e102ee73c53a6977155f250ff20e26e87671f8a20ed7bac625bb96625017be047704f63bc6 SHA512 7cbcd79b9506940f88a2090649e5ab6678164b468ed04feebeab8f85c9af861a1a8012aaafc869755c3c7957feefb231bc15426c382c014e82e9b806a879b8e7 DIST munch-2.5.0.tar.gz 17015 BLAKE2B 17af271ae082a6e5f91781ba48a440f11cbe85ecb81d47ee2bc51910307080e3ba6c95e99e7475534400b2915a86d8f853bc65d419c3d3b7138bf021e66de25c SHA512 7eca31111f40782a19b49535322bc56d723022d52b0842c4beff512f32fa415a6c75851eb84950358cb6a11693095cafe56364028e48385b11135de414edca21 EBUILD munch-2.3.2.ebuild 503 BLAKE2B bc9c75e8e823ff370cd75d59c326653ac1ff16f0f923d43b600314e42ac2ab9c6672ddd07b2999cf566efaf19a78d7802eaea1f918f6c86bb20930dd5e1a6ce5 SHA512 f4246ccdab778286cac951a7895d98a36916468231902f5c83a9a075ebe025efa475c9105d195d98f431ceff8d4eba564db6763ab646d790e71f2472636f8280 -EBUILD munch-2.5.0.ebuild 693 BLAKE2B 05239f9e5a307dede97afa5cd3fdfc3b2e85f72ce0c1183bc6f845e8c131386d65d79e32337ee7ddf417ffc4d9ffd4d61220aa9c1cf363c3741e29905538d56e SHA512 17ea8d2e7b63b0a4283ce1cd4ace09941faf9905a4e0414a8e415153a3487d38ae5185dfcccb832a4d0571358c1cbbb3f9692624b5f6e54ff1f002d557844ded +EBUILD munch-2.5.0-r1.ebuild 746 BLAKE2B bd308cf4147fcd5a96c153f8c28d70befa1d411e0fc09b27c1228bbd347242969af2b9d649210e0d01d158780744985ff8ec7585827bd20e0f4637827e16cb37 SHA512 6f5f14931adfaad9fe4481821b1eab8a9a61ded4ea11cb65bce0c24136b10ba48ec58dd33331b088b3242c781c176b230e009144b986523103567ad9514a2d2e MISC metadata.xml 297 BLAKE2B f25a8e5e6202cf3368d7d979e07e1c0dab3dbdb9fbf6341b51d28910a246d217ac4da6c217550e0618b5df92ca309b68f23844834e9a03082ca841d2d58f428a SHA512 4cb74cf412c11219c7d9cdaa3b7ecac661c890dd225de89640893bca6a77615735138ef8fed3887ac85e6bb06acb8f4aebf344060427b0839aa708da7820938e diff --git a/dev-python/munch/munch-2.5.0-r1.ebuild b/dev-python/munch/munch-2.5.0-r1.ebuild new file mode 100644 index 000000000000..ddd6c95ef23a --- /dev/null +++ b/dev-python/munch/munch-2.5.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)" +HOMEPAGE="https://github.com/Infinidat/munch" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~x86" +SLOT="0" + +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + test? ( >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] ) +" + +PATCHES=( + "${FILESDIR}/munch-2.5.0-revert-pbr.patch" +) + +distutils_enable_tests pytest + +python_prepare_all() { + distutils-r1_python_prepare_all + + sed -i "s:__version__:'${PV}':" setup.py || die +} diff --git a/dev-python/munch/munch-2.5.0.ebuild b/dev-python/munch/munch-2.5.0.ebuild deleted file mode 100644 index 13e782e05ef1..000000000000 --- a/dev-python/munch/munch-2.5.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)" -HOMEPAGE="https://github.com/Infinidat/munch" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~x86" -SLOT="0" - -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/munch-2.5.0-revert-pbr.patch" -) - -distutils_enable_tests pytest - -python_prepare_all() { - distutils-r1_python_prepare_all - - sed -i "s:__version__:'${PV}':" setup.py || die -} -- cgit v1.2.3