Skip to content

Commit

Permalink
- Removed build dependency on Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Dumez committed Oct 27, 2007
1 parent ebc738e commit b66be5b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 57 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- BUGFIX: Prevent downloadFromUrl flooding
- BUGFIX: ETA was wrong for torrents with filtered files
- BUGFIX: Fixed drag'n drop on non-KDE systems
- BUGFIX: Removed build dependency on Python
- COSMETIC: Redesigned torrent properties a little
- COSMETIC: Totally redesigned program preferences
- COSMETIC: Display more logs messages concerning features
Expand Down
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@
- Translations update (IN PROGRESS)

rc6->rc7 changelog:
- Removed build dependency on Python
- I18N: Updated Turkish translation
23 changes: 0 additions & 23 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -723,26 +723,6 @@ public:
return true;
}
};
#line 1 "python.qcm"
/*
-----BEGIN QCMOD-----
name: python
-----END QCMOD-----
*/
class qc_python : public ConfObj
{
public:
qc_python(Conf *c) : ConfObj(c) {}
QString name() const { return "python >= 2.3"; }
QString shortname() const { return "python"; }
bool exec(){
int r = conf->doCommand("python testpython.py");
if(r == 0)
return true;
else
return false;
}
};
EOT
cat >$1/modules_new.cpp <<EOT
Expand All @@ -764,9 +744,6 @@ cat >$1/modules_new.cpp <<EOT
o = new qc_libzzip(conf);
o->required = false;
o->disabled = false;
o = new qc_python(conf);
o->required = true;
o->disabled = false;
EOT
cat >$1/conf4.h <<EOT
Expand Down
3 changes: 0 additions & 3 deletions qbittorrent.qc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@
</dep>
<dep type='libmagick'/>
<dep type='libzzip'/>
<dep type='python'>
<required/>
</dep>
</qconf>
19 changes: 0 additions & 19 deletions qcm/python.qcm

This file was deleted.

12 changes: 0 additions & 12 deletions testpython.py

This file was deleted.

0 comments on commit b66be5b

Please sign in to comment.