]> git.pld-linux.org Git - packages/python3-sgmllib.git/blame - python3-sgmllib.spec
rebuild with python 3.10
[packages/python3-sgmllib.git] / python3-sgmllib.spec
CommitLineData
9dc967cd
JP
1%define module sgmllib
2%define pypi_name sgmllib3k
3
4Summary: Py3k port of sgmllib
5Name: python3-%{module}
6Version: 1.0.0
1579bed9 7Release: 3
9dc967cd
JP
8License: BSD
9Group: Libraries/Python
10Source0: https://pypi.python.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
11# Source0-md5: d70efde06e40797f37e867123aa080ec
12URL: https://pypi.org/project/sgmllib3k/
13BuildRequires: python3-modules
14BuildRequires: python3-setuptools
15BuildRequires: rpm-pythonprov
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Py3k port of sgmllib.
21
22%prep
23%setup -q -n %{pypi_name}-%{version}
24
25%build
26%py3_build
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%py3_install
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files -n python3-%{module}
37%defattr(644,root,root,755)
38%{py3_sitescriptdir}/%{module}.py
39%{py3_sitescriptdir}/__pycache__/%{module}.cpython-*.pyc
40%{py3_sitescriptdir}/%{pypi_name}-*.egg-info
This page took 0.031052 seconds and 4 git commands to generate.