Date: Sun, 19 Apr 2026 17:49:43 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ec4e4a60ecfa - main - devel/py-throttler: New port: Python package for easy throttling with asyncio support Message-ID: <69e515b7.40da1.7ba83d01@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec4e4a60ecfaf85440cb60164168f84b66a12311 commit ec4e4a60ecfaf85440cb60164168f84b66a12311 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-19 17:43:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-19 17:49:34 +0000 devel/py-throttler: New port: Python package for easy throttling with asyncio support --- devel/Makefile | 1 + devel/py-throttler/Makefile | 22 ++++++++++++++++++++++ devel/py-throttler/distinfo | 3 +++ devel/py-throttler/pkg-descr | 2 ++ 4 files changed, 28 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 050743751ef2..52afd852b15d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6175,6 +6175,7 @@ SUBDIR += py-threema-msgapi SUBDIR += py-thrift SUBDIR += py-thriftpy2 + SUBDIR += py-throttler SUBDIR += py-tiamat SUBDIR += py-time-machine SUBDIR += py-timelib diff --git a/devel/py-throttler/Makefile b/devel/py-throttler/Makefile new file mode 100644 index 000000000000..c1b3c045908f --- /dev/null +++ b/devel/py-throttler/Makefile @@ -0,0 +1,22 @@ +PORTNAME= throttler +DISTVERSION= 1.2.3 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python package for easy throttling with asyncio support +WWW= https://github.com/uburuntu/throttler + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-throttler/distinfo b/devel/py-throttler/distinfo new file mode 100644 index 000000000000..37d63d8e6a5a --- /dev/null +++ b/devel/py-throttler/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1776617668 +SHA256 (throttler-1.2.3.tar.gz) = d2f5b0b499d62f1fc984dcac8043450b606549b0097753a9c8a707f7427c27e1 +SIZE (throttler-1.2.3.tar.gz) = 11792 diff --git a/devel/py-throttler/pkg-descr b/devel/py-throttler/pkg-descr new file mode 100644 index 000000000000..24ff16020512 --- /dev/null +++ b/devel/py-throttler/pkg-descr @@ -0,0 +1,2 @@ +throttler is a zero-dependency Python package for easy throttling with +asyncio support. It enables rate limiting for async and sync code.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e515b7.40da1.7ba83d01>
