pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-classy-tags/patches py-django-classy-tag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/961e99626113
branches:  trunk
changeset: 445050:961e99626113
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 16 09:02:28 2021 +0000

description:
py-django-classy-tags: add patch

diffstat:

 www/py-django-classy-tags/patches/patch-setup.py |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 0aa009a3a6fd -r 961e99626113 www/py-django-classy-tags/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-classy-tags/patches/patch-setup.py  Sat Jan 16 09:02:28 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2021/01/16 09:02:28 adam Exp $
+
+Do not install tests.
+
+--- setup.py.orig      2021-01-16 08:24:26.000000000 +0000
++++ setup.py
+@@ -41,7 +41,7 @@ setup(
+     license='BSD',
+     description='Class based template tags for Django',
+     long_description=open('README.rst').read(),
+-    packages=find_packages(),
++    packages=find_packages(exclude=['tests']),
+     include_package_data=True,
+     zip_safe=False,
+     install_requires=REQUIREMENTS,



Home | Main Index | Thread Index | Old Index