pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 24 07:14:59 UTC 2018

Modified Files:
        pkgsrc/devel/py-test-fixture-config: distinfo
        pkgsrc/devel/py-test-shutil: distinfo
        pkgsrc/devel/py-test-virtualenv: distinfo
Added Files:
        pkgsrc/devel/py-test-fixture-config/patches: patch-common_setup.py
        pkgsrc/devel/py-test-shutil/patches: patch-common_setup.py
        pkgsrc/devel/py-test-virtualenv/patches: patch-common_setup.py

Log Message:
Do not depend on setuptools-git.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-fixture-config/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-test-fixture-config/patches/patch-common_setup.py
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-shutil/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-test-shutil/patches/patch-common_setup.py
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-virtualenv/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-test-virtualenv/patches/patch-common_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-test-fixture-config/distinfo
diff -u pkgsrc/devel/py-test-fixture-config/distinfo:1.1 pkgsrc/devel/py-test-fixture-config/distinfo:1.2
--- pkgsrc/devel/py-test-fixture-config/distinfo:1.1    Sat Mar 24 06:47:00 2018
+++ pkgsrc/devel/py-test-fixture-config/distinfo        Sat Mar 24 07:14:59 2018
@@ -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

Index: pkgsrc/devel/py-test-shutil/distinfo
diff -u pkgsrc/devel/py-test-shutil/distinfo:1.1 pkgsrc/devel/py-test-shutil/distinfo:1.2
--- pkgsrc/devel/py-test-shutil/distinfo:1.1    Sat Mar 24 06:49:39 2018
+++ pkgsrc/devel/py-test-shutil/distinfo        Sat Mar 24 07:14:59 2018
@@ -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

Index: pkgsrc/devel/py-test-virtualenv/distinfo
diff -u pkgsrc/devel/py-test-virtualenv/distinfo:1.1 pkgsrc/devel/py-test-virtualenv/distinfo:1.2
--- pkgsrc/devel/py-test-virtualenv/distinfo:1.1        Sat Mar 24 06:49:07 2018
+++ pkgsrc/devel/py-test-virtualenv/distinfo    Sat Mar 24 07:14:59 2018
@@ -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

Added files:

Index: pkgsrc/devel/py-test-fixture-config/patches/patch-common_setup.py
diff -u /dev/null pkgsrc/devel/py-test-fixture-config/patches/patch-common_setup.py:1.1
--- /dev/null   Sat Mar 24 07:14:59 2018
+++ pkgsrc/devel/py-test-fixture-config/patches/patch-common_setup.py   Sat Mar 24 07:14:59 2018
@@ -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
+             )

Index: pkgsrc/devel/py-test-shutil/patches/patch-common_setup.py
diff -u /dev/null pkgsrc/devel/py-test-shutil/patches/patch-common_setup.py:1.1
--- /dev/null   Sat Mar 24 07:14:59 2018
+++ pkgsrc/devel/py-test-shutil/patches/patch-common_setup.py   Sat Mar 24 07:14:59 2018
@@ -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
+             )

Index: pkgsrc/devel/py-test-virtualenv/patches/patch-common_setup.py
diff -u /dev/null pkgsrc/devel/py-test-virtualenv/patches/patch-common_setup.py:1.1
--- /dev/null   Sat Mar 24 07:14:59 2018
+++ pkgsrc/devel/py-test-virtualenv/patches/patch-common_setup.py       Sat Mar 24 07:14:59 2018
@@ -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