summaryrefslogtreecommitdiff
path: root/python-satnogs-db.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 09:37:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 09:37:22 +0000
commitbf248354b5a2dbb188a4f49e6e835da1d67f8e68 (patch)
tree06a14feb53aaae3478c7dfca2836ce986494cafb /python-satnogs-db.spec
parent4d456ca313e3ec327cb181c1e891108739f2e579 (diff)
automatic import of python-satnogs-db
Diffstat (limited to 'python-satnogs-db.spec')
-rw-r--r--python-satnogs-db.spec122
1 files changed, 122 insertions, 0 deletions
diff --git a/python-satnogs-db.spec b/python-satnogs-db.spec
new file mode 100644
index 0000000..0294397
--- /dev/null
+++ b/python-satnogs-db.spec
@@ -0,0 +1,122 @@
+%global _empty_manifest_terminate_build 0
+Name: python-satnogs-db
+Version: 1.49
+Release: 1
+Summary: SatNOGS DB
+License: AGPLv3
+URL: https://gitlab.com/librespacefoundation/satnogs/satnogs-db
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/0f/66b9db3880b7074694c3978dcd7ad22df2199c6c593403193dbb846dc534/satnogs-db-1.49.tar.gz
+BuildArch: noarch
+
+Requires: python3-Django
+Requires: python3-django-shortuuidfield
+Requires: python3-celery
+Requires: python3-Pillow
+Requires: python3-mysqlclient
+Requires: python3-eventlet
+Requires: python3-gunicorn[eventlet]
+Requires: python3-redis
+Requires: python3-hiredis
+Requires: python3-sentry-sdk
+Requires: python3-decouple
+Requires: python3-dj-database-url
+Requires: python3-dotenv
+Requires: python3-django-csp
+Requires: python3-django-cors-headers
+Requires: python3-django-allauth
+Requires: python3-django-crispy-forms
+Requires: python3-social-auth-app-django
+Requires: python3-jose[cryptography]
+Requires: python3-django-compressor
+Requires: python3-djangorestframework
+Requires: python3-drf-spectacular
+Requires: python3-Markdown
+Requires: python3-django-filter
+Requires: python3-sgp4
+Requires: python3-satellitetle
+Requires: python3-influxdb
+Requires: python3-django-widget-tweaks
+Requires: python3-django-bootstrap-modal-forms
+Requires: python3-fontawesomefree
+Requires: python3-satnogs-decoders
+Requires: python3-simplejson
+Requires: python3-h5py
+Requires: python3-pyzmq
+Requires: python3-nanoid
+Requires: python3-urllib3
+Requires: python3-requests
+Requires: python3-django-countries
+Requires: python3-PyLD
+Requires: python3-django-debug-toolbar
+Requires: python3-versioneer
+Requires: python3-pytest-celery
+Requires: python3-pytest-cov
+Requires: python3-pytest-django
+Requires: python3-pytest-forked
+Requires: python3-pytest-xdist
+Requires: python3-mock
+Requires: python3-factory-boy
+Requires: python3-docopts
+Requires: python3-tox
+
+%description
+
+
+%package -n python3-satnogs-db
+Summary: SatNOGS DB
+Provides: python-satnogs-db
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-satnogs-db
+
+
+%package help
+Summary: Development documents and examples for satnogs-db
+Provides: python3-satnogs-db-doc
+%description help
+
+
+%prep
+%autosetup -n satnogs-db-1.49
+
+%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-satnogs-db -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.49-1
+- Package Spec generated