pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-soupsieve/patches py-soupsieve: Remove no longe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd070ab86796
branches: trunk
changeset: 332113:bd070ab86796
user: leot <leot%pkgsrc.org@localhost>
date: Thu Apr 04 06:37:09 2019 +0000
description:
py-soupsieve: Remove no longer needed/used patch
setup.py was differently adjusted upstream to exclude all tests.
diffstat:
www/py-soupsieve/patches/patch-setup.py | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diffs (19 lines):
diff -r 40b6e6ba5dc9 -r bd070ab86796 www/py-soupsieve/patches/patch-setup.py
--- a/www/py-soupsieve/patches/patch-setup.py Thu Apr 04 06:37:08 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2019/02/19 09:43:56 adam Exp $
-
-Exclude all tests.
-
---- setup.py.orig 2019-02-19 09:37:15.000000000 +0000
-+++ setup.py
-@@ -51,7 +51,7 @@ setup(
- author='Isaac Muse',
- author_email='Isaac.Muse%gmail.com@localhost',
- url='https://github.com/facelessuser/soupsieve',
-- packages=find_packages(exclude=['tests', 'tools']),
-+ packages=find_packages(exclude=['tests', 'tests.*', 'tools']),
- install_requires=get_requirements(),
- license='MIT License',
- classifiers=[
Home |
Main Index |
Thread Index |
Old Index