You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
29 lines
934 B
Tcl
29 lines
934 B
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-python-pae
|
|
version 0.1.0
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
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
|