From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- dev-python/pyro/Manifest | 4 ++- dev-python/pyro/pyro-4.77.ebuild | 2 +- dev-python/pyro/pyro-4.78.ebuild | 65 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 dev-python/pyro/pyro-4.78.ebuild (limited to 'dev-python/pyro') diff --git a/dev-python/pyro/Manifest b/dev-python/pyro/Manifest index 4b3193b21b0e..c81500e46f5e 100644 --- a/dev-python/pyro/Manifest +++ b/dev-python/pyro/Manifest @@ -1,3 +1,5 @@ DIST Pyro4-4.77.tar.gz 479025 BLAKE2B 20c7b53cea55b77efea11cd7b74a1cfcc45ad721ba45e039947f1d869291bfcb054f16bc48fb5ad21386fe7d47785514ff94953b1bcf893266c2c41015bba589 SHA512 52a9f90cec8c5e23ec30ddb69484a15bb86d61024d1bc718d075e01678a3d9655a1ed21f18da1891c121bf0e95282fb1151762b2fdb826a6408056079d2b1a66 -EBUILD pyro-4.77.ebuild 1457 BLAKE2B 0a108201ae9d101b47e320ba75d81e8ea3b9d7b334e33913e043be11cc535f2dd222fbd7e4980e8f613c85d3b62ab8a5be874c11b9664647cf8efe6bdbbee392 SHA512 f1b5f1ae7f11df03288202e8bf8b06eaeae700ea57a9f6631e5f50facb145a02d10f9fd8723c34bbb9fe58f8a19e95a71906a1d5c324af98cd793d29c0f7fa6f +DIST Pyro4-4.78.tar.gz 490988 BLAKE2B 0fbd7129557d2b1603176a34106f9e287faa6e1725eeede7a7427c0b975f2c4e136dc4ce1573e826c43211a903fee0d7baca85fb8ae58360da7869a3309a1a2d SHA512 7a95828f6c8d9d94b8a5263c63263335c3bfaa54c5e527bd8e61d2bc00d4cdb3c4c6a92155af189401b892a6729ad91dad207e389ff43ee342a011b95ddc90e5 +EBUILD pyro-4.77.ebuild 1447 BLAKE2B 3f9c2237db5ebdba685ce715fd367994a6b1ff7b114fd1907859abec01109bc1f980eb2b650e425316ed1accc255217562580491271b84523daa6812af51426d SHA512 e9200252f7f942f32805a5589965a4b11570a3549974a1da4bde1979ded1e1123fd363087860607549e354df40df03a96a554829753697535526e412cbbd2c55 +EBUILD pyro-4.78.ebuild 1445 BLAKE2B bd0ea60e068e6b7bf9ee29246e869b0f76194d64e24fc32403afce7214898c3e2891545437c7e6205d217221ebea9ecf8575278c4f931a387c2e9431e3196bc4 SHA512 8b384f3b76514edadc6137c2012872c6b494caf27615b3b0b4707d4a73ddf5c6b0a93b371edb4608bcd2fd73d5e698b7ca9879fcdaa7c05e0fb406630adeeccd MISC metadata.xml 370 BLAKE2B bf0ecf2b63d7e544a1193349f0d171d107d23e66a067012cdd0ecbc4b736631e3c78fabc0745e88efe711219e8c3ce187da3ac67f4477f8bcf4996546a56a94d SHA512 59ce12c791648049dcaac68c75f9d8af472635442b25c4ba81b37e89d913b5b1954dbc40eac44694e5093008cbc41256ef2a177de1906598bb876ab0ab17d544 diff --git a/dev-python/pyro/pyro-4.77.ebuild b/dev-python/pyro/pyro-4.77.ebuild index fa6444d38e7d..e381810cd88a 100644 --- a/dev-python/pyro/pyro-4.77.ebuild +++ b/dev-python/pyro/pyro-4.77.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/pyro/pyro-4.78.ebuild b/dev-python/pyro/pyro-4.78.ebuild new file mode 100644 index 000000000000..493fa5c46b95 --- /dev/null +++ b/dev-python/pyro/pyro-4.78.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +MY_PN="Pyro4" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Distributed object middleware for Python (RPC)" +HOMEPAGE="https://pypi.org/project/Pyro4/ + https://github.com/irmen/Pyro4" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="4" +KEYWORDS="~amd64 ~arm64 ~ppc ~x86" +IUSE="doc examples test" +RESTRICT="!test? ( test )" + +RDEPEND=" + !dev-python/pyro:0 + $(python_gen_cond_dep \ + 'dev-python/selectors34[${PYTHON_USEDEP}]' -2) + >=dev-python/serpent-1.27[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + >=dev-python/cloudpickle-1.2.1[${PYTHON_USEDEP}] + dev-python/dill[${PYTHON_USEDEP}] + >=dev-python/msgpack-0.4.6[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +python_prepare_all() { + # Disable tests requiring network connection. + rm tests/PyroTests/test_naming.py || die + sed \ + -e "s/testStartNSfunc/_&/" \ + -i tests/PyroTests/test_naming2.py || die + + sed \ + -e "s/testBroadcast/_&/" \ + -e "s/testGetIP/_&/" \ + -i tests/PyroTests/test_socket.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + esetup.py test +} + +python_install_all() { + use doc && HTML_DOCS=( docs/. ) + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi + distutils-r1_python_install_all +} -- cgit v1.2.3