pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/py-rich py-rich: fix a typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e100d6bdf62
branches:  trunk
changeset: 453199:7e100d6bdf62
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 25 10:13:22 2021 +0000

description:
py-rich: fix a typo

diffstat:

 comms/py-rich/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5fac85a6abcd -r 7e100d6bdf62 comms/py-rich/Makefile
--- a/comms/py-rich/Makefile    Tue May 25 10:12:32 2021 +0000
+++ b/comms/py-rich/Makefile    Tue May 25 10:13:22 2021 +0000
@@ -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 @@
 
 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