pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-classy-tags/patches
Module Name: pkgsrc
Committed By: adam
Date: Sat Jan 16 09:02:28 UTC 2021
Added Files:
pkgsrc/www/py-django-classy-tags/patches: patch-setup.py
Log Message:
py-django-classy-tags: add patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/py-django-classy-tags/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/py-django-classy-tags/patches/patch-setup.py
diff -u /dev/null pkgsrc/www/py-django-classy-tags/patches/patch-setup.py:1.1
--- /dev/null Sat Jan 16 09:02:28 2021
+++ pkgsrc/www/py-django-classy-tags/patches/patch-setup.py Sat Jan 16 09:02:28 2021
@@ -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