From 3c73d4560b02c858349b82c02be0f33653aff09f Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 5 Jan 2025 23:28:44 +0300 Subject: [PATCH] import python-tinycss2-1.3.0-3.el10 --- .gitignore | 1 + .python-tinycss2.metadata | 1 + SPECS/python-tinycss2.spec | 184 +++++++++++++++++++++++++++++++++++++ 3 files changed, 186 insertions(+) create mode 100644 .gitignore create mode 100644 .python-tinycss2.metadata create mode 100644 SPECS/python-tinycss2.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56974d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/tinycss2-1.3.0.tar.gz diff --git a/.python-tinycss2.metadata b/.python-tinycss2.metadata new file mode 100644 index 0000000..6ea2914 --- /dev/null +++ b/.python-tinycss2.metadata @@ -0,0 +1 @@ +4f467a67b982f6edc0aab5a5b5a6592b9e0bd539 SOURCES/tinycss2-1.3.0.tar.gz diff --git a/SPECS/python-tinycss2.spec b/SPECS/python-tinycss2.spec new file mode 100644 index 0000000..29bf3b7 --- /dev/null +++ b/SPECS/python-tinycss2.spec @@ -0,0 +1,184 @@ + +%global srcname tinycss2 + + +%global py3_prefix python%{python3_pkgversion} + + +Name: python-%{srcname} +Version: 1.3.0 +Release: 3%{?dist} +Summary: Low-level CSS parser for Python + +License: BSD +URL: https://pypi.python.org/pypi/%{srcname}/ +Source0: %pypi_source + +BuildArch: noarch +BuildRequires: python3-devel +BuildRequires: pyproject-rpm-macros + +# The test extra contains linters, we cherry-pick only what we need: +BuildRequires: python3-pytest + + +%description +tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of +tinycss with a simpler API, based on the more recent CSS Syntax Level 3 +specification. + + +%package -n %{py3_prefix}-%{srcname} +Summary: Low-level CSS parser for Python 3 +Requires: %{py3_prefix}-webencodings >= 0.4 +%{?python_provide:%python_provide %{py3_prefix}-%{srcname}} + +%description -n %{py3_prefix}-%{srcname} +tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of +tinycss with a simpler API, based on the more recent CSS Syntax Level 3 +specification. + + +%prep +%autosetup -n %{srcname}-%{version} + + +%generate_buildrequires +%pyproject_buildrequires -r + + +%build +%pyproject_wheel + + +%install +%pyproject_install + + +%check +%{pytest} +# remove files which are only required for unit tests (including test.pyc/.pyo) +rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/css-parsing-tests +rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/test.py +rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? + + +%files -n %{py3_prefix}-%{srcname} +%license LICENSE +%doc README.rst +%{python3_sitelib}/%{srcname}/ +%{python3_sitelib}/%{srcname}-%{version}.dist-info/ + + +%changelog +* Sun Jan 05 2025 Arkady L. Shane - 1.3.0-3 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1.3.0-2 +- Rebuilt for Python 3.13 + +* Tue Apr 23 2024 Felix Schwarz - 1.3.0-1 +- update to 1.3.0 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.2.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jul 01 2023 Python Maint - 1.2.1-4 +- Rebuilt for Python 3.12 + +* Mon May 15 2023 Miro Hrončok - 1.2.1-3 +- Drop redundant build dependency on flit, this package uses flit-core + +* Fri Jan 20 2023 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Oct 18 2022 Felix Schwarz - 1.2.1-1 +- update to 1.2.1 + +* Fri Jul 22 2022 Fedora Release Engineering - 1.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.1.1-3 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Nov 22 2021 Felix Schwarz - 1.1.1-1 +- update to 1.1.1 + +* Tue Jul 27 2021 Fedora Release Engineering - 1.1.0-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.1.0-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Nov 07 2020 Felix Schwarz - 1.1.0-1 +- update to 1.1.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 25 2020 Felix Schwarz - 1.0.2-7 +- add python3-setuptools to BuildRequires + +* Tue May 26 2020 Miro Hrončok - 1.0.2-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.0.2-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.0.2-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Apr 29 2019 Felix Schwarz 1.0.2-1 +- update to new upstream version 1.0.2 + +* Thu Mar 07 2019 Felix Schwarz 1.0.1-1 +- update to new upstream version + +* Sat Feb 02 2019 Fedora Release Engineering - 0.6.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Oct 12 2018 Felix Schwarz - 0.6.1-7 +- remove even more Python 2 leftovers + +* Fri Oct 12 2018 Zbigniew Jędrzejewski-Szmek - 0.6.1-6 +- Python2 binary package has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Jul 14 2018 Fedora Release Engineering - 0.6.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.6.1-4 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Dec 16 2017 Felix Schwarz 0.6.1-2 +- remove also generated bytecode for test.py in Python 3 +- more specific files specification + +* Tue Dec 12 2017 Felix Schwarz 0.6.1-1 +- initial package +