pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-behave



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 16 13:10:01 UTC 2021

Modified Files:
        pkgsrc/devel/py-behave: distinfo
Added Files:
        pkgsrc/devel/py-behave/patches: patch-setup.py

Log Message:
py-behave: fix build with latest setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-behave/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-behave/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-behave/distinfo
diff -u pkgsrc/devel/py-behave/distinfo:1.3 pkgsrc/devel/py-behave/distinfo:1.4
--- pkgsrc/devel/py-behave/distinfo:1.3 Tue Oct 26 10:18:13 2021
+++ pkgsrc/devel/py-behave/distinfo     Thu Dec 16 13:10:01 2021
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:18:13 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/12/16 13:10:01 wiz Exp $
 
 BLAKE2s (behave-1.2.6.tar.gz) = 155cd2fea934347cddade46255c66c29b24b18f1f3b1ad0ad94841818fb340f0
 SHA512 (behave-1.2.6.tar.gz) = e741204d005aebf217b87e8ff0a6b8a2add4029612b63e994a3e8c12175723c88aabb6a053528130f07b278cf8a6592abd6beecce4fd3ffb5e0046ccfa2cd88d
 Size (behave-1.2.6.tar.gz) = 701696 bytes
+SHA1 (patch-setup.py) = 31d580b0c256f2a77d97a2907296d1e75874bff7

Added files:

Index: pkgsrc/devel/py-behave/patches/patch-setup.py
diff -u /dev/null pkgsrc/devel/py-behave/patches/patch-setup.py:1.1
--- /dev/null   Thu Dec 16 13:10:01 2021
+++ pkgsrc/devel/py-behave/patches/patch-setup.py       Thu Dec 16 13:10:01 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2021/12/16 13:10:01 wiz Exp $
+
+Compatibility with latest setuptools.
+
+--- setup.py.orig      2018-02-25 16:27:09.000000000 +0000
++++ setup.py
+@@ -100,8 +100,6 @@ setup(
+             "pylint",
+         ],
+     },
+-    # MAYBE-DISABLE: use_2to3
+-    use_2to3= bool(python_version >= 3.0),
+     license="BSD",
+     classifiers=[
+         "Development Status :: 4 - Beta",



Home | Main Index | Thread Index | Old Index