Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60580
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <mrunge@matthias-runge.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'subject:Python': 0.06; 'subject:application': 0.07; 'spec': 0.09; 'sphinx': 0.09; 'url:github': 0.09; 'python': 0.11; 'project,': 0.12; 'useful,': 0.14; 'fetches': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'wed,': 0.18; 'file,': 0.19; 'written': 0.21; '>>>': 0.22; 'creating': 0.23; 'header:User-Agent:1': 0.23; 'guys': 0.24; "haven't": 0.24; 'looks': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'unix': 0.29; 'software,': 0.31; 'fedora': 0.31; 'minor': 0.31; 'file': 0.32; 'know.': 0.32; 'quite': 0.32; 'linux': 0.33; 'packaging': 0.33; 'sources': 0.33; 'basic': 0.35; 'something': 0.35; 'point.': 0.35; 'received:84': 0.35; 'but': 0.35; 'there': 0.35; 'really': 0.36; 'opposed': 0.36; 'ubuntu': 0.36; 'doing': 0.36; 'url:org': 0.36; 'starting': 0.37; 'nov': 0.38; 'saves': 0.38; 'writes': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'myself': 0.63; 'more': 0.64; 'received:46': 0.66; 'results': 0.69; 'amit': 0.84; 'etc..': 0.84; 'played': 0.84; 'this...': 0.84; 'rpm': 0.91; '2013': 0.98 |
| Date | Wed, 27 Nov 2013 10:11:22 +0100 |
| From | Matthias Runge <mrunge@matthias-runge.de> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Python application for rpm creation |
| References | <CACDG_Kfx_Q3wqemMkafyq1RFHAjVV+18n2yj-OYreoFDAKiP=w@mail.gmail.com> <CAA7_tQLxnVDg_vt3nH_qqKJhGRDsAk1_24eBCVFtJ16xaLGAnA@mail.gmail.com> <CACDG_Kco99xp2Rqqif-fTBzCW50OUpO+zweeGXc5W_6unrSoxw@mail.gmail.com> <CANODV3mvKA84Tye9s-83SUO=KF8Y-rnL9EjVsQ4ZJ0oawwRMRA@mail.gmail.com> |
| In-Reply-To | <CANODV3mvKA84Tye9s-83SUO=KF8Y-rnL9EjVsQ4ZJ0oawwRMRA@mail.gmail.com> |
| X-Enigmail-Version | 1.6 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3282.1385544042.18130.python-list@python.org> (permalink) |
| Lines | 34 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1385544042 news.xs4all.nl 16003 [2001:888:2000:d::a6]:59740 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:60580 |
Show key headers only | View raw
On 11/27/2013 03:28 AM, Amit Saha wrote: > On Wed, Nov 27, 2013 at 1:39 AM, Unix SA <d.joshi84@gmail.com> wrote: >> >>> Sounds to me more like he is looking to package some other in house >>> software, as opposed to packaging python specific libraries, etc.. >> >> - Yes, This is exactly i am looking at >> >> >>> Doing an apt-cache search on my Ubuntu desktop results with a project, >>> Spectacle, coincidentally written in Python. (I haven't really looked > into >>> it): >>> http://meego.gitorious.org/meego-developer-tools/spectacle >> >> this looks useful, i shall looking to this... or may be try myself writing >> something. >> >> if you guys ( others ) got something else for Redhat Linux rpm creation do >> let me know. > > I played with creating a RPM SPEC file "generator" for Sphinx documentation: > https://github.com/amitsaha/sphinx_doc_packaging > > It's written in Python, so perhaps may help with you a starting point. > > Best, > Amit. > > In Fedora (and IMHO in EPEL, too) there is a package named pyp2rpm. This is quite handy. It fetches sources from pypi, writes a basic SPEC file, which might need minor tweaks, but in general, it really saves you time. Matthias
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python application for rpm creation Matthias Runge <mrunge@matthias-runge.de> - 2013-11-27 10:11 +0100
csiph-web