Modify ↓
      
        Opened 14 years ago
Closed 14 years ago
#9019 closed task (fixed)
No sources (or 2.5 version)
| Reported by: | anonymous | Owned by: | Martin Scharrer | 
|---|---|---|---|
| Priority: | normal | Component: | ExtractUrlPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
I'm trying to install this plugin on an old server (which i cannot upgrade to 2.6). Is it possible to build an egg for 2.5, or provide sources to generate myself ?
$ ~/bin/python/bin/easy_install --editable --build-directory ~/projects TracExtractUrl Searching for TracExtractUrl Reading pypi.python.org/simple/TracExtractUrl/ Reading www.trac-hacks.org/wiki/ExtractUrlPlugin Reading trac-hacks.org/svn/extracturlplugin/releases/ No local packages or download links found for a source distribution of TracExtractUrl
$ ~/bin/python/bin/easy_install TracExtractUrl Searching for TracExtractUrl Reading pypi.python.org/simple/TracExtractUrl/ Reading www.trac-hacks.org/wiki/ExtractUrlPlugin Reading trac-hacks.org/svn/extracturlplugin/releases/ No local packages or download links found for TracExtractUrl Best match: None
$ ~/bin/python/bin/python --version Python 2.5.2
Thanks.
N.B. : Removed http:// from examples.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
| Status: | new → assigned | 
|---|
comment:2 Changed 14 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
My fault I haven't understand how to use easy_install... It simply works with :
  ~/bin/python/bin/easy_install http://trac-hacks.org/svn/extracturlplugin/0.11/ 
Note: See
        TracTickets for help on using
        tickets.
    


You can download the source from http://trac-hacks.org/wiki/ExtractUrlPlugin#DownloadandSource.
Pointing
easy_installdirectly to http://trac-hacks.org/svn/extracturlplugin/0.11/ should also work.