]> git.pld-linux.org Git - SPECS.git/blob - python-SquareMap.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / python-SquareMap.spec
1 %define         module  SquareMap
2 Summary:        Hierarchic visualization control for wxPython
3 Summary(pl.UTF-8):      Element grafiki wxPython do ilustrowania hierarchii
4 Name:           python-%{module}
5 Version:        1.0.3
6 Release:        2
7 License:        BSD
8 Group:          Development/Languages/Python
9 Source0:        http://pypi.python.org/packages/source/S/%{module}/%{module}-%{version}.tar.gz
10 # Source0-md5:  adefc74e38f16dfdcb223108a56fbe46
11 URL:            http://pypi.python.org/pypi/SquareMap/
12 BuildRequires:  python-devel
13 BuildRequires:  rpm-pythonprov
14 # if py_postclean is used
15 BuildRequires:  rpmbuild(macros) >= 1.710
16 #Requires:              python-libs
17 Requires:       python-modules
18 Requires:       python-wxPython
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Hierarchic data visualization control intended for use with structures
24 where "parents" hold collections of weighted children.
25
26 %description -l pl.UTF-8
27 Element grafiki służący do reprezentowania struktur danych gdzie
28 "rodzice" zawierają zbiory dzieci o różnej wadze.
29
30 %prep
31 %setup -q -n %{module}-%{version}
32
33 %build
34 %py_build
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %py_install
39
40 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
41 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
42 %py_postclean
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 # %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
50 %dir %{py_sitescriptdir}/squaremap
51 %{py_sitescriptdir}/squaremap/*.py[co]
52 %if "%{py_ver}" > "2.4"
53 %{py_sitescriptdir}/%{module}-*.egg-info
54 %endif
This page took 0.10282 seconds and 3 git commands to generate.