Name: python-pyphen Version: 0.9.1 Release: 18%{?dist} Summary: Pure Python module to hyphenate text License: GPLv2+ or LGPLv2+ or MPLv1.1 URL: https://pypi.python.org/pypi/Pyphen/ Source0: https://github.com/Kozea/Pyphen/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools # Fedora-specific patch to use hyphenation dictionaries in /usr/share/hyphen # Desktop users will likely have hyphenation dictionaries installed # for the languages they use, as part of the Libreoffice language # packs, but if not, they can be installed separately. Patch0: pyphen-0.9.1-shared-dicts.patch %global _description\ Pyphen is a pure Python module to hyphenate text using existing\ hyphenation dictionaries, e.g., from Libreoffice language packs. %description %_description %package -n python3-pyphen Summary: Pure Python module to hyphenate text %{?python_provide:%python_provide python3-pyphen} %description -n python3-pyphen Pyphen is a pure Python module to hyphenate text using existing hyphenation dictionaries, e.g., from Libreoffice language packs. %prep %setup -q -n Pyphen-%{version} %patch0 -p1 -b .shared-dict rm -rf pyphen/dictionaries find . -name '*.py' | xargs sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' %build %py3_build # I'd like to have a test section, but the provided tests would require # hyphenation dictionaries for many languages to be installed. %install rm -rf dictionaries %py3_install %files -n python3-pyphen %license COPYING COPYING.GPL COPYING.LGPL COPYING.MPL %doc README %{python3_sitelib}/Pyphen-%{version}*.egg-info/ %{python3_sitelib}/pyphen.py %{python3_sitelib}/__pycache__/pyphen.*.pyc %changelog * Wed Nov 20 2019 Felix Schwarz - 0.9.1-18 - declare triple license correctly * Fri Jul 26 2019 Fedora Release Engineering - 0.9.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.9.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Dec 27 2018 Miro Hrončok - 0.9.1-15 - Subpackage python2-pyphen has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 0.9.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.9.1-13 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Iryna Shcherbina - 0.9.1-12 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.9.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.9.1-10 - Python 2 binary package renamed to python2-pyphen See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 0.9.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.9.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.9.1-7 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.9.1-6 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.9.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.9.1-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Aug 26 2014 Eric Smith 0.9.1-2 - No Python 3 in EL7. * Thu Aug 07 2014 Alon Levy - 0.9.1-1 - Update to latest release, fixes bz 1127837 (for weasyprint 1127836) * Sat Jun 07 2014 Fedora Release Engineering - 0.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember - 0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Tue Jul 23 2013 Eric Smith 0.7-3 - Added Python 3 support. * Mon Jul 22 2013 Eric Smith 0.7-2 - Removed requirement for hyphen-en. - Changed files section based on review request. * Sun Jul 21 2013 Eric Smith 0.7-1 - initial version