From: Anthony G. Basile Date: Mon, 17 Jun 2019 13:10:31 +0000 (-0400) Subject: dev-python/aiorpcX: version bump to 0.18.3, bug #688100 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dfd7456655797f9eeb06bf2401285872f392cdb5;p=gentoo.git dev-python/aiorpcX: version bump to 0.18.3, bug #688100 Signed-off-by: Anthony G. Basile Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest index dcc8ecabe238..1b53cb2dbbbf 100644 --- a/dev-python/aiorpcX/Manifest +++ b/dev-python/aiorpcX/Manifest @@ -1 +1,2 @@ DIST aiorpcX-0.10.2.tar.gz 23312 BLAKE2B 62d04099ae272369f29dea3a34a13b4b5cd6052764f2efee1f4a461b8ab52616e0cf69dde47a6f48c60827b3580d35bc39c87371d581a4a95147f5a5691e5111 SHA512 ebdc312c1c8d27382ca02ba6de5a316332b09bfba19399f9a4c3ef603a5d96becdfbed5c360d73aa64b41ecc5b0c3638822b0a5e49fd54c339b601c20add44ea +DIST aiorpcX-0.18.3.tar.gz 27464 BLAKE2B 38a59a6352a4c9bc561f75ecdfb0adc87fe82ad8e05622e67903d6e6e3c225647e75cb7a516005840d008f193288a5dea09042e2091a576be108b735fbbe1446 SHA512 982258fb35c1a4b09def64e2729ac5bab528185963ca0f73571d4a36be2aebadd69e607161462b9c5e07ff3b09fa071949432405a32832d438e07103fa1a8636 diff --git a/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild b/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild new file mode 100644 index 000000000000..b87a61bb4dd1 --- /dev/null +++ b/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_6,3_7} ) + +inherit distutils-r1 + +DESCRIPTION="Generic async RPC implementation, including JSON-RPC" +HOMEPAGE="https://pypi.org/project/aiorpcX/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +DOCS=( README.rst )