From 8fb48ea680d105d66aba12a0049acd8088903a9d Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 3 Dec 2020 23:03:58 -0500 Subject: [PATCH] pypsrp: python bump --- dev-python/pypsrp/Manifest | 1 - dev-python/pypsrp/pypsrp-0.4.0.ebuild | 26 -------------------------- dev-python/pypsrp/pypsrp-0.5.0.ebuild | 3 +-- 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 dev-python/pypsrp/pypsrp-0.4.0.ebuild diff --git a/dev-python/pypsrp/Manifest b/dev-python/pypsrp/Manifest index bfc1ff4ec..238ccf83c 100644 --- a/dev-python/pypsrp/Manifest +++ b/dev-python/pypsrp/Manifest @@ -1,2 +1 @@ -DIST pypsrp-0.4.0.tar.gz 94952 BLAKE2B 400f88cdb3166c75ae62a594664b4a612667c18d35a5df2459afce75ba62d952449c631b3a642ac44d5eacd098ac074fc458d0294f2eb139066d8c18e6a8ca68 SHA512 ec70e787d0f206c49582aae0366ae860a11b4deabf8e2998892250ec83c7cf4239c6b1ff7b8e3f8dbf4ae94832c47a5d05a237769531f6b43925c48fa20bc3ec DIST pypsrp-0.5.0.tar.gz 90604 BLAKE2B 09f542dd327ef28d73893fa98a3240817e88994725db5f7c2a92238d5b4e297120ef46f0947ea81d526d8472036b6bc13a4005902bfab68ffe2fce423eb31994 SHA512 ace5de77abc859dd8b8057848e18725b07d483bb67af74a43fc509f5f12103dc02cf71e0f5a65706955e1027e81fc100ebdb33ae70f0e4b75adb7560a03d81b9 diff --git a/dev-python/pypsrp/pypsrp-0.4.0.ebuild b/dev-python/pypsrp/pypsrp-0.4.0.ebuild deleted file mode 100644 index 03dc410ac..000000000 --- a/dev-python/pypsrp/pypsrp-0.4.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -#FIXME: Gentoo: add python3.8 to requests-credssp -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="PowerShell Remoting Protocol and WinRM for Python" -HOMEPAGE="https://github.com/jborean93/pypsrp" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test +credssp" - -RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}] - >=dev-python/ntlm-auth-1.2.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.9.1[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - credssp? ( dev-python/requests-credssp[${PYTHON_USEDEP}] ) - " -DEPEND="${RDEPEND}" diff --git a/dev-python/pypsrp/pypsrp-0.5.0.ebuild b/dev-python/pypsrp/pypsrp-0.5.0.ebuild index ec73228aa..3997d84c1 100644 --- a/dev-python/pypsrp/pypsrp-0.5.0.ebuild +++ b/dev-python/pypsrp/pypsrp-0.5.0.ebuild @@ -3,8 +3,7 @@ EAPI=7 -#FIXME: Gentoo: add python3.8 to requests-credssp -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1