You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
892 B
Tcl
26 lines
892 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-crashtest
|
|
version 0.4.1
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
maintainers {@harens harens} openmaintainer
|
|
|
|
description Manage Python errors with ease
|
|
long_description Crashtest is a Python library that makes \
|
|
exceptions handling and inspection easier.
|
|
|
|
homepage https://github.com/sdispater/crashtest
|
|
|
|
checksums rmd160 7ed7e18f113900997801c79a602a08577ae45ffd \
|
|
sha256 80d7b1f316ebfbd429f648076d6275c877ba30ba48979de4191714a75266f0ce \
|
|
size 4708
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend poetry
|