~ubuntu-branches/ubuntu/wily/pyopencl/wily

« back to all changes in this revision

Viewing changes to debian/patches/replace-setuptools.patch

  • Committer: Bazaar Package Importer
  • Author(s): Tomasz Rybak
  • Date: 2010-05-31 19:29:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100531192900-3vv2wuddhh6r2sxw
Tags: 0.92~beta+git20100709-1
* Initial release
* Replaced usage of setuptools with python-setuptools from Debian
* Deleted jquery.js and replace it with link to script from libjs-jquery

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Disable setuptools
 
2
 Do not download setuptool during building of package; python-setuptools
 
3
 contains all necessary files and we avoid network traffic from build machine.
 
4
Forwarded: not-needed
 
5
Author: Tomasz Rybak <bogomips@post.pl>
 
6
Last-Update: 2010-06-02
 
7
Index: pyopencl-0,91.5+git20100531/MANIFEST.in
 
8
===================================================================
 
9
--- pyopencl-0,91.5+git20100531.orig/MANIFEST.in        2010-06-02 17:30:59.000000000 +0200
 
10
+++ pyopencl-0,91.5+git20100531/MANIFEST.in     2010-06-02 17:31:14.000000000 +0200
 
11
@@ -7,7 +7,6 @@
 
12
 include doc/*.py
 
13
 include doc/source/conf.py
 
14
 
 
15
-include distribute_setup.py
 
16
 include configure.py
 
17
 include Makefile.in
 
18
 include aksetup_helper.py
 
19
Index: pyopencl-0,91.5+git20100531/aksetup_helper.py
 
20
===================================================================
 
21
--- pyopencl-0,91.5+git20100531.orig/aksetup_helper.py  2010-06-02 17:30:55.000000000 +0200
 
22
+++ pyopencl-0,91.5+git20100531/aksetup_helper.py       2010-06-02 17:31:06.000000000 +0200
 
23
@@ -1,7 +1,3 @@
 
24
-# dealings with ez_setup ------------------------------------------------------
 
25
-import distribute_setup
 
26
-distribute_setup.use_setuptools()
 
27
-
 
28
 from setuptools import Extension
 
29
 
 
30
 def setup(*args, **kwargs):