]> git.pld-linux.org Git - packages/python3-re_assert.git/blob - python3-re_assert.spec
rebuild with python 3.10
[packages/python3-re_assert.git] / python3-re_assert.spec
1 Summary:        Show where your regex match assertion failed
2 Summary(pl.UTF-8):      Pokazywanie, gdzie dopasowanie wyrażenia regularnego się nie powiodło
3 Name:           python3-re_assert
4 Version:        1.1.0
5 Release:        4
6 License:        MIT
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/re-assert/
9 Source0:        https://files.pythonhosted.org/packages/source/r/re-assert/re_assert-%{version}.tar.gz
10 # Source0-md5:  c948ac9a95285ab2b8048408fb70c978
11 URL:            https://pypi.org/project/re-assert/
12 BuildRequires:  python3-modules >= 1:3.6.1
13 BuildRequires:  python3-setuptools
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.714
16 Requires:       python3-modules >= 1:3.6.1
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 re_assert provides a helper class to make assertions of regexes
22 simpler.
23
24 %description -l pl.UTF-8
25 re_assert dostarcza klasę pomocniczą ułatwiającą pisanie zapewnień
26 opartych na wyrażeniach regularnych.
27
28 %prep
29 %setup -q -n re_assert-%{version}
30
31 %build
32 %py3_build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %py3_install
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc LICENSE README.md
45 %{py3_sitescriptdir}/re_assert.py
46 %{py3_sitescriptdir}/__pycache__/re_assert.cpython-*.py[co]
47 %{py3_sitescriptdir}/re_assert-%{version}-py*.egg-info
This page took 0.054978 seconds and 3 git commands to generate.