mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pypsrp-0.8.1.ebuild
This commit is contained in:
parent
3b2c47b830
commit
76a23bed72
6 changed files with 11 additions and 56 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST pypsrp-0.5.0.tar.gz 90604 BLAKE2B 09f542dd327ef28d73893fa98a3240817e88994725db5f7c2a92238d5b4e297120ef46f0947ea81d526d8472036b6bc13a4005902bfab68ffe2fce423eb31994 SHA512 ace5de77abc859dd8b8057848e18725b07d483bb67af74a43fc509f5f12103dc02cf71e0f5a65706955e1027e81fc100ebdb33ae70f0e4b75adb7560a03d81b9
|
||||
DIST pypsrp-0.7.0.tar.gz 377305 BLAKE2B 470d7ecee4064e7f12fc891c1ed5a7a85a8e7512a6194aa3c9d8799201f15f68c93f2cf8d8796e3c4af9ee7c45d68a8595ebc0fe6a1b3d264acaab5cf8da5c47 SHA512 8fdb636f1101c751b2f91e429d92cec68a1663a89ee367c9f3a6c410918894bdfaed43934d99de8da220386a256801be72e604f9c55953987905cb9f21b35513
|
||||
DIST pypsrp-0.8.1.tar.gz 385839 BLAKE2B 05c7dfaae1eb7ea808bb249003f16693ae6a868ffe003452c45c651eefc0008edc8f8daf0f62230d4e4cea3cb9924323f25a611335a5a2cd9231f6bed813baa4 SHA512 c0aeec5060aaa218424bf30fa7dca95a1fb8bc41b4beb42c0d8b03bd44bad6b91e44a5dd12083b0ac37462902ef5ab3977dd9c7567924f318e4e38d542421534
|
||||
|
|
|
|||
|
|
@ -8,4 +8,8 @@
|
|||
<use>
|
||||
<flag name="credssp">Add CredSSP support</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">jborean93/pypsrp</remote-id>
|
||||
<remote-id type="pypi">pypsrp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
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 ~x86"
|
||||
IUSE="kerberos test +credssp"
|
||||
|
||||
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
dev-python/pyspnego[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
credssp? ( dev-python/requests-credssp[${PYTHON_USEDEP}] )
|
||||
kerberos? ( dev-python/gssapi[${PYTHON_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1,21 +1,21 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
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"
|
||||
#dev-python/requests-credssp
|
||||
KEYWORDS="~amd64 ~amd64 ~x86"
|
||||
KEYWORDS="amd64 amd64 ~x86"
|
||||
IUSE="kerberos test +credssp"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
dev-python/pyspnego[${PYTHON_USEDEP}]
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST pyspnego-0.1.3.tar.gz 94432 BLAKE2B 97e7a48b1dc606c412e068e78f3e49c43ee9460ae272cdbc1be81ed0e0d946c592478b6d6bebb37bee7aae83b76e4eeca885553746bdcd032f620c0e13c7e6be SHA512 abdc6b09d17b50c469c18c59dae66df15a26f7e302fb93bef9c0ece1d964c1bc402faed62db4f8ad9405ffff8b2b7b6c5abebbe5ba5d3d9d879904944ec9c4ab
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Windows Negotiate Authentication Client and Server"
|
||||
HOMEPAGE="https://github.com/jborean93/pyspnego"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="kerberos test yaml"
|
||||
|
||||
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
kerberos? ( dev-python/gssapi[${PYTHON_USEDEP}] )
|
||||
yaml? ( dev-python/ruamel-yaml[${PYTHON_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue