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:   adam
Date:           Tue May 25 10:13:22 UTC 2021

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

Log Message:
py-rich: fix a typo


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/comms/py-rich/Makefile:1.2
--- pkgsrc/comms/py-rich/Makefile:1.1   Tue May 25 10:12:32 2021
+++ pkgsrc/comms/py-rich/Makefile       Tue May 25 10:13:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/25 10:12:32 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/25 10:13:22 adam Exp $
 
 DISTNAME=      rich-10.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-typing-extensio
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 36
 DEPENDS+=      ${PYPKGPREFIX}-py-dataclasses>=0.7:../../devel/py-dataclasses
 .endif



Home | Main Index | Thread Index | Old Index