Пакет python-module-pytest-translations: Specfile

%define oname pytest-translations

%def_with python3
# because we have old polib
%def_disable check
%def_with bootstrap

Name: python-module-%oname
Version: 0.2.0
Release: alt2
Summary: Test your translation files
License: MIT
Group: Development/Python
Url: https://pypi.python.org/pypi/pytest-translations/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# https://github.com/Thermondo/pytest-translations.git
Source: %name-%version.tar
BuildArch: noarch

#BuildPreReq: python-devel python-module-setuptools-tests
#BuildPreReq: python-module-polib
%if_with python3
BuildRequires(pre): rpm-build-python3
#BuildPreReq: python3-devel python3-module-setuptools-tests
#BuildPreReq: python3-module-polib
%endif

%py_provides pytest_translations
%py_requires polib

# Automatically added by buildreq on Thu Jan 28 2016 (-bi)
# optimized out: python-base python-devel python-module-setuptools python-modules python-modules-compiler python-modules-ctypes python-modules-email python-modules-encodings python-modules-unittest python3 python3-base python3-module-setuptools
BuildRequires: python-module-polib python-module-pytest python3-module-polib python3-module-pytest rpm-build-python3

%description
py.test plugin to test your translation files.

%package -n python3-module-%oname
Summary: Test your translation files
Group: Development/Python3
%py3_provides pytest_translations
%py3_requires polib
%if_with bootstrap
%add_python3_req_skip py.test.collect
%endif

%description -n python3-module-%oname
py.test plugin to test your translation files.

%prep
%setup

%if_with python3
cp -fR . ../python3
%endif

%build
%python_build_debug

%if_with python3
pushd ../python3
%python3_build_debug
popd
%endif

%install
%python_install

%if_with python3
pushd ../python3
%python3_install
popd
%endif

%check
python setup.py test
%if_with python3
pushd ../python3
python3 setup.py test
popd
%endif

%files
%doc *.rst
%python_sitelibdir/*

%if_with python3
%files -n python3-module-%oname
%doc *.rst
%python3_sitelibdir/*
%endif

%changelog
* Sun May 20 2018 Andrey Bychkov <mrdrew@altlinux.org> 0.2.0-alt2
- rebuild with python3.6

* Sun Mar 13 2016 Ivan Zakharyaschev <imz@altlinux.org> 0.2.0-alt1.git20150101.1.1
- (NMU) rebuild with rpm-build-python3-0.1.9
  (for common python3/site-packages/ and auto python3.3-ABI dep when needed)

* Thu Jan 28 2016 Mikhail Efremov <sem@altlinux.org> 0.2.0-alt1.git20150101.1
- NMU: Use buildreq for BR.

* Fri Jan 02 2015 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.2.0-alt1.git20150101
- Initial build for Sisyphus