Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'pypi': 0.07; 'http': 0.09; 'setup.py': 0.09; 'python': 0.11; 'windows': 0.15; '(via': 0.16; 'pypi.': 0.16; 'subject:pypi': 0.16; 'to:name:python list': 0.16; 'module': 0.19; 'written': 0.21; 'machine': 0.22; '\xa0so': 0.24; 'connected': 0.24; 'versions': 0.24; '---': 0.24; 'extension': 0.26; 'post': 0.26; 'url:code': 0.29; 'message-id:@mail.gmail.com': 0.30; 'apparently': 0.31; 'linux.': 0.31; 'file': 0.32; 'linux': 0.33; 'subject:from': 0.34; 'connection': 0.35; 'tool': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'skip:& 10': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; '(from': 0.39; 'to:addr:python.org': 0.39; 'tell': 0.60; 'url:p': 0.64; 'different': 0.65; 'internet': 0.71 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=fYVzilpMDmLkbtcFWofGGqiDYtzlgX3geVfHu3SYArk=; b=KKdGJafCY8vbHpj1apGA5GCog2tC1dydaGoLpxzQLhbicuRt4vsXcE1gQw2A0ayzvm a4GtUmweVLey8CRxIX4w+mXwjecCeYZoUg1oUY6CEdycoelXKR5S4TdeY6OPFQEbHW1m GgCRuwguSq03LPV2lJfTG0ujiDToUQ3Ud1OsWNG1ZJ3ECha+ZfvP5ZcNSy5skJs1/J9W S+bwgchyvKnwDLldeTJ2bbg0QAxo5DPMRJ6FB4nAIB55ixEAXkEV7zvDIny3OAPOFUGw LyyirQLIbONMax89rPcpcE2gZNhDxGHjw4UBhHiNQy944IroYZrC8G3u3yu/O4fUyxUp vcLA== X-Received: by 10.112.168.3 with SMTP id zs3mr4513401lbb.2.1380210016486; Thu, 26 Sep 2013 08:40:16 -0700 (PDT) MIME-Version: 1.0 From: "Giampaolo Rodola'" Date: Thu, 26 Sep 2013 17:39:56 +0200 Subject: Upload Windows binaries on pypi from Linux To: Python List Content-Type: multipart/alternative; boundary=001a11c33fe6bf8aa904e74b2ffb X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 87 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380210023 news.xs4all.nl 15915 [2001:888:2000:d::a6]:43496 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54835 --001a11c33fe6bf8aa904e74b2ffb Content-Type: text/plain; charset=ISO-8859-1 I have a Python extension module (psutil) written in C which I compile for different Python versions (from 2.4 to 3.3) and want to upload them on pypi. The Windows machine is not connected to internet so after I generate the Windows binaries (via setup.py bdist_wininst) I move the .exe files from Windows to Linux. From there I want to upload all the *.exe files on pypi. Apparently I can automatically do this only from Windows via "setup.py upload bdist_wininst" but as I said I have no internet connection on that box. Is there a way to tell setup.py to upload those *.exe file on pypi from Linux or some tool which can do that via HTTP POST or something? Thanks in advance, --- Giampaolo https://code.google.com/p/pyftpdlib/ https://code.google.com/p/psutil/ https://code.google.com/p/pysendfile/ --001a11c33fe6bf8aa904e74b2ffb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

I have a Python extension module (psutil) w= ritten in C which I compile for different Python versions (from 2.4 to 3.3)= and want to upload them on pypi.

The Windows machine is not connected to interne= t =A0so after I generate the Windows binaries (via setup.py bdist_wininst) = I move the .exe files from Windows to Linux. From there I want to upload al= l the *.exe files on pypi.

Apparently I can automatically do this only= from Windows via "setup.py upload bdist_wininst" but as I said I= have no internet connection on that box.

Is there a way to tell setup.py to upload t= hose *.exe file on pypi from Linux or some tool which can do that via HTTP = POST or something?

Thanks in advance,

--- Giampaolo

https://code.google.com/p/pyftpdlib/
<= a href=3D"https://code.google.com/p/psutil/">https://code.google.com/p/psut= il/
<= a href=3D"https://code.google.com/p/pysendfile/">https://code.google.com/p/= pysendfile/

--001a11c33fe6bf8aa904e74b2ffb--