pypsrp: python bump

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-12-03 23:03:58 -05:00
parent 50a18fccb3
commit 8fb48ea680
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 1 additions and 29 deletions

View file

@ -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

View file

@ -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}"

View file

@ -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