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: wiz
Date: Fri Apr 29 23:44:02 UTC 2022
Modified Files:
pkgsrc/devel: Makefile
pkgsrc/doc: CHANGES-2022
pkgsrc/lang/python: versioned_dependencies.mk
Removed Files:
pkgsrc/devel/py-ipython5: ALTERNATIVES DESCR Makefile PLIST distinfo
pkgsrc/devel/py-ipython5/patches: patch-setupbase.py
Log Message:
py-ipython5: remove, not used any longer
To generate a diff of this commit:
cvs rdiff -u -r1.3723 -r1.3724 pkgsrc/devel/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/py-ipython5/ALTERNATIVES
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-ipython5/DESCR
cvs rdiff -u -r1.13 -r0 pkgsrc/devel/py-ipython5/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/py-ipython5/PLIST
cvs rdiff -u -r1.7 -r0 pkgsrc/devel/py-ipython5/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-ipython5/patches/patch-setupbase.py
cvs rdiff -u -r1.2166 -r1.2167 pkgsrc/doc/CHANGES-2022
cvs rdiff -u -r1.67 -r1.68 pkgsrc/lang/python/versioned_dependencies.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3723 pkgsrc/devel/Makefile:1.3724
--- pkgsrc/devel/Makefile:1.3723 Tue Apr 26 21:43:08 2022
+++ pkgsrc/devel/Makefile Fri Apr 29 23:44:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3723 2022/04/26 21:43:08 wiz Exp $
+# $NetBSD: Makefile,v 1.3724 2022/04/29 23:44:02 wiz Exp $
#
COMMENT= Development utilities
@@ -2505,7 +2505,6 @@ SUBDIR+= py-iowait
SUBDIR+= py-ipaddr
SUBDIR+= py-ipykernel
SUBDIR+= py-ipython
-SUBDIR+= py-ipython5
SUBDIR+= py-ipython_genutils
SUBDIR+= py-iso-639
SUBDIR+= py-iso3166
Index: pkgsrc/doc/CHANGES-2022
diff -u pkgsrc/doc/CHANGES-2022:1.2166 pkgsrc/doc/CHANGES-2022:1.2167
--- pkgsrc/doc/CHANGES-2022:1.2166 Fri Apr 29 17:01:18 2022
+++ pkgsrc/doc/CHANGES-2022 Fri Apr 29 23:44:02 2022
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.2166 2022/04/29 17:01:18 pin Exp $
+$NetBSD: CHANGES-2022,v 1.2167 2022/04/29 23:44:02 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -3434,3 +3434,4 @@ Changes to the packages collection and i
Updated x11/citron to 0.15.0 [pin 2022-04-29]
Updated www/suckit to 0.2.0 [pin 2022-04-29]
Updated audio/termusic to 0.6.14 [pin 2022-04-29]
+ Removed devel/py-ipython5 successor devel/py-ipython [wiz 2022-04-29]
Index: pkgsrc/lang/python/versioned_dependencies.mk
diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.67 pkgsrc/lang/python/versioned_dependencies.mk:1.68
--- pkgsrc/lang/python/versioned_dependencies.mk:1.67 Thu Apr 21 10:50:52 2022
+++ pkgsrc/lang/python/versioned_dependencies.mk Fri Apr 29 23:44:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.67 2022/04/21 10:50:52 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.68 2022/04/29 23:44:02 wiz Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -9,7 +9,7 @@
# PYTHON_VERSIONED_DEPENDENCIES
# The Python package which should be added as a dependency.
#
-# Possible values: Pmw Pillow X cairo click cryptography flake8 html2text hypothesis importlib-metadata ipython jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing
python-digest rsa setuptools setuptools_scm sphinx test testtools twisted zipp
+# Possible values: Pillow Pmw X cairo click cryptography flake8 html2text hypothesis importlib-metadata jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing python-digest rsa
setuptools setuptools_scm sphinx test testtools twisted zipp
# Default: (nothing)
#
@@ -17,19 +17,16 @@
# format: short name for PYTHON_VERSIONED_DEPENDENCIES<space>Python-2.x path<space>Python-3.x path
_SUPPORTED_PACKAGES= # empty
-_SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11/py-Pmw2
_SUPPORTED_PACKAGES+= Pillow graphics/py-Pillow6 graphics/py-Pillow
+_SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11/py-Pmw2
_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X
_SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo
_SUPPORTED_PACKAGES+= click devel/py-click7 devel/py-click
_SUPPORTED_PACKAGES+= cryptography security/py27-cryptography security/py-cryptography
-# XXX feedparser 6.x is not only py27-incompatible, but also 5.x-API-incompatible
-#_SUPPORTED_PACKAGES+= feedparser textproc/py-feedparser5 textproc/py-feedparser
_SUPPORTED_PACKAGES+= flake8 devel/py-flake8-3 devel/py-flake8
_SUPPORTED_PACKAGES+= html2text textproc/py-html2text-2019.8.11 textproc/py-html2text
_SUPPORTED_PACKAGES+= hypothesis devel/py-hypothesis4 devel/py-hypothesis
_SUPPORTED_PACKAGES+= importlib-metadata devel/py-importlib-metadata2 devel/py-importlib-metadata
-_SUPPORTED_PACKAGES+= ipython devel/py-ipython5 devel/py-ipython
_SUPPORTED_PACKAGES+= isort devel/py-isort4 devel/py-isort
_SUPPORTED_PACKAGES+= jinja2 textproc/py27-jinja2 textproc/py-jinja2
_SUPPORTED_PACKAGES+= markdown textproc/py-markdown3 textproc/py-markdown
Home |
Main Index |
Thread Index |
Old Index