pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-verboselogs
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 4 22:40:45 UTC 2023
Modified Files:
pkgsrc/devel/py-verboselogs: Makefile
Log Message:
py-verboselogs: update HOMEPAGE; add USE_LANGUAGES
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-verboselogs/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-verboselogs/Makefile
diff -u pkgsrc/devel/py-verboselogs/Makefile:1.2 pkgsrc/devel/py-verboselogs/Makefile:1.3
--- pkgsrc/devel/py-verboselogs/Makefile:1.2 Sun Jul 23 02:07:36 2023
+++ pkgsrc/devel/py-verboselogs/Makefile Fri Aug 4 22:40:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/07/23 02:07:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/04 22:40:45 adam Exp $
DISTNAME= verboselogs-1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=v/verboselogs/}
MAINTAINER= bacon%NetBSD.org@localhost
-HOMEPAGE= https://pypi.org/project/verboselogs/
+HOMEPAGE= https://verboselogs.readthedocs.io/
COMMENT= Extend Python logging module to add the log levels
LICENSE= mit
@@ -16,6 +16,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=
TEST_DEPENDS+= ${PYPKGPREFIX}-astroid>0:../../devel/py-astroid
TEST_DEPENDS+= ${PYPKGPREFIX}-pylint>0:../../devel/py-pylint
+USE_LANGUAGES= # none
+
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index