Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2024 16:50:59 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e37b0b86bb6 - main - devel/py-gptscript: Update to 0.9.2
Message-ID:  <202407031650.463GoxAG002704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e37b0b86bb616d29ebdfd0acdfce6fd220827f1

commit 7e37b0b86bb616d29ebdfd0acdfce6fd220827f1
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-07-03 16:48:36 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-07-03 16:48:36 +0000

    devel/py-gptscript: Update to 0.9.2
    
    - Remove post-patch target: the version is now correctly set in
      pyproject.toml.
    
    Release changes:        https://github.com/gptscript-ai/py-gptscript/releases/tag/v0.9.2
    Reported by:    github-actions[bot] <notifications@github.com>
---
 devel/py-gptscript/Makefile | 7 +------
 devel/py-gptscript/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/devel/py-gptscript/Makefile b/devel/py-gptscript/Makefile
index e4dc03ccb9b2..aa50072eafed 100644
--- a/devel/py-gptscript/Makefile
+++ b/devel/py-gptscript/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gptscript
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.8.5
+DISTVERSION=	0.9.2
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -30,9 +30,4 @@ GH_ACCOUNT=	gptscript-ai
 GH_PROJECT=	py-gptscript
 USE_PYTHON=	autoplist pep517
 
-post-patch:
-	@${REINPLACE_CMD} \
-		-e 's/^\(version = "\)0.5.0\("\)/\1${PORTVERSION}\2/1' \
-		${WRKSRC}/pyproject.toml
-
 .include <bsd.port.mk>
diff --git a/devel/py-gptscript/distinfo b/devel/py-gptscript/distinfo
index 8689e69ffcd6..3027046e414b 100644
--- a/devel/py-gptscript/distinfo
+++ b/devel/py-gptscript/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1719388418
-SHA256 (gptscript-ai-py-gptscript-v0.8.5_GH0.tar.gz) = 2cb76148558918588fb2882dfc34efe30cac92a3e3fda082f2cd785d852e6db1
-SIZE (gptscript-ai-py-gptscript-v0.8.5_GH0.tar.gz) = 24058
+TIMESTAMP = 1720024869
+SHA256 (gptscript-ai-py-gptscript-v0.9.2_GH0.tar.gz) = 565cbd87c28ccac07e9482881b09224ca56c50752ace1e2050b9ba91ff33b1ba
+SIZE (gptscript-ai-py-gptscript-v0.9.2_GH0.tar.gz) = 24436



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407031650.463GoxAG002704>