You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.2 KiB
Tcl
39 lines
1.2 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-dkimpy
|
|
version 1.1.8
|
|
revision 0
|
|
|
|
categories-append devel mail
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description DKIM, ARC, and TLSRPT email signing and verification
|
|
long_description dkimpy is a library that implements DKIM \
|
|
(DomainKeys Identified Mail) email signing and \
|
|
verification. Basic DKIM requirements are defined \
|
|
in RFC 6376: https://tools.ietf.org/html/rfc6376
|
|
|
|
homepage https://launchpad.net/dkimpy
|
|
|
|
checksums rmd160 e489f64995497763774e97c599f42cd359d06efe \
|
|
sha256 b5f60fb47bbf5d8d762f134bcea0c388eba6b498342a682a21f1686545094b77 \
|
|
size 66979
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-py3dns
|
|
|
|
test.run yes
|
|
python.test_framework
|
|
test.cmd ${python.bin}
|
|
test.target test.py
|
|
}
|