summaryrefslogtreecommitdiff
path: root/python-satnogs-network.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-satnogs-network.spec')
-rw-r--r--python-satnogs-network.spec109
1 files changed, 109 insertions, 0 deletions
diff --git a/python-satnogs-network.spec b/python-satnogs-network.spec
new file mode 100644
index 0000000..b4ebd56
--- /dev/null
+++ b/python-satnogs-network.spec
@@ -0,0 +1,109 @@
+%global _empty_manifest_terminate_build 0
+Name: python-satnogs-network
+Version: 1.103
+Release: 1
+Summary: SatNOGS Network
+License: AGPLv3
+URL: https://gitlab.com/librespacefoundation/satnogs/satnogs-network
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/35/b4/790986fd9ca1dde9dd8ff0aa31454530a6f9f320387269fcdef9de3a74ff/satnogs-network-1.103.tar.gz
+BuildArch: noarch
+
+Requires: python3-Django
+Requires: python3-django-shortuuidfield
+Requires: python3-celery
+Requires: python3-Pillow
+Requires: python3-tinytag
+Requires: python3-internetarchive
+Requires: python3-django-storages
+Requires: python3-boto3
+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-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-ephem
+Requires: python3-objgraph
+Requires: python3-django-debug-toolbar
+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-tox
+
+%description
+
+
+%package -n python3-satnogs-network
+Summary: SatNOGS Network
+Provides: python-satnogs-network
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-satnogs-network
+
+
+%package help
+Summary: Development documents and examples for satnogs-network
+Provides: python3-satnogs-network-doc
+%description help
+
+
+%prep
+%autosetup -n satnogs-network-1.103
+
+%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-network -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.103-1
+- Package Spec generated