pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Do not depend on setuptools-git.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7cbc3ae9e86
branches:  trunk
changeset: 377884:b7cbc3ae9e86
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 24 07:14:59 2018 +0000

description:
Do not depend on setuptools-git.

diffstat:

 devel/py-test-fixture-config/distinfo                      |   3 ++-
 devel/py-test-fixture-config/patches/patch-common_setup.py |  13 +++++++++++++
 devel/py-test-shutil/distinfo                              |   3 ++-
 devel/py-test-shutil/patches/patch-common_setup.py         |  13 +++++++++++++
 devel/py-test-virtualenv/distinfo                          |   3 ++-
 devel/py-test-virtualenv/patches/patch-common_setup.py     |  13 +++++++++++++
 6 files changed, 45 insertions(+), 3 deletions(-)

diffs (87 lines):

diff -r 38194227d5f1 -r b7cbc3ae9e86 devel/py-test-fixture-config/distinfo
--- a/devel/py-test-fixture-config/distinfo     Sat Mar 24 07:07:11 2018 +0000
+++ b/devel/py-test-fixture-config/distinfo     Sat Mar 24 07:14:59 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/03/24 06:47:00 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/03/24 07:14:59 adam Exp $
 
 SHA1 (pytest-fixture-config-1.3.0.tar.gz) = cfe8f1a0eea6c70032f221d9fb7cf10d2fbd84ee
 RMD160 (pytest-fixture-config-1.3.0.tar.gz) = cc8f61e008031d14908b3cac417c9ab3a39b9fec
 SHA512 (pytest-fixture-config-1.3.0.tar.gz) = b5eb9354cfa187563ce3ba63d47d144e7d6563649d27c8ba241f960a2c17e76c8597951dcc2403a063ae2833cc23589297a94cbe81ffce7e5342ae93f2267d82
 Size (pytest-fixture-config-1.3.0.tar.gz) = 8135 bytes
+SHA1 (patch-common_setup.py) = 5c74ba132a8d3482a07480687b5d27b0481007a7
diff -r 38194227d5f1 -r b7cbc3ae9e86 devel/py-test-fixture-config/patches/patch-common_setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-fixture-config/patches/patch-common_setup.py        Sat Mar 24 07:14:59 2018 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-common_setup.py,v 1.1 2018/03/24 07:14:59 adam Exp $
+
+Do not depend on setuptools-git.
+
+--- common_setup.py.orig       2018-03-24 07:08:04.000000000 +0000
++++ common_setup.py
+@@ -72,6 +72,5 @@ def common_setup(src_dir):
+             license='MIT license',
+             platforms=['unix', 'linux'],
+             cmdclass={'test': PyTest, 'egg_info': EggInfo},
+-            setup_requires=['setuptools-git'],
+             include_package_data=True
+             )
diff -r 38194227d5f1 -r b7cbc3ae9e86 devel/py-test-shutil/distinfo
--- a/devel/py-test-shutil/distinfo     Sat Mar 24 07:07:11 2018 +0000
+++ b/devel/py-test-shutil/distinfo     Sat Mar 24 07:14:59 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/03/24 06:49:39 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/03/24 07:14:59 adam Exp $
 
 SHA1 (pytest-shutil-1.3.0.tar.gz) = 09ecdc85412e554fb2926ddd41403ae698fd62fc
 RMD160 (pytest-shutil-1.3.0.tar.gz) = ea021ee0eb1620b4ebd4e0de6d8d9c078b96cdb1
 SHA512 (pytest-shutil-1.3.0.tar.gz) = 93ba36359457cdc2f65dcd2357ef3be68c7487b2ec2fc4fc66c3718cd29fc61054ed6f6e721ecf649f947a48abbdd2d2a1f14bfea912a9617d104da3cfdcae32
 Size (pytest-shutil-1.3.0.tar.gz) = 20990 bytes
+SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41
diff -r 38194227d5f1 -r b7cbc3ae9e86 devel/py-test-shutil/patches/patch-common_setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-shutil/patches/patch-common_setup.py        Sat Mar 24 07:14:59 2018 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-common_setup.py,v 1.1 2018/03/24 07:14:59 adam Exp $
+
+Do not depend on setuptools-git.
+
+--- common_setup.py.orig       2018-03-24 07:10:19.000000000 +0000
++++ common_setup.py
+@@ -72,6 +72,5 @@ def common_setup(src_dir):
+             license='MIT license',
+             platforms=['unix', 'linux'],
+             cmdclass={'test': PyTest, 'egg_info': EggInfo},
+-            setup_requires=['setuptools-git'],
+             include_package_data=True
+             )
diff -r 38194227d5f1 -r b7cbc3ae9e86 devel/py-test-virtualenv/distinfo
--- a/devel/py-test-virtualenv/distinfo Sat Mar 24 07:07:11 2018 +0000
+++ b/devel/py-test-virtualenv/distinfo Sat Mar 24 07:14:59 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/03/24 06:49:07 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/03/24 07:14:59 adam Exp $
 
 SHA1 (pytest-virtualenv-1.3.0.tar.gz) = 6bc99d2c5f58391e1ed736d4c491776495affbb4
 RMD160 (pytest-virtualenv-1.3.0.tar.gz) = 286335da4273e2c953cc8cad6aae311b41ee30bf
 SHA512 (pytest-virtualenv-1.3.0.tar.gz) = 58d660b093ebcc8137ba9afbef90e14d8413f13cf7aebefc5e21b0dab706697dc52e06e208ace2b08b31e36740c536ab54c177c5637dfc3a587f81887c997f12
 Size (pytest-virtualenv-1.3.0.tar.gz) = 12498 bytes
+SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41
diff -r 38194227d5f1 -r b7cbc3ae9e86 devel/py-test-virtualenv/patches/patch-common_setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-virtualenv/patches/patch-common_setup.py    Sat Mar 24 07:14:59 2018 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-common_setup.py,v 1.1 2018/03/24 07:14:59 adam Exp $
+
+Do not depend on setuptools-git.
+
+--- common_setup.py.orig       2018-03-24 07:10:19.000000000 +0000
++++ common_setup.py
+@@ -72,6 +72,5 @@ def common_setup(src_dir):
+             license='MIT license',
+             platforms=['unix', 'linux'],
+             cmdclass={'test': PyTest, 'egg_info': EggInfo},
+-            setup_requires=['setuptools-git'],
+             include_package_data=True
+             )



Home | Main Index | Thread Index | Old Index