You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup pythongssapi requests-gssapi 1.4.0 v
|
|
github.tarball_from archive
|
|
|
|
name py-requests-gssapi
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license ISC
|
|
maintainers {toby @tobypeterson} openmaintainer
|
|
|
|
description requests GSSAPI authentication library
|
|
long_description Requests is an HTTP library, written in Python, for human beings. \
|
|
This library adds optional GSSAPI authentication support and \
|
|
supports mutual authentication.
|
|
|
|
checksums rmd160 8836451a195ac37ac93dd029fbf0a8d44ef95084 \
|
|
sha256 e4d3f5ad36d309239e2e7659e55f208981b97ee6da2433f69749fd71bcb16a16 \
|
|
size 17507
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-gssapi \
|
|
port:py${python.version}-requests
|
|
livecheck.type none
|
|
}
|