You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
847 B
Tcl
26 lines
847 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-authres
|
|
version 1.2.0
|
|
revision 0
|
|
|
|
categories-append devel mail
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
description Authentication-Results Headers generation and parsing.
|
|
long_description {*}${description}
|
|
|
|
homepage https://launchpad.net/authentication-results-python
|
|
|
|
checksums rmd160 e6d343461a481b1633d2b028ef744f723418aca4 \
|
|
sha256 93d1b995ad7ce21e62db649f361048125dd6022563a0ae8a23909465f1fd25b7 \
|
|
size 23226
|
|
|
|
python.versions 310 311 312 313
|