pkgsrc-WIP-changes archive

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

uzbl-git: Drop a patch applied upstream



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Feb 28 22:05:11 2017 +0100
Changeset:	ea8b8cff63fc2b582ede7e11e5a7968fff052e0f

Modified Files:
	uzbl-git/Makefile
	uzbl-git/distinfo
Removed Files:
	uzbl-git/patches/patch-examples_data_scripts_auth.py

Log Message:
uzbl-git: Drop a patch applied upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ea8b8cff63fc2b582ede7e11e5a7968fff052e0f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 uzbl-git/Makefile                                    |  4 ----
 uzbl-git/distinfo                                    |  1 -
 uzbl-git/patches/patch-examples_data_scripts_auth.py | 20 --------------------
 3 files changed, 25 deletions(-)

diffs:
diff --git a/uzbl-git/Makefile b/uzbl-git/Makefile
index d9ceb5409b..8099ee73c4 100644
--- a/uzbl-git/Makefile
+++ b/uzbl-git/Makefile
@@ -42,14 +42,10 @@ REPLACE_PYTHON+=	examples/data/scripts/per-site-settings.py
 REPLACE_PYTHON+=	examples/data/scripts/scheme.py
 .include "../../lang/python/application.mk"
 
-pre-configure:
-	${RM} ${WRKSRC}/examples/data/scripts/auth.py.orig
-
 BUILD_DEPENDS+=	${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
 BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 # for uzbl-browser
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-# for auth.py
 DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
 .include "../../www/webkit-gtk/buildlink3.mk"
diff --git a/uzbl-git/distinfo b/uzbl-git/distinfo
index a37e7179ae..6957138b98 100644
--- a/uzbl-git/distinfo
+++ b/uzbl-git/distinfo
@@ -1,4 +1,3 @@
 $NetBSD$
 
 SHA1 (patch-Makefile) = 084b2008ad64fc8597ccc3d973bf74cb4f23844a
-SHA1 (patch-examples_data_scripts_auth.py) = 29f222ebd756c617e9d26313fb229d3bec87c0cf
diff --git a/uzbl-git/patches/patch-examples_data_scripts_auth.py b/uzbl-git/patches/patch-examples_data_scripts_auth.py
deleted file mode 100644
index 9742641716..0000000000
--- a/uzbl-git/patches/patch-examples_data_scripts_auth.py
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD$
-
-Port to Python 3
-
---- examples/data/scripts/auth.py.orig	2016-07-07 11:51:48.000000000 +0000
-+++ examples/data/scripts/auth.py
-@@ -3,6 +3,13 @@
- from __future__ import print_function
- 
- import os
-+try:
-+    import pygtkcompat
-+except ImportError:
-+    pygtkcompat = None
-+if not (pygtkcompat is None):
-+    pygtkcompat.enable()
-+    pygtkcompat.enable_gtk()
- import gtk
- import sys
- import argparse


Home | Main Index | Thread Index | Old Index