Modify ↓
Opened 11 years ago
Closed 11 years ago
#282 closed enhancement
Installation question
Reported by: | akou@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 2.4.5 |
Keywords: | Cc: |
Description
Hello, I am currently evaluating email2trac to use with our current trac setup. Our current trac setup uses virtualenv and we would like to keep any python packages installed within and use pip as our primary install mechanism. After looking at the installation, it seems that I can write a standard python setup.py file to do the installation for me. I was wondering if there was any reason/dependencies for using make and packages that I am not aware was and am I correct in assuming I can write a setup.py to do the work? Any help is appreciated Thank you so much for your help! - Andrew
Attachments (0)
Change History (7)
comment:1 Changed 11 years ago by bas
- Status changed from new to assigned
- Type changed from defect to enhancement
comment:2 Changed 11 years ago by anonymous
comment:3 Changed 11 years ago by bas
What do you mean? Currently there is no setup.py. Because you specify the root dir of your trac project. So it pretty standalone.
comment:4 Changed 11 years ago by akou@…
I know there is no setup.py...I do not want to use make or a package manager to deploy it, since I am using virtualenv and pip. I was wondering if there is a specific reason for not using setup.py. If there isn't I will create one and submit a patch to add another option for installation. ________________________________________ From: email2trac [email2trac@sara.nl] Sent: Tuesday, December 20, 2011 12:42 AM Cc: basv@sara.nl Subject: Re: [email2trac] #282: Installation question #282: Installation question ----------------------------+---------------------- Reporter: akou@… | Owner: bas Type: enhancement | Status: assigned Priority: major | Milestone: Component: email2trac | Version: 2.4.5 Resolution: | Keywords: ----------------------------+---------------------- Comment (by bas): What do you mean? Currently there is no setup.py. Because you specify the root dir of your trac project. So it pretty standalone. -- Ticket URL: <https://subtrac.sara.nl/oss/email2trac/ticket/282#comment:3> email2trac <https://subtrac.sara.nl/oss/email2trac> Documentation server for email2trac
comment:5 Changed 11 years ago by bas
I did not write a setup.py, because email2trac is a standalone python program. If it use modules or was dependend on external python modules i would write a setup.py file.
The second reason was that in the source package a C-program is included. I know i can make a Makefile that calls setup.py.
But it would be nice to have feature ;-)
comment:6 Changed 11 years ago by bas
Just curious did you write a setup.py?
comment:7 Changed 11 years ago by bas
- Status changed from assigned to closed
And do you have a patch?
Note: See
TracTickets for help on using
tickets.
Can anyone provide me with some of the information? If I have the relevant information, I can create a setup.py and submit it as a patch.