diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-10 04:35:50 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-10 04:35:50 +0000 |
| commit | 84ab1f3f8837ceb770801ad079201a505583bb1d (patch) | |
| tree | 0498124d960e910abfef1cf89f622ea2d370e3c2 | |
| parent | a7bcb5bdae9f0a1f9bc9dcf8ef3b909c2ad00e4e (diff) | |
automatic import of python-overhaveopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-overhave.spec | 105 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 107 insertions, 0 deletions
@@ -0,0 +1 @@ +/overhave-3.13.0.tar.gz diff --git a/python-overhave.spec b/python-overhave.spec new file mode 100644 index 0000000..82c9995 --- /dev/null +++ b/python-overhave.spec @@ -0,0 +1,105 @@ +%global _empty_manifest_terminate_build 0 +Name: python-overhave +Version: 3.13.0 +Release: 1 +Summary: Overhave - web-framework for BDD +License: Apache Software License +URL: https://pypi.org/project/overhave/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/13/28e56e106582e3c770b83c7af7d659cb599f616d598f3348c620c4e6f5c0/overhave-3.13.0.tar.gz +BuildArch: noarch + +Requires: python3-sqlalchemy +Requires: python3-psycopg2-binary +Requires: python3-pydantic +Requires: python3-tenacity +Requires: python3-yarl +Requires: python3-pytz +Requires: python3-flask-admin +Requires: python3-WTForms +Requires: python3-ldap +Requires: python3-ldap3 +Requires: python3-wsgi_intercept +Requires: python3-redis +Requires: python3-docker +Requires: python3-sqlalchemy-utc +Requires: python3-httptools +Requires: python3-dateutil +Requires: python3-alembic +Requires: python3-boto3 +Requires: python3-boto3-type-annotations +Requires: python3-SQLAlchemy-Utils +Requires: python3-Flask +Requires: python3-GitPython +Requires: python3-gitlab +Requires: python3-pydantic-sqlalchemy +Requires: python3-fastapi +Requires: python3-jose +Requires: python3-multipart +Requires: python3-aiofiles +Requires: python3-httpx +Requires: python3-walrus +Requires: python3-typer +Requires: python3-flask-login +Requires: python3-flask-wtf + +%description + + +%package -n python3-overhave +Summary: Overhave - web-framework for BDD +Provides: python-overhave +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-overhave + + +%package help +Summary: Development documents and examples for overhave +Provides: python3-overhave-doc +%description help + + +%prep +%autosetup -n overhave-3.13.0 + +%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-overhave -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.13.0-1 +- Package Spec generated @@ -0,0 +1 @@ +03d433950de708a832e1debc80d4ab07 overhave-3.13.0.tar.gz |
