head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.4
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.2
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.1.0.10
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.8
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.6
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.4
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.2
	pkgsrc-2024Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.09.23.07.22.38;	author wiz;	state Exp;
branches;
next	1.1;
commitid	AcNp7MEjJJnkcObG;

1.1
date	2024.08.12.10.07.30;	author wiz;	state Exp;
branches;
next	;
commitid	9yH8knasIc42cwlF;


desc
@@


1.2
log
@frogmouth: fix PLIST for latest poetry-core and depend on it
@
text
@# $NetBSD: Makefile,v 1.1 2024/08/12 10:07:30 wiz Exp $

DISTNAME=	frogmouth-0.9.2
PKGREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_PYPI:=f/frogmouth/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/Textualize/frogmouth
COMMENT=	Markdown browser for your terminal
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
DEPENDS+=	${PYPKGPREFIX}-textual>=0.43.0:../../comms/py-textual
DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=4.5.0:../../devel/py-typing-extensions
DEPENDS+=	${PYPKGPREFIX}-httpx>=0.24.1:../../www/py-httpx
# XXX
DEPENDS+=	${PYPKGPREFIX}-xdg-base-dirs>=6.0.0:../../devel/py-xdg-base-dirs

USE_LANGUAGES=	# none

post-install:
	cd ${DESTDIR}${PREFIX}/bin && ${MV} frogmouth frogmouth-${PYVERSSUFFIX} || ${TRUE}
	find ${DESTDIR} -name *.orig -delete

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@textproc/frogmouth: import frogmouth-0.9.2

Frogmouth is a Markdown viewer/browser for your terminal, built
with Textual.

Frogmouth can open `*.md` files locally or via a URL.  There is a
familiar browser-like navigation stack, history, bookmarks, and
table of contents.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
d13 1
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
@

