Files
2025-10-15 12:13:16 -04:00

27 lines
875 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-pynose
version 1.5.5
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license LGPL-2.1
maintainers {reneeotten @reneeotten} openmaintainer
description pynose fixes nose to extend unittest and make testing \
easier
long_description {*}${description}
homepage https://github.com/mdmintz/pynose
checksums rmd160 29d30a3f70bf5f92bc8859663c63aa00d53fd020 \
sha256 81da4e26473f98dd37497248eef4352d3221d1d56edf874a00c6bdda6daf7f49 \
size 123419
python.versions 312 313 314