pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sgmllib3k



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 30 09:11:18 UTC 2026

Modified Files:
        pkgsrc/textproc/py-sgmllib3k: Makefile

Log Message:
py-sgmllib3k: comment out dead HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sgmllib3k/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-sgmllib3k/Makefile
diff -u pkgsrc/textproc/py-sgmllib3k/Makefile:1.2 pkgsrc/textproc/py-sgmllib3k/Makefile:1.3
--- pkgsrc/textproc/py-sgmllib3k/Makefile:1.2   Tue Jan  4 20:55:05 2022
+++ pkgsrc/textproc/py-sgmllib3k/Makefile       Fri Jan 30 09:11:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:05 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/30 09:11:18 wiz Exp $
 
 DISTNAME=              sgmllib3k-1.0.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -7,13 +7,11 @@ CATEGORIES=           textproc python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=s/sgmllib3k/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://hg.hardcoded.net/sgmllib
+#HOMEPAGE=             http://hg.hardcoded.net/sgmllib
 COMMENT=               Py3k port of sgmllib
 LICENSE=               2-clause-bsd
 
 USE_LANGUAGES=         # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index