]> git.pld-linux.org Git - packages/python3-mechanize.git/blame - python3-mechanize.spec
- rel 1
[packages/python3-mechanize.git] / python3-mechanize.spec
CommitLineData
ec2757c2
JR
1%define module mechanize
2Summary: Library for automating interaction with web pages
3Summary(pl.UTF-8): Biblioteka do automatycznej interakcji ze stronami WWW
4Name: python3-%{module}
5Version: 0.4.8
9b95853b 6Release: 1
ec2757c2
JR
7License: BSD, ZPL 2.1
8Group: Development/Languages/Python
9Source0: https://github.com/python-mechanize/mechanize/archive/v%{version}/%{module}-%{version}.tar.gz
10# Source0-md5: 0be3c261b6f44fee05fe2e5febbe8f76
11URL: https://github.com/python-mechanize/mechanize/
12BuildRequires: rpmbuild(macros) >= 1.710
13BuildRequires: python3-modules
14BuildRequires: python3-setuptools
15BuildRequires: rpm-pythonprov
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Library for automating interaction with web pages.
21
22%description -l pl.UTF-8
23Biblioteka do automatycznej interakcji ze stronami WWW.
24
25%prep
26%setup -q -n %{module}-%{version}
27
28%build
29%py3_build
30
31%install
32rm -rf $RPM_BUILD_ROOT
33%py3_install
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc COPYRIGHT LICENSE ChangeLog README.rst
41%dir %{py3_sitescriptdir}/%{module}
91515c3a 42%{py3_sitescriptdir}/%{module}/*.py
ec2757c2
JR
43%{py3_sitescriptdir}/%{module}/__pycache__
44%{py3_sitescriptdir}/mechanize-*.egg-info
This page took 0.125719 seconds and 4 git commands to generate.