[packages/python3-nocaselist] - up to 2.1.0
baggins
baggins at pld-linux.org
Wed Jun 4 01:49:34 CEST 2025
commit 227775cb7819d89d15f0ee10f0d9ccc27af4333b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Jun 4 01:54:30 2025 +0200
- up to 2.1.0
python3-nocaselist.spec | 81 +++++++++----------------------------------------
1 file changed, 14 insertions(+), 67 deletions(-)
---
diff --git a/python3-nocaselist.spec b/python3-nocaselist.spec
index c406577..1abb434 100644
--- a/python3-nocaselist.spec
+++ b/python3-nocaselist.spec
@@ -1,40 +1,27 @@
#
# Conditional build:
%bcond_without tests # unit tests
-%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
Summary: A case-insensitive list for Python
Summary(pl.UTF-8): Lista dla Pythona ignorująca wielkość liter
Name: python3-nocaselist
-# keep 1.x here for python2 support
-Version: 1.1.1
-Release: 3
+Version: 2.1.0
+Release: 1
License: Apache v2.0
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/nocaselist/
Source0: https://files.pythonhosted.org/packages/source/n/nocaselist/nocaselist-%{version}.tar.gz
-# Source0-md5: 5683b96dc116bf0efb318dc3b763a28f
+# Source0-md5: 30a83f342cdb5a5a6ae20785daa7de94
URL: https://pypi.org/project/nocaselist/
-%if %{with python2}
-BuildRequires: python-modules >= 1:2.7
-BuildRequires: python-setuptools
-%if %{with tests}
-BuildRequires: python-pytest >= 4.3.1
-BuildRequires: python-six >= 1.14.0
-%endif
-%endif
-%if %{with python3}
+BuildRequires: python3-build
+BuildRequires: python3-installer
BuildRequires: python3-modules >= 1:3.4
-BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: python3-pytest >= 6.2.5
-BuildRequires: python3-six >= 1.14.0
-%endif
%endif
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
-Requires: python-modules >= 1:2.7
+Requires: python3-modules >= 1:3.8
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -46,70 +33,30 @@ original lexical case of its items.
Klasa NocaseList to ignorująca wielkość liter lista, zachowująca
oryginalną wielkość liter elementów.
-%package -n python3-nocaselist
-Summary: A case-insensitive list for Python
-Summary(pl.UTF-8): Lista dla Pythona ignorująca wielkość liter
-Group: Libraries/Python
-Requires: python3-modules >= 1:3.4
-
-%description -n python3-nocaselist
-Class NocaseList is a case-insensitive list that preserves the
-original lexical case of its items.
-
-%description -n python3-nocaselist -l pl.UTF-8
-Klasa NocaseList to ignorująca wielkość liter lista, zachowująca
-oryginalną wielkość liter elementów.
-
%prep
%setup -q -n nocaselist-%{version}
%build
-%if %{with python2}
-%py_build
+%py3_build_pyproject
%if %{with tests}
+%{__python3} -m zipfile -e build-3/*.whl build-3-test
+# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-%{__python} -m pytest tests
-%endif
-%endif
-
-%if %{with python3}
-%py3_build
-
-%if %{with tests}
-PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-%{__python3} -m pytest tests
-%endif
+PYTEST_PLUGINS= \
+%{__python3} -m pytest -o pythonpath="$PWD/build-3-test" tests
%endif
%install
rm -rf $RPM_BUILD_ROOT
-%if %{with python2}
-%py_install
-
-%py_postclean
-%endif
-
-%if %{with python3}
-%py3_install
-%endif
+%py3_install_pyproject
%clean
rm -rf $RPM_BUILD_ROOT
-%if %{with python2}
%files
%defattr(644,root,root,755)
-%doc README.rst
-%{py_sitescriptdir}/nocaselist
-%{py_sitescriptdir}/nocaselist-%{version}-py*.egg-info
-%endif
-
-%if %{with python3}
-%files -n python3-nocaselist
-%defattr(644,root,root,755)
-%doc README.rst
+%doc AUTHORS.md README.md SECURITY.md
%{py3_sitescriptdir}/nocaselist
-%{py3_sitescriptdir}/nocaselist-%{version}-py*.egg-info
-%endif
+%{py3_sitescriptdir}/nocaselist-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-nocaselist.git/commitdiff/227775cb7819d89d15f0ee10f0d9ccc27af4333b
More information about the pld-cvs-commit
mailing list