]> git.pld-linux.org Git - packages/python-py.git/blobdiff - python-py.spec
- pl for python3-
[packages/python-py.git] / python-py.spec
index 3f21474ab6e88b59c95581163fe99475570d869d..5f00a3073f20fb0d10620bc6896e2e4a8a5b97d8 100644 (file)
@@ -21,10 +21,11 @@ BuildRequires:      python-devel >= 1:2.5
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 %{?with_doc:BuildRequires:     sphinx-pdg >= 1.0}
+%{?with_doc:BuildRequires:     python-devel-tools}
 %if %{with python3}
 BuildRequires: python3-devel
 BuildRequires: python3-modules
-BuildRequires: python3-setuptools
+BuildRequires: python3-distribute
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -46,8 +47,8 @@ Pythonie. Zawiera następujące narzędzia i moduły:
 
 %package -n python3-py
 Summary:       Library with cross-python path, ini-parsing, io, code, log facilities
+Summary(pl.UTF-8):     Biblioteka wspierająca obsługę ścieżek, ini, we/wy, kodowania i logowania w wielu Pythonach
 Group:         Development/Languages/Python
-Requires:      python3-setuptools
 
 %description -n python3-py
 The py lib is a Python development support library featuring the
@@ -56,19 +57,19 @@ following tools and modules:
 - py.apipkg: explicit API control and lazy-importing
 - py.iniconfig: easy parsing of .ini files
 - py.code: dynamic code generation and introspection
-- py.path: uniform local and svn path objects
+
+%description -n python3-py -l pl.UTF-8
+Biblioteka py to biblioteka wpierająca tworzenie oprogramowania w
+Pythonie. Zawiera następujące narzędzia i moduły:
+ - py.path - jednolite obiekty ścieżek lokalnych i svn
+ - py.apipkg - bezpośrednia kontrola API i leniwego importowania
+ - py.iniconfig - łatwa analiza plików .ini
+ - py.code - dynamiczne generowanie kodu i introspekcji
 
 %prep
 %setup -q -n %{module}-%{version}
 %patch0 -p1
 
-%if %{with python3a}
-rm -rf build-3
-set -- *
-install -d build-3
-cp -a "$@" build-3
-%endif
-
 cp -p %{SOURCE1} doc
 
 %build
This page took 0.089978 seconds and 4 git commands to generate.