Hello:
I am updating the kickstart file for Fedora Scientific. I am keen to include the PiCloud client library (http://www.picloud.com/), having been quite impressed with the ease of use. From my last check, it is not available in the Fedora package repository, however its installable from PyPi (using python-pip), so I do a python-pip install in the %post part of my kickstart file.
PiCloud sources are distributed under the LGPL license - you can get the source (only after creating a (free) account)). This is the LICENSE file content:
<license>
Copyright (c) 2009-2011 PiCloud, Inc. All rights reserved.
All files within the PiCloud cloud client package distribution are subject to the GNU Lesser General Public License v 2.1,described within COPYING.LESSER, save for the following which are covered under licenses described within their respective files/directories:
serialization/xmlhandlers.py util/urllib2_file.py util/cloghandler/* util/cronexpr.py
</license>
I hope its legally OK to include this library in the spin?
Many Thanks! -Amit
On Mon, Feb 20, 2012 at 16:42:22 +1100, Amit Saha droidery@gmail.com wrote:
Hello:
I am updating the kickstart file for Fedora Scientific. I am keen to include the PiCloud client library (http://www.picloud.com/), having been quite impressed with the ease of use. From my last check, it is not available in the Fedora package repository, however its installable from PyPi (using python-pip), so I do a python-pip install in the %post part of my kickstart file.
No that is not acceptible if you are publishing ISOs. (It might be allowable for the case where just the kickstart file is published, but I would recommend against that as well.) Fedora needs to have the source code available and we won't.
If you want this, the proper way to do this is to first package PiCloud and then add it to the package list for the scientific spin.
Hello:
On 02/20/2012 05:28 PM, Bruno Wolff III wrote:
On Mon, Feb 20, 2012 at 16:42:22 +1100, Amit Sahadroidery@gmail.com wrote:
Hello:
I am updating the kickstart file for Fedora Scientific. I am keen to include the PiCloud client library (http://www.picloud.com/), having been quite impressed with the ease of use. From my last check, it is not available in the Fedora package repository, however its installable from PyPi (using python-pip), so I do a python-pip install in the %post part of my kickstart file.
No that is not acceptible if you are publishing ISOs. (It might be allowable for the case where just the kickstart file is published, but I would recommend against that as well.) Fedora needs to have the source code available and we won't.
If you want this, the proper way to do this is to first package PiCloud and then add it to the package list for the scientific spin.
Thanks for the clarification. The PyPi package page: http://pypi.python.org/pypi/cloud does have the source tarballs. I hope I can work on creating a package for this -- will be my first, if it happens.
Thanks!
Best, Amit