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 unified 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,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.3 2023/07/23 02:02:30 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2023/08/04 05:14:10 adam Exp $
2 2
3DISTNAME= capturer-3.0 3DISTNAME= capturer-3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/capturer/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/capturer/}
7 7
8MAINTAINER= bacon@NetBSD.org 8MAINTAINER= bacon@NetBSD.org
9HOMEPAGE= https://pypi.org/project/capturer/ 9HOMEPAGE= https://capturer.readthedocs.io/
10COMMENT= Easily capture stdout/stderr of the current process and subprocesses 10COMMENT= Easily capture stdout/stderr of the current process and subprocesses
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-humanfriendly>=8.0:../../textproc/py-humanfriendly 13DEPENDS+= ${PYPKGPREFIX}-humanfriendly>=8.0:../../textproc/py-humanfriendly
14 
15TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.2:../../devel/py-coverage 14TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.2:../../devel/py-coverage
16TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.4:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.4:../../devel/py-test
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov
18 17
 18USE_LANGUAGES= # none
 19
19PYTHON_VERSIONS_INCOMPATIBLE= 27 20PYTHON_VERSIONS_INCOMPATIBLE= 27
20 21
21.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"