Compare commits

...

29 Commits

Author SHA1 Message Date
Troy Dawson fd76bbeeca remove package.cfg per new epel-playground policy 2020-09-24 16:16:57 +00:00
Orion Poplawski 8a0265e121 Merge commit '33ce2adaeab6a5110174bd6e585e0f308c63dbc5' into epel8 2020-02-02 22:01:28 -07:00
Orion Poplawski 33ce2adaea Update to 0.9.2 2019-12-27 19:34:37 -07:00
Orion Poplawski f7932379bf Merge branch 'master' into epel8 2019-10-04 09:25:56 -06:00
Gwyn Ciesla 5caed31674 "Adding package.cfg file" 2019-10-04 08:06:12 -05:00
Miro Hrončok 13d75e3e14 Rebuilt for Python 3.8.0rc1 (#1748018) 2019-10-03 14:20:50 +02:00
Miro Hrončok 4e58d8eb6c Rebuilt for Python 3.8 2019-08-19 10:47:44 +02:00
Fedora Release Engineering e362e5f3d0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 14:52:19 +00:00
Orion Poplawski 6a6b00e36a Add BR on pytest 2019-05-07 21:20:17 -06:00
Orion Poplawski e223be063c Update to 0.9.1 2019-05-07 21:12:18 -06:00
Miro Hrončok 5ee584c0d1 Subpackage python2-numpydoc has been removed 2019-03-06 15:48:25 +01:00
Fedora Release Engineering 9432bbeb4e - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 08:03:27 +00:00
Fedora Release Engineering 98d3d2ccb4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 01:10:59 +00:00
Miro Hrončok 7d392569fb Rebuilt for Python 3.7 2018-06-19 11:11:02 +02:00
Thomas Spura 6be7e5c97d Correct sources 2018-05-30 09:55:08 +02:00
Thomas Spura 2be86be6d0 update to 0.8.0 (#1562463) 2018-05-29 20:03:22 +02:00
Fedora Release Engineering 74165287a6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 09:16:52 +00:00
Miro Hrončok 8a2e13021a Updated to 0.7.0 (#1481761) 2017-08-15 18:39:23 +02:00
Fedora Release Engineering c43144aaa3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 11:05:36 +00:00
Fedora Release Engineering b2e833c92c - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 09:46:07 +00:00
Miro Hrončok f843db505f Rebuild for Python 3.6 2016-12-19 18:20:37 +01:00
Fedora Release Engineering c36b60226e - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 10:42:39 +00:00
Fedora Release Engineering b6c95b4e6e - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 20:18:41 +00:00
Peter Robinson 2d944a79cf - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 16:30:32 +00:00
Dennis Gilmore d4743f7f7e - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 20:05:24 +00:00
Orion Poplawski 1ff0cf7a70 Really fix conditionals for non-python3 case 2015-04-01 11:14:41 -06:00
Orion Poplawski 541fc8b953 Fix conditionals for non-python3 case 2015-04-01 11:13:21 -06:00
Thomas Spura c782b7cb0e update to 0.5 and enable python3 subpackage (#1134171) 2014-08-27 08:45:28 +02:00
Dennis Gilmore d2b704435e - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 16:44:14 -05:00
3 changed files with 94 additions and 64 deletions
+6
View File
@@ -1 +1,7 @@
/numpydoc-0.4.tar.gz
/numpydoc-0.5.tar.gz
/numpydoc-0.7.0.tar.gz
/python-numpydoc-0.8.0-1.fc27.src.rpm
/numpydoc-0.8.0.tar.gz
/numpydoc-0.9.1.tar.gz
/numpydoc-0.9.2.tar.gz
+87 -63
View File
@@ -1,99 +1,123 @@
%if 0%{?fedora} > 12
# Disabled for now untill a new release will be on pypi with these patches:
# https://github.com/numpy/numpy/pull/2994
%global with_python3 0
%endif
Name: python-numpydoc
Version: 0.4
Release: 2%{?dist}
Summary: Sphinx extension to support docstrings in Numpy format
Version: 0.9.2
Release: 1%{?dist}
Summary: Sphinx extension to support docstrings in NumPy format
License: BSD
URL: https://pypi.python.org/pypi/numpydoc
Source0: https://pypi.python.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: python-matplotlib
%if 0%{with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-nose
BuildRequires: python3-pytest
BuildRequires: python3-sphinx
BuildRequires: python3-matplotlib
BuildRequires: python2-tools
%endif
%description
Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
following the Numpy/Scipy format to a form palatable to Sphinx.
following the NumPy/SciPy format to a form palatable to Sphinx.
%if 0%{with_python3}
%package -n python3-numpydoc
Summary: Sphinx extension to support docstrings in Numpy format
%package -n python3-numpydoc
Summary: %{summary}
%{?python_provide:%python_provide python3-numpydoc}
Requires: python3-sphinx >= 1.6.5
Requires: python3-jinja2 >= 2.3
%description -n python3-numpydoc
Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
following the Numpy/Scipy format to a form palatable to Sphinx.
%endif
following the NumPy/SciPy format to a form palatable to Sphinx.
%prep
%setup -q -n numpydoc-%{version}
%if %{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
2to3 --write --nobackups %{py3dir}
sed -i "s/\.docscrape/docscrape/g" %{py3dir}/docscrape_sphinx.py
%endif
%autosetup -n numpydoc-%{version}
%build
%{__python} setup.py build
%if %{?with_python3}
pushd %{py3dir}
%{__python3} setup.py build
popd
%endif
%py3_build
%install
%if %{?with_python3}
pushd %{py3dir}
%{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
popd
%endif
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%py3_install
%check
nosetests -v
%if 0%{with_python3}
pushd %{py3dir}
%{_bindir}/nosetests-3* -v || :
popd
%endif
nosetests-3 -v
%files
%doc LICENSE.txt
%{_bindir}/autosummary_generate
%{python_sitelib}/numpydoc
%{python_sitelib}/numpydoc-%{version}-py?.?.egg-info
%if 0%{with_python3}
%files -n python3-numpydoc
%doc LICENSE.txt
%{_bindir}/autosummary_generate
%license LICENSE.txt
%doc README.rst
%{python3_sitelib}/numpydoc
%{python3_sitelib}/numpydoc-%{version}-py?.?.egg-info
%endif
%changelog
* Sat Dec 28 2019 Orion Poplawski <orion@nwra.com> - 0.9.2-1
- Update to 0.9.2
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.1-4
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.1-3
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue May 7 2019 Orion Poplawski <orion@nwra.com> - 0.9.1-1
- Update to 0.9.1
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.0-5
- Subpackage python2-numpydoc has been removed
See https://fedoraproject.org/wiki/Changes/Sphinx2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.0-2
- Rebuilt for Python 3.7
* Tue May 29 2018 Thomas Spura <tomspur@fedoraproject.org> - 0.8.0-1
- update to 0.8.0 (#1562463)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Aug 15 2017 Miro Hrončok <mhroncok@redhat.com> - 0.7.0-1
- Updated to 0.7.0 (#1481761)
- Rewrote the spec completely
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.5-6
- Rebuild for Python 3.6
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-5
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Aug 27 2014 Thomas Spura <tomspur@fedoraproject.org> - 0.5-1
- update to 0.5 (#1134171)
- enable python3 subpackage
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon Aug 5 2013 Thomas Spura <tomspur@fedoraproject.org> - 0.4-2
- BR python2-devel, python-sphinx, python-nose
- use macro in URL
+1 -1
View File
@@ -1 +1 @@
e5bdd98f84f2bb220373819e20c27091 numpydoc-0.4.tar.gz
SHA512 (numpydoc-0.9.2.tar.gz) = db8f5c3b409ece0a40f1c2ccb06eaa182896d173a5c913c7e6c5780fd021d746c48557fee6f050db8c42cfa41a5021901342bbb93dfd8b8daf7d43fead9cf94a