pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bpython



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 30 13:43:39 UTC 2021

Modified Files:
        pkgsrc/devel/bpython: Makefile

Log Message:
bpython: forget about py-dataclasses


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/bpython/Makefile

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

Modified files:

Index: pkgsrc/devel/bpython/Makefile
diff -u pkgsrc/devel/bpython/Makefile:1.30 pkgsrc/devel/bpython/Makefile:1.31
--- pkgsrc/devel/bpython/Makefile:1.30  Tue Nov  9 10:12:36 2021
+++ pkgsrc/devel/bpython/Makefile       Thu Dec 30 13:43:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/11/09 10:12:36 adam Exp $
+# $NetBSD: Makefile,v 1.31 2021/12/30 13:43:39 adam Exp $
 
 DISTNAME=      bpython-0.22.1
 CATEGORIES=    devel python
@@ -27,9 +27,6 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 37
-DEPENDS+=      ${PYPKGPREFIX}-dataclasses-[0-9]*:../../devel/py-dataclasses
-.endif
 .if ${_PYTHON_VERSION} < 38
 DEPENDS+=      ${PYPKGPREFIX}-backports.cached-property-[0-9]*:../../devel/py-backports.cached-property
 .endif



Home | Main Index | Thread Index | Old Index