]> git.pld-linux.org Git - packages/python3-sgmllib.git/blame - python3-sgmllib.spec
- pl, more readable files
[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
102ec484 5Summary(pl.UTF-8): Port py3k biblioteki sgmllib
9dc967cd
JP
6Name: python3-%{module}
7Version: 1.0.0
847e1625 8Release: 4
9dc967cd
JP
9License: BSD
10Group: Libraries/Python
102ec484
JB
11#Source0Download: https://pypi.org/simple/sgmllib3k/
12Source0: https://files.pythonhosted/packages/source/s/sgmllib3k/%{pypi_name}-%{version}.tar.gz
9dc967cd
JP
13# Source0-md5: d70efde06e40797f37e867123aa080ec
14URL: https://pypi.org/project/sgmllib3k/
15BuildRequires: python3-modules
16BuildRequires: python3-setuptools
17BuildRequires: rpm-pythonprov
102ec484 18BuildRequires: rpmbuild(macros) >= 1.714
9dc967cd
JP
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Py3k port of sgmllib.
24
102ec484
JB
25%description -l pl.UTF-8
26Port py3k biblioteki sgmllib.
27
9dc967cd
JP
28%prep
29%setup -q -n %{pypi_name}-%{version}
30
31%build
32%py3_build
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%py3_install
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files -n python3-%{module}
43%defattr(644,root,root,755)
102ec484
JB
44%{py3_sitescriptdir}/sgmllib.py
45%{py3_sitescriptdir}/__pycache__/sgmllib.cpython-*.pyc
46%{py3_sitescriptdir}/sgmllib3k-%{version}-py*.egg-info
This page took 0.036926 seconds and 4 git commands to generate.