summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-ckanext-dc-view.spec116
-rw-r--r--sources1
3 files changed, 118 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..eda9d40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ckanext-dc_view-0.6.10.tar.gz
diff --git a/python-ckanext-dc-view.spec b/python-ckanext-dc-view.spec
new file mode 100644
index 0000000..9ec9054
--- /dev/null
+++ b/python-ckanext-dc-view.spec
@@ -0,0 +1,116 @@
+%global _empty_manifest_terminate_build 0
+Name: python-ckanext-dc-view
+Version: 0.6.10
+Release: 1
+Summary: Preview DC data in DCOR
+License: AGPLv3+
+URL: https://github.com/DCOR-dev/ckanext-dc_view
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d5/bf/a9ede3a69360c79977b72a6c1abc32d543d5264ba067f1aa0a10263ed6c2/ckanext-dc_view-0.6.10.tar.gz
+BuildArch: noarch
+
+Requires: python3-dclab
+Requires: python3-dcor-shared
+Requires: python3-matplotlib
+Requires: python3-numpy
+Requires: python3-pillow
+
+%description
+|PyPI Version| |Build Status| |Coverage Status|
+A CKAN resource view for DC data. The preview includes metadata from
+the HDF5 attributes and a summary plot (scatter plot of brightness vs. area
+and image, contour, mask, and fluorescence data for one event). This plugin
+registers a background job for generating the overview plot after a DC
+resource has been created.
+This extensione implements:
+- A default view for RT-DC (mimetype) resources
+- A background job that generates the preview image
+- A route that makes the preview image available via
+ "/dataset/{id}/resource/{resource_id}/preview.jpg"
+- CLI:
+ - add CKAN command `run-jobs-dc-view` that runs all background
+ jobs for all resources (if not already done)
+
+%package -n python3-ckanext-dc-view
+Summary: Preview DC data in DCOR
+Provides: python-ckanext-dc-view
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-ckanext-dc-view
+|PyPI Version| |Build Status| |Coverage Status|
+A CKAN resource view for DC data. The preview includes metadata from
+the HDF5 attributes and a summary plot (scatter plot of brightness vs. area
+and image, contour, mask, and fluorescence data for one event). This plugin
+registers a background job for generating the overview plot after a DC
+resource has been created.
+This extensione implements:
+- A default view for RT-DC (mimetype) resources
+- A background job that generates the preview image
+- A route that makes the preview image available via
+ "/dataset/{id}/resource/{resource_id}/preview.jpg"
+- CLI:
+ - add CKAN command `run-jobs-dc-view` that runs all background
+ jobs for all resources (if not already done)
+
+%package help
+Summary: Development documents and examples for ckanext-dc-view
+Provides: python3-ckanext-dc-view-doc
+%description help
+|PyPI Version| |Build Status| |Coverage Status|
+A CKAN resource view for DC data. The preview includes metadata from
+the HDF5 attributes and a summary plot (scatter plot of brightness vs. area
+and image, contour, mask, and fluorescence data for one event). This plugin
+registers a background job for generating the overview plot after a DC
+resource has been created.
+This extensione implements:
+- A default view for RT-DC (mimetype) resources
+- A background job that generates the preview image
+- A route that makes the preview image available via
+ "/dataset/{id}/resource/{resource_id}/preview.jpg"
+- CLI:
+ - add CKAN command `run-jobs-dc-view` that runs all background
+ jobs for all resources (if not already done)
+
+%prep
+%autosetup -n ckanext-dc-view-0.6.10
+
+%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-ckanext-dc-view -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.10-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..57e7a21
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+530c71f406a24ea0154b1937f536b240 ckanext-dc_view-0.6.10.tar.gz