Skip to content

Commit

Permalink
py-pyspnego: update to 0.11.2, add py 313 subport, some enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrrr committed Feb 7, 2025
1 parent 9c2bc43 commit 530e14e
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions python/py-pyspnego/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,36 @@ PortSystem 1.0
PortGroup python 1.0

name py-pyspnego
version 0.10.2
version 0.11.2
revision 0

categories-append
categories-append net security
supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer

description Windows Negotiate Authentication Client and Server
long_description {*}${description}
description Python SPNEGO Library
long_description \
Library to handle SPNEGO (Negotiate, NTLM, Kerberos) and CredSSP \
authentication. Also includes a packet parser that can be used to decode \
raw NTLM/SPNEGO/Kerberos tokens into a human readable format.

homepage https://github.com/jborean93/pyspnego

checksums rmd160 087c07c815ab4191cce92348e9042dc52097d672 \
sha256 9a22c23aeae7b4424fdb2482450d3f8302ac012e2644e1cfe735cf468fcd12ed \
size 222036
checksums rmd160 03c587064ab2e13d723c5b99f115fddd5e267053 \
sha256 994388d308fb06e4498365ce78d222bf4f3570b6df4ec95738431f61510c971b \
size 225954

python.versions 39 310 311 312
python.versions 39 310 311 312 313

if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-cryptography

post-destroot {
set dest_doc ${destroot}${prefix}/share/doc/${subport}
xinstall -d ${dest_doc}
xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${dest_doc}
}
}

0 comments on commit 530e14e

Please sign in to comment.