You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.2 KiB
Tcl
40 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-hyperkitty
|
|
version 1.3.5
|
|
categories-append mail
|
|
supported_archs noarch
|
|
license GPL-3
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 39 310
|
|
|
|
maintainers nomaintainer
|
|
|
|
description A web interface to access GNU Mailman v3 archives
|
|
long_description HyperKitty is an open source Django application \
|
|
under development. It aims to provide a web \
|
|
interface to access GNU Mailman v3 archives.
|
|
|
|
homepage https://gitlab.com/mailman/hyperkitty
|
|
|
|
checksums rmd160 bdfc101a1d4962b40afcec758e2dec7c2decc961 \
|
|
sha256 8269222bca481dfb9b6dbc4d766fc3e8bda8ef6d85a6dc5880835874850e9f86 \
|
|
size 2488492
|
|
|
|
if {${name} ne ${subport}} {
|
|
python.rootname HyperKitty
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-isort
|
|
|
|
livecheck.type none
|
|
}
|