Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cssutils/files: cssutils-0.9.6_beta4-fix_setup.py.patch
Date: Sat, 29 Aug 2009 13:49:48
Message-Id: E1MhT8U-0008NH-3q@stork.gentoo.org
1 arfrever 09/08/29 18:58:50
2
3 Added: cssutils-0.9.6_beta4-fix_setup.py.patch
4 Log:
5 Version bump. Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14170-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/cssutils/files/cssutils-0.9.6_beta4-fix_setup.py.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cssutils/files/cssutils-0.9.6_beta4-fix_setup.py.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cssutils/files/cssutils-0.9.6_beta4-fix_setup.py.patch?rev=1.1&content-type=text/plain
13
14 Index: cssutils-0.9.6_beta4-fix_setup.py.patch
15 ===================================================================
16 --- setup.py
17 +++ setup.py
18 @@ -11,9 +11,11 @@
19 __date__ = '$LastChangedDate:: 2009-08-29 15:06:05 +0200 #$:'
20 __version__ = '0.9.6b4'
21
22 -from cssutils import VERSION
23 import codecs
24 import os
25 +import sys
26 +sys.path.insert(0, "src")
27 +from cssutils import VERSION
28
29 try:
30 from setuptools import setup, find_packages