You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
825 B
Tcl
25 lines
825 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-flexmock
|
|
version 0.13.0
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description Mock/stub/spy library for Python
|
|
long_description {*}${description}
|
|
homepage https://flexmock.readthedocs.io/
|
|
|
|
checksums rmd160 283fede7b36401ed3fb36c600713ac3dacb6a379 \
|
|
sha256 6829d7a0d7f746db3087da8fda62f924e52df7ece4051c2f59ad586cf5ad7977 \
|
|
size 50748
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend poetry
|