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:           Thu May 27 09:49:31 UTC 2021

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

Log Message:
py-rich: fix typo


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



Home | Main Index | Thread Index | Old Index