|
From: Leonardo M. <lm...@ud...> - 2003-10-22 01:06:27
|
Hi Michael,
Does it make sense to provide RPMS in the sourceforge page?
The distutils allow for almost automatic rpm building.
Here is a little diff:
#### patch begins
--- setup.cfg 2003-10-21 16:41:55.000000000 -0400
+++ setup.cfg.orig 2003-10-21 15:15:52.000000000 -0400
@@ -10,6 +10,4 @@
LICENSE.txt
Gnuplot.html
doc/
-requires = _numpy.so, python >= 1.5
-vendor = gnuplot-py.sourceforge.net
#### patch ends
Just to add the dependency with python, numPy and to add a vendor.
Then you can run:
python setup.py bdist --formats=rpm
and get a src.rpm and a noarch.rpm
Hope this helps,
-- Leo
> At long last, I have just released version 1.7 of Gnuplot.py. You can
> get it at SourceForge,
>
> http://gnuplot-py.sourceforge.net/
|