Fri Aug 4 05:14:10 2023 UTC ()
py-capturer: update HOMEPAGE, add USE_LANGUAGES


(adam)
diff -r1.3 -r1.4 pkgsrc/devel/py-capturer/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-capturer/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-capturer/Makefile 2023/07/23 02:02:30 1.3
+++ pkgsrc/devel/py-capturer/Makefile 2023/08/04 05:14:10 1.4
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/07/23 02:02:30 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/04 05:14:10 adam Exp $
 
 DISTNAME=	capturer-3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -6,15 +6,16 @@
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/capturer/}
 
 MAINTAINER=	bacon@NetBSD.org
-HOMEPAGE=	https://pypi.org/project/capturer/
+HOMEPAGE=	https://capturer.readthedocs.io/
 COMMENT=	Easily capture stdout/stderr of the current process and subprocesses
 LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-humanfriendly>=8.0:../../textproc/py-humanfriendly
-
 TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>=4.2:../../devel/py-coverage
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.0.4:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov
+
+USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27