Files
2019-05-02 15:16:27 -07:00

35 lines
1.1 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
PortGroup deprecated 1.0
name py-authkit
version 0.3.0pre5
categories-append www
platforms darwin
supported_archs noarch
license MIT
maintainers nomaintainer
description An authentication and authorization toolkit for WSGI applications and frameworks
long_description $description
homepage https://pypi.org/project/AuthKit/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname AuthKit-${version}
use_zip yes
checksums rmd160 09b4cdaf4c9ab128660a27685746d799c0d8b1b8 \
sha256 c9e588524d06c680f97ff44cb212f024850ef1ee4c402ed403ed0d2ba6d4d5e2 \
size 31679
patchfiles setup.py.diff
deprecated.upstream_support no
python.versions 27
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
}