[packages/python-pymediainfo: 1/2] new, version 2.2.2

glen glen at pld-linux.org
Sun Feb 4 16:10:48 CET 2018


commit 05b3132266a1286b7464ac9c19129ee41af1605c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Feb 4 17:03:43 2018 +0200

    new, version 2.2.2
    
    Created by pyp2rpm-3.3.0

 python-pymediainfo.spec | 107 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 107 insertions(+)
---
diff --git a/python-pymediainfo.spec b/python-pymediainfo.spec
new file mode 100644
index 0000000..871547d
--- /dev/null
+++ b/python-pymediainfo.spec
@@ -0,0 +1,107 @@
+#
+# Conditional build:
+%bcond_with	doc	# don't build doc
+%bcond_with	tests	# do not perform "make test"
+%bcond_without	python2 # CPython 2.x module
+%bcond_without	python3 # CPython 3.x module
+
+%define 	module		pymediainfo
+%define 	egg_name	pymediainfo
+%define		pypi_name	pymediainfo
+Summary:	A Python wrapper for the mediainfo library
+Name:		python-%{pypi_name}
+Version:	2.2.0
+Release:	1
+License:	MIT
+Group:		Libraries/Python
+Source0:	https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+# Source0-md5:	66602dc7015648e7735a2abae346deea
+URL:		https://github.com/sbraz/pymediainfo
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+%if %{with python2}
+BuildRequires:	python-devel
+%if %{with tests}
+BuildRequires:	python2-pytest
+BuildRequires:	python2-pytest-runner
+BuildRequires:	python2-setuptools
+BuildRequires:	python2-sphinx
+%endif
+%endif
+%if %{with python3}
+BuildRequires:	python3-devel
+%if %{with tests}
+BuildRequires:	python3-pytest
+BuildRequires:	python3-pytest-runner
+BuildRequires:	python3-setuptools
+%endif
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This small package is a wrapper around the MediaInfo library.
+
+%package -n python3-%{pypi_name}
+Summary:	A Python wrapper for the mediainfo library
+Group:		Libraries/Python
+
+%description -n python3-%{pypi_name}
+This small package is a wrapper around the MediaInfo library.
+
+%prep
+%setup -q -n %{pypi_name}-%{version}
+
+# Remove bundled egg-info
+%{__rm} -r %{egg_name}.egg-info
+
+%build
+%if %{with python2}
+%py_build %{?with_tests:test}
+%if %{with doc}
+# generate html docs
+sphinx-build docs html
+# remove the sphinx-build leftovers
+%{__rm} -r html/.{doctrees,buildinfo}
+%endif
+%endif
+
+%if %{with python3}
+%py3_build %{?with_tests:test}
+%if %{with doc}
+# generate html docs
+python3-sphinx-build docs html
+# remove the sphinx-build leftovers
+%{__rm} -r html/.{doctrees,buildinfo}
+%endif
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%if %{with python2}
+%py_install
+%py_postclean
+%endif
+
+%if %{with python3}
+%py3_install
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%files
+%defattr(644,root,root,755)
+%doc README.rst %{?with_doc:html}
+%{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{egg_name}-%{version}-py*.egg-info
+%endif
+
+%if %{with python3}
+%files -n python3-%{pypi_name}
+%defattr(644,root,root,755)
+%doc README.rst %{?with_doc:html}
+%{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{egg_name}-%{version}-py*.egg-info
+%endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pymediainfo.git/commitdiff/91f348eaef795f81abe142850cba591902c1d09b



More information about the pld-cvs-commit mailing list