Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2024 14:20:50 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: 1eaa88672c79 - main - misc/alpaca: Update to 2.7.0
Message-ID:  <202411041420.4A4EKoFi094675@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=1eaa88672c795bc3c4f9a7e78e8320b17e03df18

commit 1eaa88672c795bc3c4f9a7e78e8320b17e03df18
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-11-04 14:18:49 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-11-04 14:20:43 +0000

    misc/alpaca: Update to 2.7.0
    
    - Add www/py-youtube-transcript-api to run dependencies
    - Pet port(clippy|fmt)
    
    Release changes:        https://github.com/Jeffser/Alpaca/releases/tag/2.7.0
    Reported by:    Jeffry Samuel <notifications@github.com>
---
 misc/alpaca/Makefile | 8 +++++---
 misc/alpaca/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/misc/alpaca/Makefile b/misc/alpaca/Makefile
index f359c369d5ce..8e3ff6f1b0f1 100644
--- a/misc/alpaca/Makefile
+++ b/misc/alpaca/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	alpaca
-DISTVERSION=	2.6.5
+DISTVERSION=	2.7.0
 CATEGORIES=	misc
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -17,13 +17,15 @@ RUN_DEPENDS=	${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}pypdf>=4.3.1:print/py-pypdf@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytube>=15.0.0:multimedia/py-pytube@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.32.3:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}youtube-transcript-api>=0.6.2:www/py-youtube-transcript-api@${PY_FLAVOR} \
 		ollama:misc/ollama
 
-USES=		desktop-file-utils gettext-runtime gettext-tools gnome meson python
+USES=		desktop-file-utils gettext-runtime gettext-tools gnome meson \
+		python
 USE_GITHUB=	yes
-USE_GNOME=	vte3
 GH_ACCOUNT=	Jeffser
 GH_PROJECT=	Alpaca
+USE_GNOME=	vte3
 
 post-patch:
 	@${REINPLACE_CMD} \
diff --git a/misc/alpaca/distinfo b/misc/alpaca/distinfo
index f5ca0995e88e..3b0103f64575 100644
--- a/misc/alpaca/distinfo
+++ b/misc/alpaca/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728892201
-SHA256 (Jeffser-Alpaca-2.6.5_GH0.tar.gz) = abe53659105fb1e680077dfe628c860b26f075018c29ec8c4432919d7fb516fb
-SIZE (Jeffser-Alpaca-2.6.5_GH0.tar.gz) = 553261
+TIMESTAMP = 1730707201
+SHA256 (Jeffser-Alpaca-2.7.0_GH0.tar.gz) = 5f7baba4d3c702d38c8759c6c84f909660ff0574b60d753a9ad63fed9bba6c2f
+SIZE (Jeffser-Alpaca-2.7.0_GH0.tar.gz) = 566376



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