xunzhang / gflags

Automatically exported from code.google.com/p/gflags
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

setup.py needed in root directory for pip / easy_install #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to easily install gflags via pip or easy_install, a tgz with 
setup.py in the root directory seems to be needed.

Can you please either update the existing package or package a python only 
version of gflags so that it can be pulled in via pip or easy_install.

I tried searching for a way to tell pip to use setup.py in a subdirectory of 
an archive, but couldn't seem to find anything.

Original issue reported on code.google.com by djmar...@gmail.com on 1 Nov 2009 at 11:11

GoogleCodeExporter commented 9 years ago
I think it's a mistake to have bundled the python and C versions together.  I 
just
did it because I was too lazy to make two releases. :-}

So I think the right solution is to create a new project.  I'll try to figure 
out
from some python experts here, the "right" way to release a python-only project.

Original comment by csilv...@gmail.com on 3 Nov 2009 at 4:10

GoogleCodeExporter commented 9 years ago
Our plan is to actually break this up into two packages, one for C++ and one for
python.  We've started on it, and next release will be two releases. :-)

Original comment by csilv...@gmail.com on 24 Nov 2009 at 11:51

GoogleCodeExporter commented 9 years ago
I've broken things up -- we now have python-gflags on Google Code, complete 
with .egg 
files, easy-install support, etc.  Hopefully this fixes things for you!

Original comment by csilv...@gmail.com on 8 Jan 2010 at 7:55

GoogleCodeExporter commented 9 years ago
Except that there are no egg files and no downloads in that repository. You've 
closed this task, but perhaps you forgot to commit your changes?

Original comment by aristede...@gmail.com on 30 Aug 2010 at 9:31

GoogleCodeExporter commented 9 years ago
Are you looking at http://code.google.com/p/python-gflags/?  I see both 
downloads and egg files there.

Original comment by csilv...@gmail.com on 30 Aug 2010 at 5:45

GoogleCodeExporter commented 9 years ago
I see now. I previously didn't look in the downloads folder since the front 
page of the site says that there are no downloads and we should only look at 
the svn repo. http://code.google.com/p/python-gflags/source/browse/#svn/trunk

Original comment by aristede...@gmail.com on 31 Aug 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Thanks for the heads up-- I've fixed the homepage.

Original comment by csilv...@gmail.com on 31 Aug 2010 at 6:08