Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

PPA Ubuntu packges

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


contest.vix at gmail

Jul 27, 2009, 1:38 PM

Post #1 of 7 (448 views)
Permalink
PPA Ubuntu packges

Hello group, How are you?

Please, Does somebody know if is feasible to build Ubuntu packages
from
trac's source code? For example, is there a "make packages" or
"setup.py packages"
commands to generate specific packages for the supported Linux
distributions?
Is there any trac's PPA repository available?

thanks in advance,
Rafael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


rantingman at gmail

Jul 28, 2009, 4:36 AM

Post #2 of 7 (421 views)
Permalink
Re: PPA Ubuntu packges [In reply to]

Trac already exists as a Debian package - isn't that installable on Ubuntu?

Having said that, the Debian package is quite out of date (0.11.1) - see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521513

Chris Carr


> -----Original Message-----
> From: trac-users [at] googlegroups
> [mailto:trac-users [at] googlegroups] On Behalf Of Rafael Silva
> Sent: 27 July 2009 21:38
> To: Trac Users
> Subject: [Trac] PPA Ubuntu packges
>
>
> Hello group, How are you?
>
> Please, Does somebody know if is feasible to build Ubuntu packages
> from
> trac's source code? For example, is there a "make packages" or
> "setup.py packages"
> commands to generate specific packages for the supported Linux
> distributions?
> Is there any trac's PPA repository available?
>
> thanks in advance,
> Rafael
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


olemis at gmail

Jul 28, 2009, 5:12 AM

Post #3 of 7 (416 views)
Permalink
Re: PPA Ubuntu packges [In reply to]

On Mon, Jul 27, 2009 at 3:38 PM, Rafael Silva<contest.vix [at] gmail> wrote:
>
> Hello group, How are you?
>
> Please, Does somebody know if is feasible to build Ubuntu packages
> from
> trac's source code? For example, is there a "make packages" or
> "setup.py packages"
> commands to generate specific packages for the supported Linux
> distributions?

In general, it depends on the distro . RedHat and its derivations are
supported OOTB

{{{
$ setup.py bdist_rpm
}}}

For Debian and flavours I know about stdeb and there r more (I cant
remember right now :-/ )

{{{
$ setup.py sdist_stdeb
}}}

AFAICR

There are other `distutils` extensions for other kinds of packages .

> Is there any trac's PPA repository available?
>

I often find fresh packages for Py-(libs|apps) at Launchpad (e.g.
Mercurial 1.3 even for latest Ubuntu ;o)

--
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


remy.blank at pobox

Jul 28, 2009, 8:30 AM

Post #4 of 7 (411 views)
Permalink
Re: PPA Ubuntu packges [In reply to]

Chris Carr wrote:
> Having said that, the Debian package is quite out of date (0.11.1) - see
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521513

Yes, and that version has issues with Python 2.6. You should rather
install from source and get 0.11.5.

-- Remy
Attachments: signature.asc (0.19 KB)


contest.vix at gmail

Aug 4, 2009, 10:46 AM

Post #5 of 7 (393 views)
Permalink
Re: PPA Ubuntu packges [In reply to]

Hi all,
thanks a lot for helping :)

> For Debian and flavours I know about stdeb and there r more (I cant
> remember right now :-/ )
I've already tried to install the debian distribution packages on
Ubuntu with no success...
It seems that even though both systems uses the same package
management system, there are differences between them =/


> I often find fresh packages for Py-(libs|apps) at Launchpad (e.g.
> Mercurial 1.3 even for latestUbuntu;o)
I've searched for it on Launchpad as you suggested, and I found out a
trac project home page there but there is not packages though:
https://launchpad.net/trac

Any suggestions??
thanks in advance,
Rafael


On 28 jul, 09:12, Olemis Lang <ole...@gmail.com> wrote:
> On Mon, Jul 27, 2009 at 3:38 PM, Rafael Silva<contest....@gmail.com> wrote:
>
> > Hello group, How are you?
>
> > Please, Does somebody know if is feasible to buildUbuntupackages
> > from
> > trac's source code? For example, is there a "make packages" or
> > "setup.py packages"
> > commands to generate specific packages for the supported Linux
> > distributions?
>
> In general, it depends on the distro . RedHat and its derivations are
> supported OOTB
>
> {{{
> $ setup.py bdist_rpm
>
> }}}
>
> For Debian and flavours I know about stdeb and there r more (I cant
> remember right now :-/ )
>
> {{{
> $ setup.py sdist_stdeb
>
> }}}
>
> AFAICR
>
> There are other `distutils` extensions for other kinds of packages .
>
> > Is there any trac's PPA repository available?
>
> I often find fresh packages for Py-(libs|apps) at Launchpad (e.g.
> Mercurial 1.3 even for latestUbuntu;o)
>
> --
> Regards,
>
> Olemis.
>
> Blog ES:http://simelo-es.blogspot.com/
> Blog EN:http://simelo-en.blogspot.com/
>
> Featured article:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


santagada at gmail

Aug 4, 2009, 11:19 AM

Post #6 of 7 (393 views)
Permalink
Re: PPA Ubuntu packges [In reply to]

On Aug 4, 2009, at 2:46 PM, Rafael Silva wrote:

>
> Hi all,
> thanks a lot for helping :)
>
>> For Debian and flavours I know about stdeb and there r more (I cant
>> remember right now :-/ )
> I've already tried to install the debian distribution packages on
> Ubuntu with no success...
> It seems that even though both systems uses the same package
> management system, there are differences between them =/

its the same system, but different packages :)

>
>> I often find fresh packages for Py-(libs|apps) at Launchpad (e.g.
>> Mercurial 1.3 even for latestUbuntu;o)
> I've searched for it on Launchpad as you suggested, and I found out a
> trac project home page there but there is not packages though:
> https://launchpad.net/trac
>
> Any suggestions??

Install from source, Trac is pure python and uses setuptool. If you
don't want it to mess with your other python packages use virtualenv
for it.

On my system (os x leopard) I install svn bindings and psycopg2 from
the port system but genshi and trac from source (pip install trac) so
I don't have to wait for new packages that are trivial to install from
source (though genshi uses a c compiler for some optimizations).


> thanks in advance,
> Rafael
>
>
> On 28 jul, 09:12, Olemis Lang <ole...@gmail.com> wrote:
>> On Mon, Jul 27, 2009 at 3:38 PM, Rafael
>> Silva<contest....@gmail.com> wrote:
>>
>>> Hello group, How are you?
>>
>>> Please, Does somebody know if is feasible to buildUbuntupackages
>>> from
>>> trac's source code? For example, is there a "make packages" or
>>> "setup.py packages"
>>> commands to generate specific packages for the supported Linux
>>> distributions?
>>
>> In general, it depends on the distro . RedHat and its derivations are
>> supported OOTB
>>
>> {{{
>> $ setup.py bdist_rpm
>>
>> }}}
>>
>> For Debian and flavours I know about stdeb and there r more (I cant
>> remember right now :-/ )
>>
>> {{{
>> $ setup.py sdist_stdeb
>>
>> }}}
>>
>> AFAICR
>>
>> There are other `distutils` extensions for other kinds of packages .
>>
>>> Is there any trac's PPA repository available?
>>
>> I often find fresh packages for Py-(libs|apps) at Launchpad (e.g.
>> Mercurial 1.3 even for latestUbuntu;o)
>>
>> --
>> Regards,
>>
>> Olemis.
>>
>> Blog ES:http://simelo-es.blogspot.com/
>> Blog EN:http://simelo-en.blogspot.com/
>>
>> Featured article:
> >

--
Leonardo Santagada
santagada at gmail.com




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


tumma72 at gmail

Aug 4, 2009, 12:22 PM

Post #7 of 7 (399 views)
Permalink
Re: PPA Ubuntu packges [In reply to]

On 4 Aug, 2009, at 19:46 , Rafael Silva wrote:

> Hi all,
Hi Rafael...

> I've already tried to install the debian distribution packages on
> Ubuntu with no success...
> It seems that even though both systems uses the same package
> management system, there are differences between them =/
Well I guess one of the reasons why the maintainer gave up in updating
the package is that as of 0.11 trac installation is as easy as running:

$ sudo easy_install Trac

There is not much more to do :-) That will download and install and
appropriate version of Genshi too, that as of now is 0.5.1 :-)

HTH
ANdreaT

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.