From 8a85e6fa443fed2fcec885d06186c3e88e66df4a Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Apr 08 2019 14:48:05 +0000 Subject: Revert "Orphaned for 6+ weeks" Unretiring for https://pagure.io/releng/issue/8267 This reverts commit 9f82b0649a86edc546398f0cf8a6eff40da68969. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66c3fce --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +/xonsh-0.3.2.tar.gz +/xonsh-0.3.3.tar.gz +/xonsh-0.3.4.tar.gz +/xonsh-0.4.3.tar.gz +/xonsh-0.4.4.tar.gz +/xonsh-0.4.5.tar.gz +/xonsh-0.4.6.tar.gz +/xonsh-0.4.7.tar.gz +/xonsh-0.5.1.tar.gz +/xonsh-0.5.2.tar.gz +/xonsh-0.5.4.tar.gz +/xonsh-0.5.6.tar.gz +/xonsh-0.5.7.tar.gz +/xonsh-0.5.8.tar.gz +/xonsh-0.5.9.tar.gz +/xonsh-0.5.10.tar.gz +/xonsh-0.5.12.tar.gz +/xonsh-0.6.1.tar.gz +/xonsh-0.6.5.tar.gz +/xonsh-0.6.9.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..67bbe2e --- /dev/null +++ b/sources @@ -0,0 +1,2 @@ +SHA512 (xonsh-0.6.5.tar.gz) = ea20441d40d041c77c9020725bf71efb68e773f03ad948513d446911b7f588908752caa2bfc97da4752b88a5b7dff5427937a3f3ca72c66a767794ec241f81ee +SHA512 (xonsh-0.6.9.tar.gz) = 5a6dae6d54c517aac0b1370d3a71eafcb6b0b183f6097d0b1a79c7890f8791deb6594e0e9fc7fe76f23127be6e3cb6c9070c09ce36590ef07ceffa1a04bb9a30 diff --git a/xonsh.spec b/xonsh.spec new file mode 100644 index 0000000..acba348 --- /dev/null +++ b/xonsh.spec @@ -0,0 +1,145 @@ + +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.