Modify

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#7783 closed defect (fixed)

The current subversion code does not have a setup.py file

Reported by: Sergio Talens-Oliag Owned by: Álvaro Iradier
Priority: normal Component: ParametrizedTemplatesPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

The commited plugin can't be installed using setup.py, I've installed it doing the following:

mkdir parametrizedtemplatesplugin
wget "http://trac-hacks.org/raw-attachment/ticket/7783/setup.py" \
     -O setup.py
svn co http://trac-hacks.org/svn/parametrizedtemplatesplugin/0.11 \
    parametrizedtemplates
python setup.py install

Can you update the code to include a setup.py? I've attached mine to this ticket, just in case it is useful.

Attachments (1)

setup.py (589 bytes) - added by Sergio Talens-Oliag 14 years ago.
My version of setup.py

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Sergio Talens-Oliag

Attachment: setup.py added

My version of setup.py

comment:1 Changed 14 years ago by Álvaro Iradier

Resolution: fixed
Status: newclosed

(In [9259]) Added missing setup.py. Closes #7783

comment:2 Changed 14 years ago by Álvaro Iradier

Should be fixed now, thanks for noticing it.

comment:3 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Álvaro Iradier.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.