]> git.pld-linux.org Git - packages/python3-pygments_pytest.git/blob - python3-pygments_pytest.spec
- release 2 (by relup.sh)
[packages/python3-pygments_pytest.git] / python3-pygments_pytest.spec
1 Summary:        A pygments lexer for pytest output
2 Summary(pl.UTF-8):      Lexer pygments do wyjścia pytesta
3 Name:           python3-pygments_pytest
4 Version:        2.1.0
5 Release:        2
6 License:        MIT
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/pygments-pytest/
9 Source0:        https://files.pythonhosted.org/packages/source/p/pygments-pytest/pygments_pytest-%{version}.tar.gz
10 # Source0-md5:  e2bbec9570b97e1f2b0483e30ba1721d
11 URL:            https://pypi.org/project/pygments-pytest/
12 BuildRequires:  python3-modules >= 1:3.6
13 BuildRequires:  python3-setuptools
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.714
16 Requires:       python3-modules >= 1:3.6
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This library provides a pygments lexer called pytest.
22
23 %description -l pl.UTF-8
24 Ta biblioteka udostępnia lexer pygments o nazwie pytest.
25
26 %prep
27 %setup -q -n pygments_pytest-%{version}
28
29 %build
30 %py3_build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %py3_install
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc LICENSE README.md
43 %{py3_sitescriptdir}/pygments_pytest.py
44 %{py3_sitescriptdir}/__pycache__/pygments_pytest.cpython-*.py[co]
45 %{py3_sitescriptdir}/pygments_pytest-%{version}-py*.egg-info
This page took 0.09015 seconds and 3 git commands to generate.