You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 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
|
|
|
|
name py-ndg_httpsclient
|
|
version 0.5.1
|
|
revision 2
|
|
categories-append net
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description This is a HTTPS client implementation for httplib and urllib2 based \
|
|
on PyOpenSSL.
|
|
long_description {*}${description} PyOpenSSL provides a more fully featured SSL \
|
|
implementation over the default provided with Python and importantly \
|
|
enables full verification of the SSL peer.
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
checksums rmd160 283187e9cb79e5c805b4f6947660256d6afa0630 \
|
|
sha256 d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210 \
|
|
size 26665
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-asn1 \
|
|
port:py${python.version}-openssl
|
|
}
|