]> git.pld-linux.org Git - packages/python3-re_assert.git/blame - python3-re_assert.spec
rebuild with python 3.10
[packages/python3-re_assert.git] / python3-re_assert.spec
CommitLineData
a1f048b6
JB
1Summary: Show where your regex match assertion failed
2Summary(pl.UTF-8): Pokazywanie, gdzie dopasowanie wyrażenia regularnego się nie powiodło
3Name: python3-re_assert
4Version: 1.1.0
2c2776ea 5Release: 4
a1f048b6
JB
6License: MIT
7Group: Libraries/Python
8#Source0Download: https://pypi.org/simple/re-assert/
9Source0: https://files.pythonhosted.org/packages/source/r/re-assert/re_assert-%{version}.tar.gz
10# Source0-md5: c948ac9a95285ab2b8048408fb70c978
11URL: https://pypi.org/project/re-assert/
12BuildRequires: python3-modules >= 1:3.6.1
13BuildRequires: python3-setuptools
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.714
16Requires: python3-modules >= 1:3.6.1
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21re_assert provides a helper class to make assertions of regexes
22simpler.
23
24%description -l pl.UTF-8
25re_assert dostarcza klasę pomocniczą ułatwiającą pisanie zapewnień
26opartych na wyrażeniach regularnych.
27
28%prep
29%setup -q -n re_assert-%{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
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.080388 seconds and 4 git commands to generate.