summaryrefslogtreecommitdiff
path: root/dev-python/rpyc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/rpyc
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/rpyc')
-rw-r--r--dev-python/rpyc/Manifest4
-rw-r--r--dev-python/rpyc/rpyc-3.4.4.ebuild7
-rw-r--r--dev-python/rpyc/rpyc-4.0.2.ebuild7
3 files changed, 10 insertions, 8 deletions
diff --git a/dev-python/rpyc/Manifest b/dev-python/rpyc/Manifest
index 4f0635feb9ee..ff4d5295712c 100644
--- a/dev-python/rpyc/Manifest
+++ b/dev-python/rpyc/Manifest
@@ -1,5 +1,5 @@
DIST rpyc-3.4.4.tar.gz 56199 BLAKE2B f56ef53a55d25335708c6750282c8e3d94492405f80e5cc03bcde879f8afbae70ec02cabe6d92bb62413dc92025ef42945e62802c7adb083b880fad31ebeff0d SHA512 0a176b05df28d92e67cb45372b46260611c1bc89f997c5a6760a760dff8792d5bb93505fdeccbd25c5ae7b04cf7aeeb7fd8964d4f124b00e50fbd3d55d7ba7b1
DIST rpyc-4.0.2.tar.gz 53877 BLAKE2B 91b2b8da44df91258f1355886019fe70fd2029141c025c3e71d1d2996ac9eaaec2ee4344149192a02ef8835adcf6f3cfad5cdc33f102577ec4ff8e955f0a0d19 SHA512 91fd1e5a65bdb5a5d8c424bc0c8cb0688ae76ae644278855cd7c22f9af47d7a6da3a80f7383643c2161521633425b6a2486960aefbe2e02864f93d53568bca2d
-EBUILD rpyc-3.4.4.ebuild 489 BLAKE2B 5ad117b282f2b13d5aa2447c23d48c6b3a4fd809ba4cea8deae07a30a1ede14395c23d6ec808d97e3e2a32f0f4fd9ba4d81feffaef52ea5d9ba190920531471b SHA512 2290da246dceab34d7f63b46133606694b86feb1cb82a25b0557aa8a92b3fbf709e9e836d40518786df03687d2d472483c0df907202d12aee628e57170a79b35
-EBUILD rpyc-4.0.2.ebuild 513 BLAKE2B 230ba8cf6ad822322ee0ce441370e334fdeb8c70dbdad97d362bc16d804024ead5520f5078a3498dc23eb4bf4a73d70bd28491dd498c9e2c2b08f2b7c51f2967 SHA512 2defc2ad2d8dfedefff287fcaddc09b6525967ad5236fc381c9c0b88a908adcfa3d93312f2c7351dc0ad9c0beae7d0ad5c36408e555218fe78f6f61b9ac52568
+EBUILD rpyc-3.4.4.ebuild 470 BLAKE2B af15b16f8e6c6b8daa15470b2d9612dc5e8154c5bb294717646e4dc49a05798fe81a2db2feed5152b0aa7ddca10ea77090628667cacb8252672509f9b8ab4265 SHA512 ded6d0f7d198b03d25c2c8010c34acc9c95f058b937314b1c34ba41700d277931e6ee60df19125d7e371db8380e357b1121c6565e9ff36b167964f85998ee45e
+EBUILD rpyc-4.0.2.ebuild 494 BLAKE2B 1cf781a9c81bd87384c1dc521ba5027747375c9d7b7548634e37770ed5040f67aece0ff0d8fcc72c260d6d32d55131846c592cc641db3a322c67a21bb54e5f44 SHA512 d5b43eeea7c7dc227832a8441e0e9d5fbd631b3b2b4cc0203cd5aa24a048c2b5d596abf75b97ece60f4faba8f3b14e921fe82110751e517da6a13c6e49edb985
MISC metadata.xml 518 BLAKE2B 023033edd4ab41716a110c97b8b21d60ee9635a3b411401c3e436b69ae0fc1241a2dd5c34dfe98b3a7e32b8351534011f533bb15443205c5ac0740d2ef89d44a SHA512 4ae598f55ddf591e0d75a9cfba54948b3ff78825377c8085ca22ad56184f18c44ef94947dbe53d207996f7bcb708454f417a74a72bbdfe22d76410acdad2f584
diff --git a/dev-python/rpyc/rpyc-3.4.4.ebuild b/dev-python/rpyc/rpyc-3.4.4.ebuild
index 0cf647f2ebaa..013c3def2817 100644
--- a/dev-python/rpyc/rpyc-3.4.4.ebuild
+++ b/dev-python/rpyc/rpyc-3.4.4.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library"
HOMEPAGE="https://rpyc.readthedocs.io/en/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
+
RDEPEND="dev-python/plumbum"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/rpyc/rpyc-4.0.2.ebuild b/dev-python/rpyc/rpyc-4.0.2.ebuild
index f3e1ff38ded2..32fff1dae369 100644
--- a/dev-python/rpyc/rpyc-4.0.2.ebuild
+++ b/dev-python/rpyc/rpyc-4.0.2.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library"
HOMEPAGE="https://rpyc.readthedocs.io/en/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+
RDEPEND="dev-python/plumbum[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"