dev versions of Deluge not runs with latest setuptools

Suggestions and discussion of future versions
Post Reply
barmalej2
New User
New User
Posts: 5
Joined: Fri Jan 16, 2015 9:01 pm

dev versions of Deluge not runs with latest setuptools

Post by barmalej2 »

barmalej2
New User
New User
Posts: 5
Joined: Fri Jan 16, 2015 9:01 pm

Re: dev versions of Deluge not runs with latest setuptools

Post by barmalej2 »

I hope to get an answer some day, is my proposed fix correct.
Short answer is also an answer.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: dev versions of Deluge not runs with latest setuptools

Post by Cas »

Looks good although not sure where dev0 is coming from on 1.3-stable branch...
barmalej2
New User
New User
Posts: 5
Joined: Fri Jan 16, 2015 9:01 pm

Re: dev versions of Deluge not runs with latest setuptools

Post by barmalej2 »

Thank you for respond. I am definitely using 1.3-stable branch.
My cloning command in build script is:

Code: Select all

git clone -q -b 1.3-stable git://deluge-torrent.org/deluge.git deluge

Code: Select all

git branch -vv
* 1.3-stable 6ab951c [origin/1.3-stable] Bump version to 1.3.11
barmalej2
New User
New User
Posts: 5
Joined: Fri Jan 16, 2015 9:01 pm

Re: dev versions of Deluge not runs with latest setuptools

Post by barmalej2 »

Cas wrote:not sure where dev0 is coming from on 1.3-stable branch...
It seems coming from setup.cfg file:
[egg_info]
tag_build = -dev
tag_svn_revision = false

[build_docs]
source-dir = docs/source
build-dir = docs/build
all_files = 1

[py2app]
app = ['deluge/main.py']
#arch = x86_64
arch = i386
iconfile = osx/deluge.icns
site-packages = false
includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
twisted.internet, twisted.internet.utils, twisted.protocols,
zope.interface, mako.cache, email.mime, libtorrent, gtkosx_application
frameworks = CoreFoundation, Foundation, AppKit
If I remove line tag_build = -dev from setup.cfg, deluge builds without suffix - .dev0 as a normal 1.3.11 tarball release.
BTW. This might be related with another problem:
http://forum.deluge-torrent.org/viewtop ... =7&t=50369
Or might be not :)

Best rgds,
B2
Post Reply