Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: fix some packages for py-setuptools 50.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90deb1b1b66d
branches:  trunk
changeset: 437899:90deb1b1b66d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 02 21:42:47 2020 +0000

description:
*: fix some packages for py-setuptools 50.0.1

diffstat:

 audio/playitslowly/Makefile                      |   4 ++--
 audio/playitslowly/PLIST                         |   7 +++++--
 devel/meld/Makefile                              |   4 ++--
 devel/meld/PLIST                                 |   9 +++++----
 devel/py-ruamel-yaml-clib/Makefile               |   4 ++--
 devel/py-ruamel-yaml-clib/distinfo               |   3 ++-
 devel/py-ruamel-yaml-clib/patches/patch-setup.py |  19 +++++++++++++++++++
 devel/py-ruamel-yaml/distinfo                    |   3 ++-
 devel/py-ruamel-yaml/patches/patch-setup.py      |  19 +++++++++++++++++++
 misc/gaupol/Makefile                             |   4 ++--
 misc/gaupol/PLIST                                |   7 +++++--
 11 files changed, 65 insertions(+), 18 deletions(-)

diffs (188 lines):

diff -r bbf24af2e39e -r 90deb1b1b66d audio/playitslowly/Makefile
--- a/audio/playitslowly/Makefile       Wed Sep 02 21:42:29 2020 +0000
+++ b/audio/playitslowly/Makefile       Wed Sep 02 21:42:47 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2019/04/25 07:32:36 maya Exp $
+# $NetBSD: Makefile,v 1.10 2020/09/02 21:42:47 wiz Exp $
 
 DISTNAME=      playitslowly-1.5.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  https://29a.ch/playitslowly/
 
diff -r bbf24af2e39e -r 90deb1b1b66d audio/playitslowly/PLIST
--- a/audio/playitslowly/PLIST  Wed Sep 02 21:42:29 2020 +0000
+++ b/audio/playitslowly/PLIST  Wed Sep 02 21:42:47 2020 +0000
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2015/12/27 22:54:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/09/02 21:42:47 wiz Exp $
 bin/playitslowly
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/playitslowly-py${PYVERSSUFFIX}.install-info
 ${PYSITELIB}/playitslowly/__init__.py
 ${PYSITELIB}/playitslowly/__init__.pyc
diff -r bbf24af2e39e -r 90deb1b1b66d devel/meld/Makefile
--- a/devel/meld/Makefile       Wed Sep 02 21:42:29 2020 +0000
+++ b/devel/meld/Makefile       Wed Sep 02 21:42:47 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2020/08/17 20:18:28 leot Exp $
+# $NetBSD: Makefile,v 1.107 2020/09/02 21:42:48 wiz Exp $
 
 DISTNAME=              meld-3.21.0
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/meld/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=          .tar.xz
diff -r bbf24af2e39e -r 90deb1b1b66d devel/meld/PLIST
--- a/devel/meld/PLIST  Wed Sep 02 21:42:29 2020 +0000
+++ b/devel/meld/PLIST  Wed Sep 02 21:42:47 2020 +0000
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.36 2020/04/26 16:17:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.37 2020/09/02 21:42:48 wiz Exp $
 bin/meld
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/meld/__init__.py
 ${PYSITELIB}/meld/__init__.pyc
 ${PYSITELIB}/meld/__init__.pyo
@@ -195,8 +198,6 @@
 ${PYSITELIB}/meld/windowstate.py
 ${PYSITELIB}/meld/windowstate.pyc
 ${PYSITELIB}/meld/windowstate.pyo
-@pkgdir share/meld/icons
-@pkgdir share/meld/ui
 man/man1/meld.1
 share/applications/org.gnome.meld.desktop
 share/doc/${PKGNAME}/COPYING
diff -r bbf24af2e39e -r 90deb1b1b66d devel/py-ruamel-yaml-clib/Makefile
--- a/devel/py-ruamel-yaml-clib/Makefile        Wed Sep 02 21:42:29 2020 +0000
+++ b/devel/py-ruamel-yaml-clib/Makefile        Wed Sep 02 21:42:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/17 10:05:23 leot Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/02 21:42:48 wiz Exp $
 
 DISTNAME=      ruamel.yaml.clib-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/1:S/./-/1}
@@ -6,7 +6,7 @@
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/ruamel.yaml.clib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://bitbucket.org/ruamel/yaml
+HOMEPAGE=      https://yaml.readthedocs.io/en/latest/
 COMMENT=       C version of reader, parser and emitter for ruamel.yaml
 LICENSE=       mit
 
diff -r bbf24af2e39e -r 90deb1b1b66d devel/py-ruamel-yaml-clib/distinfo
--- a/devel/py-ruamel-yaml-clib/distinfo        Wed Sep 02 21:42:29 2020 +0000
+++ b/devel/py-ruamel-yaml-clib/distinfo        Wed Sep 02 21:42:47 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/12/17 10:05:23 leot Exp $
+$NetBSD: distinfo,v 1.2 2020/09/02 21:42:48 wiz Exp $
 
 SHA1 (ruamel.yaml.clib-0.2.0.tar.gz) = 489ab4a88d8dedbdb04b4b772bb478e51c88d851
 RMD160 (ruamel.yaml.clib-0.2.0.tar.gz) = acd23a8ef6f99c3c1d0ad76fe083c6fe98616e2b
 SHA512 (ruamel.yaml.clib-0.2.0.tar.gz) = 7d716e27963b97a1735ba7ff0e581f7ecdfa62725cc42def59ad0ccdf9e23a9f7dfbc3cac298bb3e29362535036b07ba0f523452d6f73248be53c69796637e34
 Size (ruamel.yaml.clib-0.2.0.tar.gz) = 178084 bytes
+SHA1 (patch-setup.py) = cf0428b68f8555346e28ee6412d0b41b7bc4d6ea
diff -r bbf24af2e39e -r 90deb1b1b66d devel/py-ruamel-yaml-clib/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ruamel-yaml-clib/patches/patch-setup.py  Wed Sep 02 21:42:47 2020 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-setup.py,v 1.1 2020/09/02 21:42:48 wiz Exp $
+
+Compatibility with setuptools>=50.0.0
+https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580
+
+--- setup.py.orig      2019-09-27 06:04:08.000000000 +0000
++++ setup.py
+@@ -447,10 +447,7 @@ class NameSpacePackager(object):
+             sys.exit(1)
+ 
+     def check(self):
+-        try:
+-            from pip.exceptions import InstallationError
+-        except ImportError:
+-            return
++        InstallationError = Exception
+         # arg is either develop (pip install -e) or install
+         if self.command not in ['install', 'develop']:
+             return
diff -r bbf24af2e39e -r 90deb1b1b66d devel/py-ruamel-yaml/distinfo
--- a/devel/py-ruamel-yaml/distinfo     Wed Sep 02 21:42:29 2020 +0000
+++ b/devel/py-ruamel-yaml/distinfo     Wed Sep 02 21:42:47 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.12 2020/02/19 09:41:50 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/09/02 21:42:48 wiz Exp $
 
 SHA1 (ruamel.yaml-0.16.10.tar.gz) = 1aff3775a008c3bb13c6013c347a272300838c07
 RMD160 (ruamel.yaml-0.16.10.tar.gz) = b2a00deb09765db0874697b065cb899a748e86f6
 SHA512 (ruamel.yaml-0.16.10.tar.gz) = f124575a5054f993d5826d03aa7a9500a1084c5201be1517be36e587bfc60ea4d13b29dbdb3e62bfbd309fe9992590fd0a5028a43f0fd26a5a5cbc9f3dcf423b
 Size (ruamel.yaml-0.16.10.tar.gz) = 147033 bytes
+SHA1 (patch-setup.py) = e96bd7620bba77205595a5ef9676c22c62e3292b
diff -r bbf24af2e39e -r 90deb1b1b66d devel/py-ruamel-yaml/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ruamel-yaml/patches/patch-setup.py       Wed Sep 02 21:42:47 2020 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-setup.py,v 1.1 2020/09/02 21:42:48 wiz Exp $
+
+Compatibility with setuptools>=50.0.0
+https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580
+
+--- setup.py.orig      2020-02-12 12:29:41.000000000 +0000
++++ setup.py
+@@ -446,10 +446,7 @@ class NameSpacePackager(object):
+             sys.exit(1)
+ 
+     def check(self):
+-        try:
+-            from pip.exceptions import InstallationError
+-        except ImportError:
+-            return
++        InstallationError = Exception
+         # arg is either develop (pip install -e) or install
+         if self.command not in ['install', 'develop']:
+             return
diff -r bbf24af2e39e -r 90deb1b1b66d misc/gaupol/Makefile
--- a/misc/gaupol/Makefile      Wed Sep 02 21:42:29 2020 +0000
+++ b/misc/gaupol/Makefile      Wed Sep 02 21:42:47 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2020/08/17 20:19:29 leot Exp $
+# $NetBSD: Makefile,v 1.44 2020/09/02 21:42:48 wiz Exp $
 
 DISTNAME=      gaupol-0.28.2
-PKGREVISION=   15
+PKGREVISION=   16
 CATEGORIES=    misc
 #MASTER_SITES= http://download.gna.org/gaupol/0.28/
 EXTRACT_SUFX=  .tar.xz
diff -r bbf24af2e39e -r 90deb1b1b66d misc/gaupol/PLIST
--- a/misc/gaupol/PLIST Wed Sep 02 21:42:29 2020 +0000
+++ b/misc/gaupol/PLIST Wed Sep 02 21:42:47 2020 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.12 2016/02/06 16:30:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/09/02 21:42:48 wiz Exp $
 bin/gaupol
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/aeidon/__init__.py
 ${PYSITELIB}/aeidon/__init__.pyc
 ${PYSITELIB}/aeidon/__init__.pyo
@@ -217,6 +216,10 @@
 ${PYSITELIB}/aeidon/util.py
 ${PYSITELIB}/aeidon/util.pyc
 ${PYSITELIB}/aeidon/util.pyo
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/gaupol/__init__.py
 ${PYSITELIB}/gaupol/__init__.pyc
 ${PYSITELIB}/gaupol/__init__.pyo



Home | Main Index | Thread Index | Old Index