You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
ecc81eb06e
Makes it easy to respect rate limits.
33 lines
991 B
Tcl
33 lines
991 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-ratelim
|
|
platforms darwin macosx
|
|
license MIT
|
|
maintainers {ra1nb0w @ra1nb0w} openmaintainer
|
|
description Makes it easy to respect rate limits.
|
|
long_description ${description}
|
|
homepage http://github.com/themiurgo/ratelim
|
|
supported_archs noarch
|
|
|
|
version 0.1.6
|
|
checksums rmd160 3a288f9d243aaa8130d45d2003d54a978550e2f4 \
|
|
sha256 826d32177e11f9a12831901c9fda6679fd5bbea3605910820167088f5acbb11d \
|
|
size 2793
|
|
revision 0
|
|
|
|
python.versions 27 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-decorator
|
|
|
|
livecheck.type none
|
|
}
|
|
|