Open GoogleCodeExporter opened 9 years ago
This is cool, I have been thinking about packaging for a while now. I will take
a look at your patch, but I think
this sounds like the way to go as far as packaging is concerned...
Original comment by jesse.l...@gmail.com
on 24 Jul 2009 at 12:49
Thanks! Yeah, I've been diving into virtualenv and virtualenvwrapper lately,
and
they makes things so much easier to work with. I've been following Pinax's
lead by
writing a script that creates and updates a bootstrap.py script which will set
up the
environment automatically and then run pip to install all needed requirements.
To
begin developing on a new computer, all I have to do is run the bootstrap
script and
within minutes every requirement is in place and completely isolated from every
other
project. To deploy a new release to production, I can use fabric to wipe out
the old
virtualenv within seconds and automatically build the new one with updated
versions
of requirements.
Anyway, I'm rambling. The bottom line is that every requirement needs to be
packaged
with distutils or setuptools, so I've been packaging up everything I can find.
:-)
Original comment by brandon....@gmail.com
on 24 Jul 2009 at 1:53
I should have gotten around to doing this a LONG time ago. Sorry for not
getting to it. Yash implemented
something similar to your patch (maybe he used this diff, I haven't talked to
him about it) last month, so we're
now using setup.py. I have been making some adjustments this morning but when
I'm done, I'll probably wrap it
all up in a zip/tar release. THANK YOU.
Original comment by jesse.l...@gmail.com
on 5 Dec 2009 at 7:53
I've attached a setuptools based setup.py file. It fails installing
django-syncr as dependency because the file
download in http://code.google.com/p/django-syncr/ (version 0.41) have no
setup.py.
If you can use a setuptools based setup.py instead a distutils based, the
django-tagging dependency can be
installed automatically with easy_install.
If you want a setuptools setup.py for your proyect, say me and I develop it ;-)
Original comment by lasizoi...@gmail.com
on 25 Dec 2009 at 11:02
Attachments:
Original issue reported on code.google.com by
brandon....@gmail.com
on 15 Jul 2009 at 3:39Attachments: