Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60580

Re: Python application for rpm creation

Date 2013-11-27 10:11 +0100
From Matthias Runge <mrunge@matthias-runge.de>
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>
Newsgroups comp.lang.python
Message-ID <mailman.3282.1385544042.18130.python-list@python.org> (permalink)

Show all headers | 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


Thread

Re: Python application for rpm creation Matthias Runge <mrunge@matthias-runge.de> - 2013-11-27 10:11 +0100

csiph-web