You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
980 B
Tcl
33 lines
980 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-stopit
|
|
version 1.1.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license GPL-3
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Timeout control decorator and context managers.
|
|
long_description ${description}
|
|
|
|
homepage https://pypi.python.org/pypi/stopit
|
|
|
|
checksums rmd160 529b90b569f61a0d2bd5cc1eb5180aa592f90234 \
|
|
sha256 f7f39c583fd92027bd9d06127b259aee7a5b7945c1f1fa56263811e1e766996d \
|
|
size 18281
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|