summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-08-22 07:20:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-08-22 07:20:35 +0000
commit27fb89d7361d05aa4dcab7e79bed4333d43e8ab1 (patch)
tree45587cd78eb64032f07ed0cb6123058689b45eb4
parent97b4b270f83420a2985ad2bfda4f33854ffbaabc (diff)
automatic import of python-sphinxcontrib-spellingopeneuler23.03
-rw-r--r--.gitignore1
-rw-r--r--python-sphinxcontrib-spelling.spec68
-rw-r--r--sources1
3 files changed, 70 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..1f6bc8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sphinxcontrib-spelling-8.0.0.tar.gz
diff --git a/python-sphinxcontrib-spelling.spec b/python-sphinxcontrib-spelling.spec
new file mode 100644
index 0000000..b4b1cd0
--- /dev/null
+++ b/python-sphinxcontrib-spelling.spec
@@ -0,0 +1,68 @@
+Name: python-sphinxcontrib-spelling
+Version: 8.0.0
+Release: 1
+Summary: Sphinx-based documentation spell checker
+License: BSD
+URL: https://github.com/sphinx-contrib/spelling
+Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-spelling/sphinxcontrib-spelling-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: python%{python3_pkgversion}-setuptools python%{python3_pkgversion}-devel python%{python3_pkgversion}-pbr
+BuildRequires: python%{python3_pkgversion}-fixtures python%{python3_pkgversion}-six
+BuildRequires: python%{python3_pkgversion}-enchant python%{python3_pkgversion}-sphinx hunspell-en hunspell-de
+BuildRequires: python%{python3_pkgversion}-pytest
+BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
+
+
+%description
+It contains sphinxcontrib.spelling, a spell checker for
+Sphinx-based documents. It uses PyEnchant to generate
+reports showing misspelled words.
+
+%package -n python%{python3_pkgversion}-sphinxcontrib-spelling
+Summary: Sphinx-based documentation spell checker
+%{?python_provide:%python_provide python%{python3_pkgversion}-sphinxcontrib-spelling}
+Requires: python%{python3_pkgversion}-enchant python%{python3_pkgversion}-six
+Requires: python%{python3_pkgversion}-sphinx
+
+%description -n python%{python3_pkgversion}-sphinxcontrib-spelling
+It contains sphinxcontrib.spelling, a spell checker for
+Sphinx-based documents. It uses PyEnchant to generate
+reports showing misspelled words.
+
+%prep
+%autosetup -p0 -n sphinxcontrib-spelling-%{version}
+
+%build
+%pyproject_build
+
+%install
+%pyproject_install
+
+%check
+%{__python3} -m pytest
+
+%files -n python%{python3_pkgversion}-sphinxcontrib-spelling
+%doc README LICENSE
+%{python3_sitelib}/sphinxcontrib*
+
+%changelog
+* Tue Aug 22 2023 xu_ping <707078654@qq.com> - 8.0.0-1
+- Update package to version 8.0.0
+
+* Thu Jul 13 2023 sunhui <sunhui@kylinos.cn> - 7.7.0-1
+- Update package to version 7.7.0
+
+* Thu Jul 07 2022 wangkai <wangkai385@h-partners.com> - 7.6.0-1
+- Update to 7.6.0
+
+* Sat Jan 08 2022 Ge Wang <wangge20@huawei.com> - 4.2.1-3
+- Use unittest replace nose due to python-nose is abandonted
+
+* Tue Aug 11 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 4.2.1-2
+- Remove unused tar package
+
+* Mon Aug 10 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 4.2.1-1
+- Update to 4.2.1
+
+* Wed Jan 8 2020 likexin <likexin4@huawei.com> - 4.2.0-2
+- package init
diff --git a/sources b/sources
new file mode 100644
index 0000000..7398c44
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+f1ff5b879a09b95297bbb55fd9c93c78 sphinxcontrib-spelling-8.0.0.tar.gz