pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-capturer



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug  4 05:14:10 UTC 2023

Modified Files:
        pkgsrc/devel/py-capturer: Makefile

Log Message:
py-capturer: update HOMEPAGE, add USE_LANGUAGES


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-capturer/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-capturer/Makefile
diff -u pkgsrc/devel/py-capturer/Makefile:1.3 pkgsrc/devel/py-capturer/Makefile:1.4
--- pkgsrc/devel/py-capturer/Makefile:1.3       Sun Jul 23 02:02:30 2023
+++ pkgsrc/devel/py-capturer/Makefile   Fri Aug  4 05:14:10 2023
@@ -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,16 +6,17 @@ CATEGORIES=   devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/capturer/}
 
 MAINTAINER=    bacon%NetBSD.org@localhost
-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
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index