diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:27:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:27:31 +0000 |
commit | 05891e92ce55a106fba62d696db50d8f2d2ff3a6 (patch) | |
tree | 84b65daf29c1c444670d6233b1b6d730517d72ad | |
parent | 593564108459f9484349fcc7d7205daf8b144f21 (diff) |
automatic import of python-sphinxcontrib-phpdomainopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sphinxcontrib-phpdomain.spec | 71 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 63 insertions, 11 deletions
@@ -1 +1,2 @@ /sphinxcontrib-phpdomain-0.9.0.tar.gz +/sphinxcontrib-phpdomain-0.11.0.tar.gz diff --git a/python-sphinxcontrib-phpdomain.spec b/python-sphinxcontrib-phpdomain.spec index b9fb9d8..b5086ac 100644 --- a/python-sphinxcontrib-phpdomain.spec +++ b/python-sphinxcontrib-phpdomain.spec @@ -1,18 +1,35 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinxcontrib-phpdomain -Version: 0.9.0 +Version: 0.11.0 Release: 1 Summary: Sphinx extension to enable documenting PHP code License: BSD URL: https://github.com/markstory/sphinxcontrib-phpdomain -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/af/ca4fecfbf8c0cee5734ee58d292bbb95c8ee2621e4eb4575417a87b5a67a/sphinxcontrib-phpdomain-0.9.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/22/4e/10aebf2eb10c56b947d91c2484e237e171db7960e0b369fa125ac03ebb48/sphinxcontrib-phpdomain-0.11.0.tar.gz BuildArch: noarch %description -This package contains the phpdomain Sphinx extension. +This package provides a Sphinx extension for documenting PHP projects. -This extension provides a PHP domain for sphinx +PHP Domain supports following objects: + +* Global variable +* Global function +* Constants +* Namespaces + + * Functions + * Class + +* Class + + * Class constant + * Instance methods + * Static methods + * Properties + +* Enums %package -n python3-sphinxcontrib-phpdomain Summary: Sphinx extension to enable documenting PHP code @@ -21,20 +38,54 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-sphinxcontrib-phpdomain -This package contains the phpdomain Sphinx extension. +This package provides a Sphinx extension for documenting PHP projects. + +PHP Domain supports following objects: + +* Global variable +* Global function +* Constants +* Namespaces + + * Functions + * Class -This extension provides a PHP domain for sphinx +* Class + + * Class constant + * Instance methods + * Static methods + * Properties + +* Enums %package help Summary: Development documents and examples for sphinxcontrib-phpdomain Provides: python3-sphinxcontrib-phpdomain-doc %description help -This package contains the phpdomain Sphinx extension. +This package provides a Sphinx extension for documenting PHP projects. + +PHP Domain supports following objects: + +* Global variable +* Global function +* Constants +* Namespaces + + * Functions + * Class + +* Class + + * Class constant + * Instance methods + * Static methods + * Properties -This extension provides a PHP domain for sphinx +* Enums %prep -%autosetup -n sphinxcontrib-phpdomain-0.9.0 +%autosetup -n sphinxcontrib-phpdomain-0.11.0 %build %py3_build @@ -74,5 +125,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.0-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.0-1 - Package Spec generated @@ -1 +1 @@ -1981f6f38fe246b2b68275510069e45b sphinxcontrib-phpdomain-0.9.0.tar.gz +f0f316349039a70ec1636e15fb3bfca9 sphinxcontrib-phpdomain-0.11.0.tar.gz |