Fri Dec 31 13:25:18 2021 UTC ()
py-eliot17: removed


(adam)
diff -r1.56 -r1.57 pkgsrc/lang/python/versioned_dependencies.mk
diff -r1.977 -r1.978 pkgsrc/sysutils/Makefile
diff -r1.1 -r0 pkgsrc/sysutils/py-eliot17/ALTERNATIVES
diff -r1.1 -r0 pkgsrc/sysutils/py-eliot17/DESCR
diff -r1.1 -r0 pkgsrc/sysutils/py-eliot17/PLIST
diff -r1.2 -r0 pkgsrc/sysutils/py-eliot17/Makefile
diff -r1.4 -r0 pkgsrc/sysutils/py-eliot17/distinfo
diff -r1.1 -r0 pkgsrc/sysutils/py-eliot17/patches/patch-setup.py

cvs diff -r1.56 -r1.57 pkgsrc/lang/python/versioned_dependencies.mk (expand / switch to unified diff)

--- pkgsrc/lang/python/versioned_dependencies.mk 2021/11/27 16:41:45 1.56
+++ pkgsrc/lang/python/versioned_dependencies.mk 2021/12/31 13:25:18 1.57
@@ -1,37 +1,36 @@ @@ -1,37 +1,36 @@
1# $NetBSD: versioned_dependencies.mk,v 1.56 2021/11/27 16:41:45 adam Exp $ 1# $NetBSD: versioned_dependencies.mk,v 1.57 2021/12/31 13:25:18 adam Exp $
2# 2#
3# This file determines which separate distribution of a Python 3# This file determines which separate distribution of a Python
4# package is used as dependency, depending on the Python version 4# package is used as dependency, depending on the Python version
5# used. 5# used.
6# 6#
7# === User-settable variables === 7# === User-settable variables ===
8# 8#
9# PYTHON_VERSIONED_DEPENDENCIES 9# PYTHON_VERSIONED_DEPENDENCIES
10# The Python package which should be added as a dependency. 10# The Python package which should be added as a dependency.
11# 11#
12# Possible values: Pmw Pillow X cairo eliot html2text hypothesis ipython jsonlib markdown more-itertools pip packaging pygments pyparsing python-digest rsa setuptools sphinx test zipp 12# Possible values: Pmw Pillow X cairo html2text hypothesis ipython jsonlib markdown more-itertools pip packaging pygments pyparsing python-digest rsa setuptools sphinx test zipp
13# Default: (nothing) 13# Default: (nothing)
14# 14#
15 15
16.include "../../lang/python/pyversion.mk" 16.include "../../lang/python/pyversion.mk"
17 17
18# format: short name for PYTHON_VERSIONED_DEPENDENCIES<space>Python-2.x path<space>Python-3.x path 18# format: short name for PYTHON_VERSIONED_DEPENDENCIES<space>Python-2.x path<space>Python-3.x path
19_SUPPORTED_PACKAGES= # empty 19_SUPPORTED_PACKAGES= # empty
20_SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11/py-Pmw2 20_SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11/py-Pmw2
21_SUPPORTED_PACKAGES+= Pillow graphics/py-Pillow6 graphics/py-Pillow 21_SUPPORTED_PACKAGES+= Pillow graphics/py-Pillow6 graphics/py-Pillow
22_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X 22_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X
23_SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo 23_SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo
24_SUPPORTED_PACKAGES+= eliot sysutils/py-eliot17 sysutils/py-eliot 
25# XXX feedparser 6.x is not only py27-incompatible, but also 5.x-API-incompatible 24# XXX feedparser 6.x is not only py27-incompatible, but also 5.x-API-incompatible
26#_SUPPORTED_PACKAGES+= feedparser textproc/py-feedparser5 textproc/py-feedparser 25#_SUPPORTED_PACKAGES+= feedparser textproc/py-feedparser5 textproc/py-feedparser
27_SUPPORTED_PACKAGES+= html2text textproc/py-html2text-2019.8.11 textproc/py-html2text 26_SUPPORTED_PACKAGES+= html2text textproc/py-html2text-2019.8.11 textproc/py-html2text
28_SUPPORTED_PACKAGES+= hypothesis devel/py-hypothesis4 devel/py-hypothesis 27_SUPPORTED_PACKAGES+= hypothesis devel/py-hypothesis4 devel/py-hypothesis
29_SUPPORTED_PACKAGES+= ipython devel/py-ipython5 devel/py-ipython 28_SUPPORTED_PACKAGES+= ipython devel/py-ipython5 devel/py-ipython
30_SUPPORTED_PACKAGES+= isort devel/py-isort4 devel/py-isort 29_SUPPORTED_PACKAGES+= isort devel/py-isort4 devel/py-isort
31_SUPPORTED_PACKAGES+= jsonlib textproc/py-jsonlib textproc/py-jsonlib3 30_SUPPORTED_PACKAGES+= jsonlib textproc/py-jsonlib textproc/py-jsonlib3
32_SUPPORTED_PACKAGES+= markdown textproc/py-markdown3 textproc/py-markdown 31_SUPPORTED_PACKAGES+= markdown textproc/py-markdown3 textproc/py-markdown
33_SUPPORTED_PACKAGES+= more-itertools devel/py-more-itertools2 devel/py-more-itertools 32_SUPPORTED_PACKAGES+= more-itertools devel/py-more-itertools2 devel/py-more-itertools
34_SUPPORTED_PACKAGES+= packaging devel/py-packaging2 devel/py-packaging 33_SUPPORTED_PACKAGES+= packaging devel/py-packaging2 devel/py-packaging
35_SUPPORTED_PACKAGES+= pip devel/py-pip20 devel/py-pip 34_SUPPORTED_PACKAGES+= pip devel/py-pip20 devel/py-pip
36_SUPPORTED_PACKAGES+= pygments textproc/py-pygments25 textproc/py-pygments 35_SUPPORTED_PACKAGES+= pygments textproc/py-pygments25 textproc/py-pygments
37_SUPPORTED_PACKAGES+= pyparsing devel/py-pyparsing2 devel/py-pyparsing 36_SUPPORTED_PACKAGES+= pyparsing devel/py-pyparsing2 devel/py-pyparsing

cvs diff -r1.977 -r1.978 pkgsrc/sysutils/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/Makefile 2021/12/18 15:07:01 1.977
+++ pkgsrc/sysutils/Makefile 2021/12/31 13:25:18 1.978
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.977 2021/12/18 15:07:01 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.978 2021/12/31 13:25:18 adam Exp $
2# 2#
3 3
4COMMENT= System utilities 4COMMENT= System utilities
5 5
6SUBDIR+= 855resolution 6SUBDIR+= 855resolution
7SUBDIR+= 915resolution 7SUBDIR+= 915resolution
8SUBDIR+= 9base 8SUBDIR+= 9base
9SUBDIR+= R-later 9SUBDIR+= R-later
10SUBDIR+= R-processx 10SUBDIR+= R-processx
11SUBDIR+= R-progress 11SUBDIR+= R-progress
12SUBDIR+= R-ps 12SUBDIR+= R-ps
13SUBDIR+= R-sys 13SUBDIR+= R-sys
14SUBDIR+= R-unix 14SUBDIR+= R-unix
@@ -532,27 +532,26 @@ SUBDIR+= puppet @@ -532,27 +532,26 @@ SUBDIR+= puppet
532SUBDIR+= pv 532SUBDIR+= pv
533SUBDIR+= pwgen 533SUBDIR+= pwgen
534SUBDIR+= py-Glances 534SUBDIR+= py-Glances
535SUBDIR+= py-Send2Trash 535SUBDIR+= py-Send2Trash
536SUBDIR+= py-appnope 536SUBDIR+= py-appnope
537SUBDIR+= py-augeas 537SUBDIR+= py-augeas
538SUBDIR+= py-borgbackup 538SUBDIR+= py-borgbackup
539SUBDIR+= py-collectd 539SUBDIR+= py-collectd
540SUBDIR+= py-cpuinfo 540SUBDIR+= py-cpuinfo
541SUBDIR+= py-crontab 541SUBDIR+= py-crontab
542SUBDIR+= py-dbus 542SUBDIR+= py-dbus
543SUBDIR+= py-diffoscope 543SUBDIR+= py-diffoscope
544SUBDIR+= py-eliot 544SUBDIR+= py-eliot
545SUBDIR+= py-eliot17 
546SUBDIR+= py-euca2ools 545SUBDIR+= py-euca2ools
547SUBDIR+= py-filetype 546SUBDIR+= py-filetype
548SUBDIR+= py-google-compute-engine 547SUBDIR+= py-google-compute-engine
549SUBDIR+= py-kazoo 548SUBDIR+= py-kazoo
550SUBDIR+= py-magic 549SUBDIR+= py-magic
551SUBDIR+= py-notify 550SUBDIR+= py-notify
552SUBDIR+= py-notify-python 551SUBDIR+= py-notify-python
553SUBDIR+= py-pathtools 552SUBDIR+= py-pathtools
554SUBDIR+= py-pefile 553SUBDIR+= py-pefile
555SUBDIR+= py-pid 554SUBDIR+= py-pid
556SUBDIR+= py-psutil 555SUBDIR+= py-psutil
557SUBDIR+= py-ptyprocess 556SUBDIR+= py-ptyprocess
558SUBDIR+= py-pyinotify 557SUBDIR+= py-pyinotify

File Deleted: pkgsrc/sysutils/py-eliot17/Attic/ALTERNATIVES

File Deleted: pkgsrc/sysutils/py-eliot17/Attic/DESCR

File Deleted: pkgsrc/sysutils/py-eliot17/Attic/PLIST

File Deleted: pkgsrc/sysutils/py-eliot17/Attic/Makefile

File Deleted: pkgsrc/sysutils/py-eliot17/Attic/distinfo

File Deleted: pkgsrc/sysutils/py-eliot17/patches/Attic/patch-setup.py