]> git.pld-linux.org Git - packages/python-statistics.git/blame - python-statistics.spec
- release 2 (by relup.sh)
[packages/python-statistics.git] / python-statistics.spec
CommitLineData
3abee4e5
JB
1Summary: Mathematical statistics functions
2Summary(pl.UTF-8): Matematyczne funkcje statystyczne
3Name: python-statistics
4Version: 1.0.3.5
bfcb6940 5Release: 2
3abee4e5
JB
6License: Apache v2.0
7Group: Libraries/Python
8#Source0Download: https://pypi.org/simple/statistics/
9Source0: https://files.pythonhosted.org/packages/source/s/statistics/statistics-%{version}.tar.gz
10# Source0-md5: d6d97f3a1a7b3192cff99e0f2b5956c3
11URL: https://pypi.org/project/statistics/
12BuildRequires: python-modules >= 1:2.6
13BuildRequires: python-setuptools
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.714
16Requires: python-modules >= 1:2.6
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21A port of Python 3.4 statistics module to Python 2.x.
22
23%description -l pl.UTF-8
24Port modułu statistics z Pythona 3.4 do Pythona 2.x.
25
26%prep
27%setup -q -n statistics-%{version}
28
29%build
30%py_build
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%py_install
36
37%py_postclean
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc README.rst
45%{py_sitescriptdir}/statistics
46%{py_sitescriptdir}/statistics-%{version}-py*.egg-info
This page took 0.072493 seconds and 4 git commands to generate.