# # spec file for package python-mimesis # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-mimesis Version: 3.1.0 Release: 0 License: MIT Summary: Fake data generator Url: https://github.com/lk-geimfari/mimesis Group: Development/Languages/Python Source: https://github.com/lk-geimfari/mimesis/archive/3.1.0.tar.gz#/mimesis-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-flake8} BuildRequires: %{python_module pytest-isort} # /SECTION Recommends: python-pytz BuildArch: noarch %python_subpackages %description Mimesis is a package for Python, which helps generate big volumes of fake data for a variety of purposes in a variety of languages. The fake data could be used to populate a testing database, create JSON and XML files, anonymize data taken from production and etc. %prep %setup -q -n mimesis-%{version} chmod a-x LICENSE README.rst chmod a-x mimesis/data/*/*.json %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} rm %{buildroot}%{_prefix}/LICENSE # Tests require a network connection # %%check # %%python_expand pytest-%%{$python_bin_suffix} %files %{python_files} %doc README.rst %license LICENSE %{python_sitelib}/mimesis-%{version}-py*.egg-info %{python_sitelib}/mimesis/ %changelog