You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.1 KiB
Tcl
27 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-wassima
|
|
version 2.0.5
|
|
revision 0
|
|
categories-append net devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
|
|
description access your OS root certificates with utmost ease
|
|
long_description ${name} allows you to access your original operating system trust store, \
|
|
thus helping you to verify the remote peer certificates. It automatically \
|
|
fallback to an embedded trust store generated from the CCADB trusted source.
|
|
|
|
checksums rmd160 da708597cee356d3474e10ee64d347c73d3fa8d5 \
|
|
sha256 91a0da50799d9b4ef7a85f23a37c9aabe629f75c2dd9616ee4abc1f4c17d10a7 \
|
|
size 143472
|
|
|
|
python.versions 313 314
|
|
python.pep517_backend \
|
|
hatch
|