Add py-rush 2018.12.1

This library is a small collection of algorithms that can be reused when
throttling user interactions with a resource (e.g., an API).

This library strives to allow any limiter and backing store to be used together
without needing to be worried about potential compatibility.

WWW: https://github.com/sigmavirus24/rush
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-06-22 19:34:12 +00:00
parent 74830c4261
commit 74c1e406bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539903
4 changed files with 31 additions and 0 deletions

View file

@ -5026,6 +5026,7 @@
SUBDIR += py-ruamel.yaml
SUBDIR += py-ruamel.yaml.clib
SUBDIR += py-rubymarshal
SUBDIR += py-rush
SUBDIR += py-rx
SUBDIR += py-rx1
SUBDIR += py-sanetime

20
devel/py-rush/Makefile Normal file
View file

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rush
PORTVERSION= 2018.12.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for throttling algorithms
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-rush/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1592846024
SHA256 (rush-2018.12.1.tar.gz) = 402f3ea6d5e3f90d636c2403b84729be831bfc8d6973645ab5febeeeb9fcef41
SIZE (rush-2018.12.1.tar.gz) = 11147

7
devel/py-rush/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
This library is a small collection of algorithms that can be reused when
throttling user interactions with a resource (e.g., an API).
This library strives to allow any limiter and backing store to be used together
without needing to be worried about potential compatibility.
WWW: https://github.com/sigmavirus24/rush