From 6e67d7be86c6f9a25aa2f41cfb69ecc457c78f59 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 26 Mar 2023 10:25:27 +0000 Subject: automatic import of python-XStatic-FileSaver --- .gitignore | 1 + python-XStatic-FileSaver.spec | 112 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 114 insertions(+) create mode 100644 python-XStatic-FileSaver.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..b9d10e0 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/XStatic-FileSaver-1.3.2.0.tar.gz diff --git a/python-XStatic-FileSaver.spec b/python-XStatic-FileSaver.spec new file mode 100644 index 0000000..99c27f9 --- /dev/null +++ b/python-XStatic-FileSaver.spec @@ -0,0 +1,112 @@ +%{?python_enable_dependency_generator} +%global pypi_name XStatic-FileSaver + +Name: python-%{pypi_name} +Version: 1.3.2.0 +Release: 6%{?dist} +Summary: FilseSaver (XStatic packaging standard) + +License: MIT +URL: https://github.com/eligrey/FileSaver.js +Source0: https://files.pythonhosted.org/packages/source/X/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + + +%description +FilseSaver JavaScript library packaged for setup-tools (easy_install) / pip. + +This package is intended to be used by any project that needs these files. + +It intentionally does not provide any extra code except some metadata +nor has any extra requirements. + + +%package -n xstatic-filesaver-common +Summary: %{summary} + +BuildRequires: web-assets-devel +Requires: web-assets-filesystem + +%description -n xstatic-filesaver-common +FilseSaver JavaScript library packaged for setup-tools (easy_install) / pip. + +This package is intended to be used by any project that needs these files. + +It intentionally does not provide any extra code except some metadata +nor has any extra requirements. + +This package contains the JavaScript files. + + +%package -n python3-%{pypi_name} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +Requires: python3-XStatic +Requires: xstatic-filesaver-common + +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +FilseSaver JavaScript library packaged for setup-tools (easy_install) / pip. + +This package is intended to be used by any project that needs these files. + +It intentionally does not provide any extra code except some metadata +nor has any extra requirements. + +This package provides Python 3 build of %{pypi_name}. + + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +# Patch to use webassets directory +sed -i "s|^BASE_DIR = .*|BASE_DIR = '%{_jsdir}/filesaver'|" xstatic/pkg/filesaver/__init__.py + + +%build +%py3_build + + +%install +%py3_install + +mkdir -p %{buildroot}/%{_jsdir}/filesaver +mv %{buildroot}/%{python3_sitelib}/xstatic/pkg/filesaver/data/FileSaver.js %{buildroot}/%{_jsdir}/filesaver +rmdir %{buildroot}%{python3_sitelib}/xstatic/pkg/filesaver/data/ + +%files -n xstatic-filesaver-common +%doc README.txt +%{_jsdir}/filesaver + +%files -n python3-%{pypi_name} +%doc README.txt +%{python3_sitelib}/xstatic/pkg/filesaver +%{python3_sitelib}/XStatic_FileSaver-%{version}-py3.*.egg-info +%{python3_sitelib}/XStatic_FileSaver-%{version}-py3.*-nspkg.pth + + +%changelog +* Thu Oct 03 2019 Miro Hrončok - 1.3.2.0-6 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.3.2.0-5 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.3.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 1.3.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 1.3.2.0-2 +- Subpackage python2-XStatic-FileSaver has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Fri Jul 13 2018 Radomir Dopieralski