diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-test-django/distinfo | 3 | ||||
-rw-r--r-- | www/py-test-django/patches/patch-setup.py | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/www/py-test-django/distinfo b/www/py-test-django/distinfo index b6d4451f981..87297542e9f 100644 --- a/www/py-test-django/distinfo +++ b/www/py-test-django/distinfo @@ -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 --git a/www/py-test-django/patches/patch-setup.py b/www/py-test-django/patches/patch-setup.py new file mode 100644 index 00000000000..83829f02f1a --- /dev/null +++ b/www/py-test-django/patches/patch-setup.py @@ -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', |