[python-pyghmi] Initial import (#1067445).

Lucas Alvares Gomes lucasagomes at fedoraproject.org
Wed Feb 26 14:40:57 UTC 2014


commit 1d2dfb071b40c04532a10576b86c28652dbaa42c
Author: Lucas Alvares Gomes <lucasagomes at gmail.com>
Date:   Wed Feb 26 14:41:43 2014 +0000

    Initial import (#1067445).

 .gitignore         |    1 +
 python-pyghmi.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5289b12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pyghmi-0.5.9.tar.gz
diff --git a/python-pyghmi.spec b/python-pyghmi.spec
new file mode 100644
index 0000000..533b1c6
--- /dev/null
+++ b/python-pyghmi.spec
@@ -0,0 +1,49 @@
+%global sname pyghmi
+
+Name:           python-%{sname}
+Version:        0.5.9
+Release:        1%{?dist}
+Summary:        Python General Hardware Management Initiative (IPMI and others)
+
+License:        ASL 2.0
+URL:            https://github.com/stackforge/pyghmi
+Source0:        http://pypi.python.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  python-pbr
+
+Requires:       python-crypto >= 2.6
+
+%description
+This is a pure python implementation of the IPMI protocol.
+
+
+%prep
+%setup -q -n %{sname}-%{version}
+
+# Remove bundled egg-info
+rm -rf %{sname}.egg-info
+
+# Remove the requirements file so that pbr hooks don't add it
+# to distutils requires_dist config
+rm -rf {test-,}requirements.txt
+
+
+%build
+%{__python2} setup.py build
+
+
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+
+
+%files
+%doc README LICENSE
+%{python2_sitelib}/pyghmi
+%{python2_sitelib}/*.egg-info
+
+
+%changelog
+* Thu Feb 20 2014 Lucas Alvares Gomes <lucasagomes at gmail.com> - 0.5.9-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..c56f3b9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7b9e2df6a0dc7737da2cd80605764961  pyghmi-0.5.9.tar.gz


More information about the scm-commits mailing list