pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-test-django



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Mar 24 17:06:44 UTC 2018

Modified Files:
        pkgsrc/www/py-test-django: distinfo
Added Files:
        pkgsrc/www/py-test-django/patches: patch-setup.py

Log Message:
Relax overly restrictive dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-test-django/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-test-django/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/www/py-test-django/distinfo
diff -u pkgsrc/www/py-test-django/distinfo:1.1 pkgsrc/www/py-test-django/distinfo:1.2
--- pkgsrc/www/py-test-django/distinfo:1.1      Thu Jan 11 14:07:11 2018
+++ pkgsrc/www/py-test-django/distinfo  Sat Mar 24 17:06:44 2018
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/01/11 14:07:11 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/03/24 17:06:44 joerg Exp $
 
 SHA1 (pytest-django-3.1.2.tar.gz) = db4fa00349697a6623fa3f3741c903db6cef92a0
 RMD160 (pytest-django-3.1.2.tar.gz) = 2022e41ee0eedb22da725a1c27807c5f0ad11ee1
 SHA512 (pytest-django-3.1.2.tar.gz) = 7abe96ffcd427bc48163a7016e2e3f7e31ef4176471163679a34ca4bea88a28dcd1033f8c24eb4880c355c55f58a790164021bda1c28fbd09fc426c80f2c775b
 Size (pytest-django-3.1.2.tar.gz) = 60225 bytes
+SHA1 (patch-setup.py) = 55c66881c05459beafe5828fb665d4c1de693f2f

Added files:

Index: pkgsrc/www/py-test-django/patches/patch-setup.py
diff -u /dev/null pkgsrc/www/py-test-django/patches/patch-setup.py:1.1
--- /dev/null   Sat Mar 24 17:06:44 2018
+++ pkgsrc/www/py-test-django/patches/patch-setup.py    Sat Mar 24 17:06:44 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-setup.py,v 1.1 2018/03/24 17:06:44 joerg Exp $
+
+--- setup.py.orig      2018-03-24 14:40:26.001382784 +0000
++++ setup.py
+@@ -28,7 +28,7 @@ setup(
+     license='BSD-3-Clause',
+     packages=['pytest_django'],
+     long_description=read('README.rst'),
+-    setup_requires=['setuptools_scm==1.11.1'],
++    setup_requires=['setuptools_scm>=1.11.1'],
+     install_requires=['pytest>=2.9'],
+     classifiers=['Development Status :: 5 - Production/Stable',
+                  'Framework :: Django',



Home | Main Index | Thread Index | Old Index