Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 14:20:51 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9f5fc48e0cf4 - main - devel/py-wait-for-it: Add py-wait-for-it 2.3.0
Message-ID:  <697e0fc3.30a42.2a5b632c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f5fc48e0cf4c7371ea6aa208162709043051a31

commit 9f5fc48e0cf4c7371ea6aa208162709043051a31
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:11:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:14:45 +0000

    devel/py-wait-for-it: Add py-wait-for-it 2.3.0
    
    wait-for-it is a script that will wait on the availability of one or more TCP
    services (i.e. host:port) before executing a user-defined command. It is useful
    for synchronizing the spin-up of interdependent services, such as linked docker
    containers.
---
 devel/Makefile                 |  1 +
 devel/py-wait-for-it/Makefile  | 25 +++++++++++++++++++++++++
 devel/py-wait-for-it/distinfo  |  3 +++
 devel/py-wait-for-it/pkg-descr |  4 ++++
 4 files changed, 33 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index fe9f8916cd7a..2e4b5eee812a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6252,6 +6252,7 @@
     SUBDIR += py-vulture
     SUBDIR += py-wadler-lindig
     SUBDIR += py-wadllib
+    SUBDIR += py-wait-for-it
     SUBDIR += py-wait-for2
     SUBDIR += py-warlock
     SUBDIR += py-watchdog
diff --git a/devel/py-wait-for-it/Makefile b/devel/py-wait-for-it/Makefile
new file mode 100644
index 000000000000..f4cd4a2189d3
--- /dev/null
+++ b/devel/py-wait-for-it/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	wait-for-it
+PORTVERSION=	2.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	wait_for_it-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Wait for service(s) to be available before executing a command
+WWW=		https://wait-for-it.readthedocs.io/en/latest/ \
+		https://github.com/hartwork/wait-for-it
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=38.6.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-wait-for-it/distinfo b/devel/py-wait-for-it/distinfo
new file mode 100644
index 000000000000..c7cfaf064ce9
--- /dev/null
+++ b/devel/py-wait-for-it/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1768625561
+SHA256 (wait_for_it-2.3.0.tar.gz) = bc6eaeb0912cf4d59c824067f36c73739bb7a6182912ec8984f2fb3447ef68c0
+SIZE (wait_for_it-2.3.0.tar.gz) = 18305124
diff --git a/devel/py-wait-for-it/pkg-descr b/devel/py-wait-for-it/pkg-descr
new file mode 100644
index 000000000000..a4996aaeb5fd
--- /dev/null
+++ b/devel/py-wait-for-it/pkg-descr
@@ -0,0 +1,4 @@
+wait-for-it is a script that will wait on the availability of one or more TCP
+services (i.e. host:port) before executing a user-defined command. It is useful
+for synchronizing the spin-up of interdependent services, such as linked docker
+containers.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e0fc3.30a42.2a5b632c>