From 1b63452e6a5d195520aede6a29c697cce0e2ec6b Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 11 2021 15:53:53 +0000 Subject: Import python-XStatic-D3-3.5.17.0-14.el9 in CloudSIG xena --- diff --git a/.python-XStatic-D3.metadata b/.python-XStatic-D3.metadata new file mode 100644 index 0000000..09cf451 --- /dev/null +++ b/.python-XStatic-D3.metadata @@ -0,0 +1 @@ +7a2fe693f1d95aa9edac5de5f8f792310bb42df6 SOURCES/XStatic-D3-3.5.17.0.tar.gz diff --git a/SPECS/python-XStatic-D3.spec b/SPECS/python-XStatic-D3.spec new file mode 100644 index 0000000..428a3d5 --- /dev/null +++ b/SPECS/python-XStatic-D3.spec @@ -0,0 +1,148 @@ +%global pypi_name XStatic-D3 + +Name: python-%{pypi_name} +Version: 3.5.17.0 +Release: 14%{?dist} +Summary: D3 (XStatic packaging standard) + +License: BSD +URL: http://d3js.org/ +Source0: https://files.pythonhosted.org/packages/source/X/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +%description +JavaScript library packaged for setuptools (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 python3-%{pypi_name} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +Requires: python3-XStatic +Requires: xstatic-d3-common + +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +JavaScript library packaged for setuptools (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}. + +%package -n xstatic-d3-common +Summary: %{summary} + +BuildRequires: web-assets-devel +Requires: web-assets-filesystem + +%description -n xstatic-d3-common +JavaScript library packaged for setuptools (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. + +%prep +%autosetup -n %{pypi_name}-%{version} +# patch to use webassets dir +sed -i "s|^BASE_DIR = .*|BASE_DIR = '%{_jsdir}/d3'|" xstatic/pkg/d3/__init__.py + +%build +%py3_build + +%install +%py3_install + +mkdir -p %{buildroot}%{_jsdir}/d3 +mv %{buildroot}%{python3_sitelib}/xstatic/pkg/d3/data/d3.js %{buildroot}%{_jsdir}/d3 +rmdir %{buildroot}%{python3_sitelib}/xstatic/pkg/d3/data/ +# fix execute flags for js +chmod 644 %{buildroot}%{_jsdir}/d3/d3.js + +%files -n python3-%{pypi_name} +%doc README.txt +%{python3_sitelib}/xstatic/pkg/d3 +%{python3_sitelib}/XStatic_D3-%{version}-py%{python3_version}.egg-info +%{python3_sitelib}/XStatic_D3-%{version}-py%{python3_version}-nspkg.pth + +%files -n xstatic-d3-common +%doc README.txt +%{_jsdir}/d3 + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.5.17.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 3.5.17.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 3.5.17.0-12 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 3.5.17.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 3.5.17.0-10 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 3.5.17.0-9 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 3.5.17.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 3.5.17.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 3.5.17.0-6 +- Subpackage python2-XStatic-D3 has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Fri Jul 13 2018 Fedora Release Engineering - 3.5.17.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 3.5.17.0-4 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 3.5.17.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 3.5.17.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Feb 6 2017 Haïkel Guémar - 3.5.17.0-1 +- Upstream 3.5.17.0 + +* Mon Dec 19 2016 Miro Hrončok - 3.1.6.2-7 +- Rebuild for Python 3.6 + +* Wed Oct 12 2016 Jan Beran - 3.1.6.2-6 +- Provides a Python 3 subpackage + +* Tue Jul 19 2016 Fedora Release Engineering - 3.1.6.2-5 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 3.1.6.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 3.1.6.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Sep 04 2014 Matthias Runge - 3.1.6.2-2 +- change BR to python2-devel + +* Wed Aug 27 2014 Matthias Runge - 3.1.6.2-1 +- Initial package.