[Python-modules-commits] r3919 - in packages/pygments/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Dec 10 19:44:52 UTC 2007
Date: Monday, December 10, 2007 @ 19:44:51
Author: piotr
Revision: 3919
Install original pygmentize script (not touched by setuptools) (no need to patch setup.py)
Modified:
packages/pygments/trunk/debian/changelog
packages/pygments/trunk/debian/patches/series
Deleted:
packages/pygments/trunk/debian/patches/pygmentize_without_setuptools.patch
Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog 2007-12-10 19:04:54 UTC (rev 3918)
+++ packages/pygments/trunk/debian/changelog 2007-12-10 19:44:51 UTC (rev 3919)
@@ -1,6 +1,7 @@
pygments (0.9-2) unstable; urgency=low
- * Add pygmentize_without_setuptools patch (closes: 455222)
+ * Install original pygmentize script (not touched by setuptools)
+ (closes: 455222)
-- Piotr Ożarowski <piotr at debian.org> Mon, 10 Dec 2007 19:59:55 +0100
Deleted: packages/pygments/trunk/debian/patches/pygmentize_without_setuptools.patch
===================================================================
--- packages/pygments/trunk/debian/patches/pygmentize_without_setuptools.patch 2007-12-10 19:04:54 UTC (rev 3918)
+++ packages/pygments/trunk/debian/patches/pygmentize_without_setuptools.patch 2007-12-10 19:44:51 UTC (rev 3919)
@@ -1,21 +0,0 @@
-Index: pygments-0.9/setup.py
-===================================================================
---- pygments-0.9.orig/setup.py 2007-12-10 19:54:59.000000000 +0100
-+++ pygments-0.9/setup.py 2007-12-10 19:55:06.000000000 +0100
-@@ -20,11 +20,11 @@
- keywords = 'syntax highlighting',
- packages = find_packages(),
- scripts = ['pygmentize'],
-- entry_points = {
-- 'console_scripts': [
-- 'pygmentize = pygments.cmdline:main',
-- ],
-- },
-+# entry_points = {
-+# 'console_scripts': [
-+# 'pygmentize = pygments.cmdline:main',
-+# ],
-+# },
- platforms = 'any',
- zip_safe = False,
- include_package_data = True,
Modified: packages/pygments/trunk/debian/patches/series
===================================================================
--- packages/pygments/trunk/debian/patches/series 2007-12-10 19:04:54 UTC (rev 3918)
+++ packages/pygments/trunk/debian/patches/series 2007-12-10 19:44:51 UTC (rev 3919)
@@ -1,2 +1 @@
-pygmentize_without_setuptools.patch
disable_ez_setup.patch
More information about the Python-modules-commits
mailing list