obsolete python-mechanize-py310 [release 0.4.9-2mamba;Tue Mar 26 2024]
This commit is contained in:
parent
74edb6ef30
commit
4fc9e5597f
@ -1,14 +1,13 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-mechanize
|
Name: python-mechanize
|
||||||
Version: 0.4.9
|
Version: 0.4.9
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Stateful programmatic web browsing in Python
|
Summary: Stateful programmatic web browsing in Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/python-mechanize/mechanize
|
URL: https://github.com/python-mechanize/mechanize
|
||||||
#Source: https://github.com/python-mechanize/mechanize.git/v%{version}/mechanize-%{version}.tar.bz2
|
|
||||||
Source: https://pypi.debian.net/mechanize/mechanize-%{version}.tar.gz
|
Source: https://pypi.debian.net/mechanize/mechanize-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -19,24 +18,23 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
|||||||
BuildRequires: python-build-py3
|
BuildRequires: python-build-py3
|
||||||
BuildRequires: python-wheel-py3
|
BuildRequires: python-wheel-py3
|
||||||
BuildRequires: python-python_install-py3
|
BuildRequires: python-python_install-py3
|
||||||
BuildRequires: python-build-py310
|
|
||||||
BuildRequires: python-wheel-py310
|
|
||||||
BuildRequires: python-python_install-py310
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Stateful programmatic web browsing in Python, after Andy Lester’s Perl module WWW::Mechanize.
|
Stateful programmatic web browsing in Python, after Andy Lester’s Perl module WWW::Mechanize.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
|
%if "%{?with_pyver}" == "3"
|
||||||
|
%define py_requires_append \
|
||||||
|
Obsoletes: python-mechanize-py310 <= 0.4.9-1mamba
|
||||||
|
%endif
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mechanize-%{version}
|
%setup -q -n mechanize-%{version}
|
||||||
#%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} -m build --wheel --skip-dependency-check
|
%{__python} -m build --wheel --skip-dependency-check
|
||||||
#--no-isolation
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -51,6 +49,9 @@ Stateful programmatic web browsing in Python, after Andy Lester’s Perl module
|
|||||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.9-2mamba
|
||||||
|
- obsolete python-mechanize-py310
|
||||||
|
|
||||||
* Tue Nov 07 2023 Automatic Build System <autodist@mambasoft.it> 0.4.9-1mamba
|
* Tue Nov 07 2023 Automatic Build System <autodist@mambasoft.it> 0.4.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user