summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-18 03:25:55 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-18 03:25:55 +0000
commit6c9a1b0c484319adb0575f2a3e26129a73d89807 (patch)
tree09f610649cf4dab94eefcbc80a42473185744b75
parentfe30eb01871d09ca8b31bf71f192224051b3cd4d (diff)
automatic import of python-dj-qiyu-tpl
-rw-r--r--.gitignore1
-rw-r--r--python-dj-qiyu-tpl.spec154
-rw-r--r--sources1
3 files changed, 156 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..1671897 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dj_qiyu_tpl-0.6.11.tar.gz
diff --git a/python-dj-qiyu-tpl.spec b/python-dj-qiyu-tpl.spec
new file mode 100644
index 0000000..0b25212
--- /dev/null
+++ b/python-dj-qiyu-tpl.spec
@@ -0,0 +1,154 @@
+%global _empty_manifest_terminate_build 0
+Name: python-dj-qiyu-tpl
+Version: 0.6.11
+Release: 1
+Summary: Shared Django Template for QiYUTech
+License: LGPL-3.0-or-later
+URL: https://www.qiyutech.tech/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/77/70/f16265482840e502319cff81f3295aaa61841488f188cd7a71783e087743/dj_qiyu_tpl-0.6.11.tar.gz
+BuildArch: noarch
+
+Requires: python3-django
+Requires: python3-docutils
+Requires: python3-pygments
+Requires: python3-django-qiyu-utils
+
+%description
+# 奇遇科技 Django 通用模版
+
+![PyPI - Version](https://img.shields.io/pypi/v/dj-qiyu-tpl)
+![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dj-qiyu-tpl)
+![PyPI - Downloads](https://img.shields.io/pypi/dm/dj-qiyu-tpl)
+![PyPI - Wheel](https://img.shields.io/pypi/wheel/dj-qiyu-tpl)
+![GitHub repo size](https://img.shields.io/github/repo-size/qiyutechdev/dj-qiyu-tpl)
+![Lines of code](https://img.shields.io/tokei/lines/github/qiyutechdev/dj-qiyu-tpl)
+
+[![Black Code Format Check](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/black-format.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/black-format.yml)
+[![pytest](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pytest.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pytest.yml)
+[![Pylama Lint](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pylama-lint.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pylama-lint.yml)
+[![Poetry Publish](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/poetry_pypi.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/poetry_pypi.yml)
+
+警告(WARNING):
+
+ 可能对您没有什么用处
+
+ This may be useless for you
+
+应用使用方不再需要添加 *django-qiyu-utils* 依赖。
+
+## 发布新版本
+
+使用 GitHub Release
+
+
+
+%package -n python3-dj-qiyu-tpl
+Summary: Shared Django Template for QiYUTech
+Provides: python-dj-qiyu-tpl
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-dj-qiyu-tpl
+# 奇遇科技 Django 通用模版
+
+![PyPI - Version](https://img.shields.io/pypi/v/dj-qiyu-tpl)
+![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dj-qiyu-tpl)
+![PyPI - Downloads](https://img.shields.io/pypi/dm/dj-qiyu-tpl)
+![PyPI - Wheel](https://img.shields.io/pypi/wheel/dj-qiyu-tpl)
+![GitHub repo size](https://img.shields.io/github/repo-size/qiyutechdev/dj-qiyu-tpl)
+![Lines of code](https://img.shields.io/tokei/lines/github/qiyutechdev/dj-qiyu-tpl)
+
+[![Black Code Format Check](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/black-format.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/black-format.yml)
+[![pytest](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pytest.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pytest.yml)
+[![Pylama Lint](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pylama-lint.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pylama-lint.yml)
+[![Poetry Publish](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/poetry_pypi.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/poetry_pypi.yml)
+
+警告(WARNING):
+
+ 可能对您没有什么用处
+
+ This may be useless for you
+
+应用使用方不再需要添加 *django-qiyu-utils* 依赖。
+
+## 发布新版本
+
+使用 GitHub Release
+
+
+
+%package help
+Summary: Development documents and examples for dj-qiyu-tpl
+Provides: python3-dj-qiyu-tpl-doc
+%description help
+# 奇遇科技 Django 通用模版
+
+![PyPI - Version](https://img.shields.io/pypi/v/dj-qiyu-tpl)
+![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dj-qiyu-tpl)
+![PyPI - Downloads](https://img.shields.io/pypi/dm/dj-qiyu-tpl)
+![PyPI - Wheel](https://img.shields.io/pypi/wheel/dj-qiyu-tpl)
+![GitHub repo size](https://img.shields.io/github/repo-size/qiyutechdev/dj-qiyu-tpl)
+![Lines of code](https://img.shields.io/tokei/lines/github/qiyutechdev/dj-qiyu-tpl)
+
+[![Black Code Format Check](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/black-format.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/black-format.yml)
+[![pytest](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pytest.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pytest.yml)
+[![Pylama Lint](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pylama-lint.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/pylama-lint.yml)
+[![Poetry Publish](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/poetry_pypi.yml/badge.svg)](https://github.com/QiYuTechDev/dj-qiyu-tpl/actions/workflows/poetry_pypi.yml)
+
+警告(WARNING):
+
+ 可能对您没有什么用处
+
+ This may be useless for you
+
+应用使用方不再需要添加 *django-qiyu-utils* 依赖。
+
+## 发布新版本
+
+使用 GitHub Release
+
+
+
+%prep
+%autosetup -n dj-qiyu-tpl-0.6.11
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-dj-qiyu-tpl -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.11-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..ab5dfc5
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+8f60dc8e4b09df47679e24fac0365d56 dj_qiyu_tpl-0.6.11.tar.gz