pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-flakes/patches Remove unused patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/833ea8a7014a
branches:  trunk
changeset: 624918:833ea8a7014a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 03 08:45:43 2013 +0000

description:
Remove unused patch.

diffstat:

 devel/py-flakes/patches/patch-setup.py |  21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diffs (25 lines):

diff -r ee8fa8cc765c -r 833ea8a7014a devel/py-flakes/patches/patch-setup.py
--- a/devel/py-flakes/patches/patch-setup.py    Thu Oct 03 08:31:33 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2013/01/03 14:15:32 ryoon Exp $
-
---- setup.py.orig      2012-09-10 00:13:07.000000000 +0100
-+++ setup.py   2012-09-10 00:17:04.000000000 +0100
-@@ -2,6 +2,7 @@
- # Copyright 2005-2011 Divmod, Inc.  See LICENSE file for details
- 
- from distutils.core import setup
-+import sys
- 
- setup(
-     name="pyflakes",
-@@ -14,7 +15,7 @@
-     maintainer_email="divmod-dev%lists.launchpad.net@localhost",
-     url="https://launchpad.net/pyflakes";,
-     packages=["pyflakes", "pyflakes.scripts", "pyflakes.test"],
--    scripts=["bin/pyflakes"],
-+    scripts=["bin/pyflakes"+sys.version[0:3]],
-     long_description="""Pyflakes is program to analyze Python programs and detect various errors. It
- works by parsing the source file, not importing it, so it is safe to use on
- modules with side effects. It's also much faster.""",



Home | Main Index | Thread Index | Old Index