You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
a0692b4a51
In preparation for changing the default.
42 lines
1.4 KiB
Tcl
42 lines
1.4 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup openid python-openid 3.2
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-openid
|
|
revision 0
|
|
categories-append net
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
platforms {darwin any} freebsd
|
|
supported_archs noarch
|
|
|
|
description OpenID support for modern servers and consumers.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 cdc5d0fdc17c74962190ffd616dca42f0f3f2ea6 \
|
|
sha256 ba74739cb9f6d8164f7f3b9fc9c376d34f1b90375cccc0afdb7a569500a3f867 \
|
|
size 286466
|
|
|
|
python.versions 39 310
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_test-append \
|
|
port:py${python.version}-cryptography \
|
|
port:py${python.version}-coverage \
|
|
port:py${python.version}-coveralls \
|
|
port:py${python.version}-lxml \
|
|
port:py${python.version}-mock \
|
|
port:py${python.version}-responses \
|
|
port:py${python.version}-testfixtures
|
|
|
|
test.run yes
|
|
}
|