pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-xmlschema py-xmlschema: patch for Python 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3994b733d369
branches:  trunk
changeset: 771943:3994b733d369
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 30 13:39:00 2021 +0000

description:
py-xmlschema: patch for Python 3.6 is no longer needed

diffstat:

 textproc/py-xmlschema/distinfo               |   3 +--
 textproc/py-xmlschema/patches/patch-setup.py |  15 ---------------
 2 files changed, 1 insertions(+), 17 deletions(-)

diffs (30 lines):

diff -r a4957ad94f98 -r 3994b733d369 textproc/py-xmlschema/distinfo
--- a/textproc/py-xmlschema/distinfo    Thu Dec 30 13:38:24 2021 +0000
+++ b/textproc/py-xmlschema/distinfo    Thu Dec 30 13:39:00 2021 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.33 2021/12/15 09:39:00 adam Exp $
+$NetBSD: distinfo,v 1.34 2021/12/30 13:39:00 adam Exp $
 
 BLAKE2s (xmlschema-1.9.1.tar.gz) = a7d87c5e2554a0263c5f3fa9584a85187b2ef3e6c6cb6386462324cefb59a1d6
 SHA512 (xmlschema-1.9.1.tar.gz) = 958052e5a3573c5e3ae08fe487cbbb219d361264920f7ffc4157faf53a4e260f256c0ad9a68575c16d2e6cc1bd75b94459ec088b08daa4a419f756f1a7044836
 Size (xmlschema-1.9.1.tar.gz) = 394695 bytes
-SHA1 (patch-setup.py) = acfd8a0bcb39c7d35c5fcd62bfed643a81fe7516
diff -r a4957ad94f98 -r 3994b733d369 textproc/py-xmlschema/patches/patch-setup.py
--- a/textproc/py-xmlschema/patches/patch-setup.py      Thu Dec 30 13:38:24 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.3 2021/06/11 05:24:08 adam Exp $
-
-Fix for Python 3.6.
-
---- setup.py.orig      2021-06-09 17:22:21.000000000 +0000
-+++ setup.py
-@@ -12,7 +12,7 @@ from setuptools import setup, find_packa
- from pathlib import Path
- 
- 
--with Path(__file__).parent.joinpath('README.rst').open() as readme:
-+with Path(__file__).parent.joinpath('README.rst').open(encoding='utf-8') as readme:
-     long_description = readme.read()
- 
- 



Home | Main Index | Thread Index | Old Index