You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
935 B
Tcl
31 lines
935 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-bugsnag
|
|
version 4.8.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
homepage https://github.com/bugsnag/bugsnag-python
|
|
|
|
description Automatic error monitoring for django, flask etc.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 77c0ed3c4753f82b11701716f1d883f4a7504bc3 \
|
|
sha256 9bd600fcf6ae8567b6d116522649ea173517aa98b3739e9ba73b1fea2bc82444 \
|
|
size 73566
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-webob
|
|
}
|