pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-test-django Relax overly restrictive dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd46d43ab5b7
branches:  trunk
changeset: 377945:dd46d43ab5b7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 24 17:06:44 2018 +0000

description:
Relax overly restrictive dependency.

diffstat:

 www/py-test-django/distinfo               |   3 ++-
 www/py-test-django/patches/patch-setup.py |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 9e42cb155af8 -r dd46d43ab5b7 www/py-test-django/distinfo
--- a/www/py-test-django/distinfo       Sat Mar 24 16:50:29 2018 +0000
+++ b/www/py-test-django/distinfo       Sat Mar 24 17:06:44 2018 +0000
@@ -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
diff -r 9e42cb155af8 -r dd46d43ab5b7 www/py-test-django/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-test-django/patches/patch-setup.py Sat Mar 24 17:06:44 2018 +0000
@@ -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