Name: xonsh Version: 0.6.9 Release: 2%{?dist} Summary: A general purpose, Python-ish shell License: BSD URL: http://xon.sh Source0: https://pypi.io/packages/source/x/xonsh/xonsh-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-ply Requires: python3-ply Requires: python3-prompt_toolkit Requires: python3-setproctitle Requires: python3-pygments %description xonsh is a Python-ish, BASHwards-compatible shell language and command prompt. The language is a superset of Python 3.4 with additional shell primitives. xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike. %prep # Remove bundled egg-info rm -rf xonsh.egg-info %setup -q -n xonsh-%{version} %build # Remove shebangs sed --in-place "s:#!\s*/usr.*::" xonsh/xoreutils/_which.py %{__python3} setup.py build %install %{__python3} setup.py install --skip-build --root %{buildroot} %files %doc README.rst %{_bindir}/xonsh %{_bindir}/xon.sh %{python3_sitelib}/xonsh %{python3_sitelib}/xontrib %{python3_sitelib}/xonsh-%{version}-py?.?.egg-info %changelog * Sat Jul 14 2018 Fedora Release Engineering - 0.6.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jul 07 2018 John Dulaney - 0.6.9-1 - New upstream release * Tue Jun 19 2018 Miro Hrončok - 0.6.5-2 - Rebuilt for Python 3.7 * Thu May 31 2018 John Dulaney - 0.6.5-1 - New upstream release * Sat Apr 14 2018 John Dulaney - 0.6.1-1 - New upstream release * Fri Feb 09 2018 Fedora Release Engineering - 0.5.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.5.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 22 2017 John Dulaney - 0.5.12-1 - New upstream release 0.5.12 * Mon May 29 2017 John Dulaney - 0.5.10-1 - New upstream release 0.5.10 * Tue Apr 04 2017 John Dulaney - 0.5.9-1 - New upstream release 0.5.9 * Sat Mar 11 2017 John Dulaney - 0.5.8-1 - New upstream release 0.5.8 * Fri Mar 03 2017 John Dulaney - 0.5.7-1 - New upstream release 0.5.7 * Fri Feb 24 2017 John Dulaney - 0.5.6-1 - New upstream release 0.5.6 * Sun Feb 12 2017 John Dulaney - 0.5.4-1 - New upstream release 0.5.4 * Sat Feb 11 2017 Fedora Release Engineering - 0.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Jan 07 2017 John Dulaney - 0.5.2-1 - New upstream release 0.5.2 * Sat Dec 24 2016 John Dulaney - 0.5.1 - New upstream release 0.5.1 * Mon Dec 19 2016 Miro Hrončok - 0.4.7-2 - Rebuild for Python 3.6 * Mon Oct 03 2016 John Dulaney - 0.4.7-1 - New upstream release 0.4.7 * Sun Sep 04 2016 John Dulaney - 0.4.6-1 - New upstream release 0.4.6 * Sun Aug 28 2016 John Dulaney - 0.4.5-2 - Require python3-pygments and python3-setproctitle * Sun Aug 28 2016 John Dulaney - 0.4.5-1 - New upstream release 0.4.5 * Fri Aug 5 2016 Luke Macken - 0.4.4-2 - Require python3-prompt_toolkit to improve usability * Thu Jul 21 2016 John Dulaney - 0.4.4-1 - New upstream release 0.4.4 * Tue Jul 19 2016 Fedora Release Engineering - 0.4.3-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Jul 13 2016 John Dulaney - 0.4.3-1 - New upstream release 0.4.3 * Mon Jun 20 2016 Luke Macken - 0.3.4-1 - New upstream release 0.3.4 * Mon Jun 06 2016 Luke Macken - 0.3.3-1 - Latest upstream release - Update the URL * Fri Jun 03 2016 Luke Macken - 0.3.2-1 - Latest upstream release - Update the Summary * Mon Mar 16 2015 Robert Kuska - 0.1.2-1 - Initial package.