pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 30 12:12:53 UTC 2021

Modified Files:
        pkgsrc/comms/py-rich: Makefile
        pkgsrc/devel: Makefile
        pkgsrc/security/py-pip-audit: Makefile
Removed Files:
        pkgsrc/devel/py-dataclasses: DESCR Makefile PLIST distinfo

Log Message:
py-dataclasses: removed; was Python 3.6 onlu


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.3535 -r1.3536 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-dataclasses/DESCR \
    pkgsrc/devel/py-dataclasses/Makefile pkgsrc/devel/py-dataclasses/PLIST
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/py-dataclasses/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-pip-audit/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.17 pkgsrc/comms/py-rich/Makefile:1.18
--- pkgsrc/comms/py-rich/Makefile:1.17  Fri Dec 10 08:54:54 2021
+++ pkgsrc/comms/py-rich/Makefile       Thu Dec 30 12:12:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/12/10 08:54:54 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/12/30 12:12:53 adam Exp $
 
 DISTNAME=      rich-10.15.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,9 +17,6 @@ DEPENDS+=     ${PYPKGPREFIX}-pygments>=2.6.0
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 36
-DEPENDS+=      ${PYPKGPREFIX}-dataclasses>=0.7:../../devel/py-dataclasses
-.endif
 .if ${_PYTHON_VERSION} < 38
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
 .endif

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3535 pkgsrc/devel/Makefile:1.3536
--- pkgsrc/devel/Makefile:1.3535        Thu Dec 30 12:08:50 2021
+++ pkgsrc/devel/Makefile       Thu Dec 30 12:12:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3535 2021/12/30 12:08:50 adam Exp $
+# $NetBSD: Makefile,v 1.3536 2021/12/30 12:12:53 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2265,7 +2265,6 @@ SUBDIR+=  py-daemon
 SUBDIR+=       py-daemonize
 SUBDIR+=       py-darcsver
 SUBDIR+=       py-dash
-SUBDIR+=       py-dataclasses
 SUBDIR+=       py-ddt
 SUBDIR+=       py-decorator
 SUBDIR+=       py-deepstate

Index: pkgsrc/security/py-pip-audit/Makefile
diff -u pkgsrc/security/py-pip-audit/Makefile:1.4 pkgsrc/security/py-pip-audit/Makefile:1.5
--- pkgsrc/security/py-pip-audit/Makefile:1.4   Sun Dec 12 10:04:44 2021
+++ pkgsrc/security/py-pip-audit/Makefile       Thu Dec 30 12:12:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/12/12 10:04:44 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/12/30 12:12:53 adam Exp $
 
 DISTNAME=      pip-audit-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,12 +27,6 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-[0-9]
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
-
-.if ${_PYTHON_VERSION} == 36
-DEPENDS+=      ${PYPKGPREFIX}-dataclasses>=0.6:../../devel/py-dataclasses
-.endif
-
 USE_LANGUAGES= # none
 
 post-install:



Home | Main Index | Thread Index | Old Index