Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.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.005 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; 'creates': 0.14; 'useful,': 0.14; '>>': 0.16; 'fetches': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'wed,': 0.18; 'file,': 0.19; 'written': 0.21; '>>>': 0.22; 'code,': 0.22; 'email addr:gmail.com>': 0.22; 'creating': 0.23; '>>>': 0.24; 'guys': 0.24; 'java': 0.24; "haven't": 0.24; 'looks': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'unix': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'software,': 0.31; 'fedora': 0.31; 'minor': 0.31; 'file': 0.32; 'know.': 0.32; 'quite': 0.32; 'linux': 0.33; 'url:python': 0.33; 'packaging': 0.33; 'sources': 0.33; 'basic': 0.35; 'tool': 0.35; 'something': 0.35; 'point.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'opposed': 0.36; 'ubuntu': 0.36; 'url:listinfo': 0.36; 'doing': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'starting': 0.37; 'nov': 0.38; 'saves': 0.38; 'writes': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'skip:& 20': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'kind': 0.63; 'myself': 0.63; 'more': 0.64; 'anything.': 0.68; 'results': 0.69; 'amit': 0.84; 'etc..': 0.84; 'played': 0.84; 'this...': 0.84; 'rpm': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Kr40uaxzf1x+ut1Cne2mgU1oBEPd/AigESzlqDolAtk=; b=B7PNUjSFSlSNjTt63uIQPZMn6Pz1pkJX6gZwX00U2YzoH6eil3UgNdEuKmLj+By9jK aiW2dgFm5pnB9PPkMF8TDUB/fjKNe1HjubkaDgr/WbbUMQZnrZrEOWTaL2DaNDWmietT KtSb5MbINRuYNIflkkmM+/dNUHrXeB9EniFZfTX9tzTVZT52OLAskBjAHDaHpILFjfDa pifuEDDk1Eq5EcKtkxWBvPiV1sNZSrQAlhcnl0ND402riEnLjGXc7m/Ms7TJGqLhhJmz FpFa5APtwyY4rVfhgePcgDjlfaYtgl/kihsHC4UciESk0aDl3La2mM/hrcjCrZe0G58X dcUw== MIME-Version: 1.0 X-Received: by 10.14.107.3 with SMTP id n3mr2398287eeg.67.1385734533565; Fri, 29 Nov 2013 06:15:33 -0800 (PST) In-Reply-To: <5295B73A.2060703@matthias-runge.de> References: <5295B73A.2060703@matthias-runge.de> Date: Fri, 29 Nov 2013 19:45:33 +0530 Subject: Re: Python application for rpm creation From: Unix SA To: python-list@python.org Content-Type: multipart/alternative; boundary=001a11c290faa04f1b04ec5176cc 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: 127 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385734541 news.xs4all.nl 15993 [2001:888:2000:d::a6]:58494 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60764 --001a11c290faa04f1b04ec5176cc Content-Type: text/plain; charset=ISO-8859-1 Hello, Thanks Runge, I am not looking for tool which can help to create package for python code, but i am looking for tool which creates package or SPEC file for all kind of lib it's C or >NET, or JAVA or anything. Regards, DJ On Wed, Nov 27, 2013 at 2:41 PM, Matthias Runge wrote: > On 11/27/2013 03:28 AM, Amit Saha wrote: > > On Wed, Nov 27, 2013 at 1:39 AM, Unix SA 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 > -- > https://mail.python.org/mailman/listinfo/python-list > --001a11c290faa04f1b04ec5176cc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,

Thanks Runge,

I am not looking for tool which can help to create package for python c= ode, but i am looking for tool which creates package or SPEC file for all k= ind of lib it's C or >NET, or JAVA or anything.

Regards,
DJ


On Wed, Nov 27, 2013 at 2:41 PM, Matthias Runge <mrunge@matthias-runge.de> wrote:
On 1= 1/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, e= tc..
>>
>> - 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 re= ally 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 cre= ation do
>> let me know.
>
> I played with creating a RPM SPEC file "generator" for Sphin= x documentation:
> https://github.com/amitsaha/sphinx_doc_packaging
>
> It's written in Python, so perhaps may help with you a starting po= int.
>
> Best,
> Amit.
>
>
In Fedora (and IMHO in EPEL, too) there is a package named pyp2= rpm. 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
--
https://mail.python.org/mailman/listinfo/python-list

--001a11c290faa04f1b04ec5176cc--