Blame python-pycountry.spec

2f51df6
%global srcname pycountry
2f51df6
2f51df6
Name:           python-%{srcname}
2f51df6
Version:        18.12.8
028d06c
Release:        2%{?dist}
2f51df6
Summary:        ISO country, subdivision, language, currency and script definitions and their translations
2f51df6
2f51df6
License:        LGPLv2
2f51df6
URL:            https://bitbucket.org/flyingcircus/pycountry
2f51df6
Source0:        %pypi_source
2f51df6
# Rebased from Debian:
2f51df6
Patch0001:      00-use_system_iso-codes.patch
2f51df6
2f51df6
BuildArch:      noarch
2f51df6
2f51df6
BuildRequires:  iso-codes >= 4.1
2f51df6
BuildRequires:  python3-devel
2f51df6
BuildRequires:  python3dist(setuptools)
2f51df6
BuildRequires:  python3dist(pytest)
2f51df6
2f51df6
%description
2f51df6
pycountry provides the ISO databases for the standards:
2f51df6
* 639-3 Languages
2f51df6
* 3166 Countries
2f51df6
* 3166-3 Deleted countries
2f51df6
* 3166-2 Subdivisions of countries
2f51df6
* 4217 Currencies
2f51df6
* 15924 Scripts
2f51df6
2f51df6
2f51df6
%package -n     python3-%{srcname}
2f51df6
Summary:        %{summary}
2f51df6
%{?python_provide:%python_provide python3-%{srcname}}
2f51df6
2f51df6
Requires:       iso-codes >= 4.1
2f51df6
2f51df6
%description -n python3-%{srcname}
2f51df6
pycountry provides the ISO databases for the standards:
2f51df6
* 639-3 Languages
2f51df6
* 3166 Countries
2f51df6
* 3166-3 Deleted countries
2f51df6
* 3166-2 Subdivisions of countries
2f51df6
* 4217 Currencies
2f51df6
* 15924 Scripts
2f51df6
2f51df6
2f51df6
%prep
2f51df6
%autosetup -n %{srcname}-%{version} -p1
2f51df6
2f51df6
# Remove bundled egg-info
2f51df6
rm -rf src/%{srcname}.egg-info
2f51df6
2f51df6
# Remove bundled iso-codes data
2f51df6
rm -rf src/%{srcname}/{databases,locales}
2f51df6
2f51df6
2f51df6
%build
2f51df6
%py3_build
2f51df6
2f51df6
2f51df6
%install
2f51df6
%py3_install
2f51df6
2f51df6
2f51df6
%check
2f51df6
PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 \
2f51df6
    %{__python3} -m pytest --pyargs pycountry
2f51df6
2f51df6
2f51df6
%files -n python3-%{srcname}
2f51df6
%doc README HISTORY.txt
2f51df6
%license LICENSE.txt
2f51df6
%{python3_sitelib}/%{srcname}
2f51df6
%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info
2f51df6
2f51df6
2f51df6
%changelog
028d06c
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18.12.8-2
028d06c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
028d06c
2f51df6
* Thu Dec 13 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 18.12.8-1
2f51df6
- Initial package.