pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-rich



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 16 18:10:00 UTC 2024

Modified Files:
        pkgsrc/comms/py-rich: Makefile

Log Message:
py-rich: remove Python 3.8 support


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/comms/py-rich/Makefile

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

Modified files:

Index: pkgsrc/comms/py-rich/Makefile
diff -u pkgsrc/comms/py-rich/Makefile:1.43 pkgsrc/comms/py-rich/Makefile:1.44
--- pkgsrc/comms/py-rich/Makefile:1.43  Wed Feb 28 18:04:41 2024
+++ pkgsrc/comms/py-rich/Makefile       Fri Aug 16 18:10:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2024/02/28 18:04:41 adam Exp $
+# $NetBSD: Makefile,v 1.44 2024/08/16 18:10:00 wiz Exp $
 
 DISTNAME=      rich-13.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,10 +18,5 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} == 308
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
-.endif
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index