2023-12-18 00:51:42 +01:00
|
|
|
# -*- 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-python-pae
|
|
|
|
|
version 0.1.0
|
|
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
supported_archs noarch
|
|
|
|
|
platforms {darwin any}
|
|
|
|
|
|
|
|
|
|
license MIT
|
2024-11-06 15:34:34 +01:00
|
|
|
maintainers nomaintainer
|
2023-12-18 00:51:42 +01:00
|
|
|
|
|
|
|
|
description Pre-authentication encoding (PAE) implementation in Python
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
|
|
|
|
|
homepage https://github.com/MatthiasValvekens/python-pae
|
|
|
|
|
|
|
|
|
|
checksums rmd160 6e89c0a9d8ffd607d84eb3f85421a83f31a14c53 \
|
|
|
|
|
sha256 85f3f32a06731c30436b5c3779c8029dc328af81e74e9fac3ddd361476ed806a \
|
|
|
|
|
size 9675
|
|
|
|
|
|
|
|
|
|
python.versions 310 311 312
|
|
|
|
|
|
|
|
|
|
python.pep517 yes
|
|
|
|
|
python.pep517_backend poetry
|