Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 12:57:03 +0000
From:      Siva Mahadevan <siva@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0612885d3b33 - main - devel/py-sgqlc: update to 18
Message-ID:  <6a16ea1f.45743.71ed8c33@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by siva:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0612885d3b3323ca41c0e323d00f4a30afbfa97f

commit 0612885d3b3323ca41c0e323d00f4a30afbfa97f
Author:     Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2025-12-14 18:58:24 +0000
Commit:     Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-05-27 12:56:45 +0000

    devel/py-sgqlc: update to 18
    
    Approved by:    lwhsu (mentor, implicitly)
---
 devel/py-sgqlc/Makefile | 9 ++++++---
 devel/py-sgqlc/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/devel/py-sgqlc/Makefile b/devel/py-sgqlc/Makefile
index 13bb024690fb..9befb3332e1c 100644
--- a/devel/py-sgqlc/Makefile
+++ b/devel/py-sgqlc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sgqlc
-DISTVERSION=	17
+DISTVERSION=	18
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +15,13 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${
 RUN_DEPENDS=	\
 		${PYTHON_PKGNAMEPREFIX}graphql-core>=3.2.6:devel/py-graphql-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}respx>0:www/py-respx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent pep517 unittest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-sgqlc/distinfo b/devel/py-sgqlc/distinfo
index c1ca6b0816d4..40ad973b18d2 100644
--- a/devel/py-sgqlc/distinfo
+++ b/devel/py-sgqlc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779636140
-SHA256 (sgqlc-17.tar.gz) = 4febd6d00f001c0fe0dd571e27d87e6d5ae071e8d1f61c66fa772449910953fb
-SIZE (sgqlc-17.tar.gz) = 244658
+TIMESTAMP = 1779725244
+SHA256 (sgqlc-18.tar.gz) = a09f76fb69a2760523144f8d3acbf06a1b3710f63bf87fbac142d3538b1d639b
+SIZE (sgqlc-18.tar.gz) = 245818


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a16ea1f.45743.71ed8c33>