ovh / python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
https://pypi.org/project/ovh/
Other
278 stars 76 forks source link

Create python-ovh.spec file #62

Closed daniel-bartz closed 1 year ago

daniel-bartz commented 6 years ago

This file has been tested on CentOS/RHEL 6, 7 and on Fedora 26 & 27 to build the RPM packages. To build the packages on CentOS 7 for the version 0.4.8 for example you need to do the following:

yum install rpm-build python-devel python-setuptools python-sphinx git wget

mkdir -p ~/rpmbuild/SOURCES ; ~/rpmbuild/SOURCES

wget https://github.com/ovh/python-ovh/archive/v0.4.8.tar.gz

cd ; git clone https://github.com/ovh/python-ovh.git

cd python-ovh ; rpmbuild -ba rpmbuild/python-ovh.spec

This pull request is propose with the same license as the project (BSD) to make it easy to accept.

rbeuque74 commented 1 year ago

Hello, We do not expect to maintain RPM packaging, as no maintainers here have experience in the Red-Hat ecosystem.

Sorry. Romain