]> git.pld-linux.org Git - packages/python-setuptools_pep8.git/commitdiff
- proper descriptions auto/th/python-setuptools_pep8-0.9.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Sep 2020 15:25:09 +0000 (17:25 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Sep 2020 15:25:09 +0000 (17:25 +0200)
python-setuptools_pep8.spec

index e33aa95c8063d126caad7d3c8f478b3023d1a4c4..eb4086c7e2b6ebd6c1e614b3cfba122a6ed8e2a6 100644 (file)
@@ -4,8 +4,8 @@
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
-Summary:       Setuptools revision control system plugin for Git
-Summary(pl.UTF-8):     Wtyczka setuptools do systemu kontroli wersji Git
+Summary:       pep8 command for setuptools
+Summary(pl.UTF-8):     Polecenie pep8 dla setuptools
 Name:          python-setuptools_pep8
 Version:       0.9.0
 Release:       1
@@ -36,34 +36,26 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is a plugin for setuptools that enables pep8 integration. Once
-installed, Setuptools can be told to include in a package distribution
-all the files tracked by pep8. This is an alternative to explicit
-inclusion specifications with MANIFEST.in.
+This package exposes the pep8 style guide checker as a sub-command of
+setup.py.
 
 %description -l pl.UTF-8
-Ten pakiet zawiera wtyczkę do setuptools włączającą integrację z
-pep8em. Po zainstalowaniu jej, setuptools można przekazać, żeby
-dołączyć do dystrybucji pakietu wszystkie pliki śledzone przez pep8a -
-jest to alternatywa dla jawnego określenia plików w MANIFEST.in.
+Ten pakiet udostępnia sprawdzanie stylu wg pep8 jako podpolecenie
+setup.py.
 
 %package -n python3-setuptools_pep8
-Summary:       Setuptools revision control system plugin for Git
-Summary(pl.UTF-8):     Wtyczka setuptools do systemu kontroli wersji Git
+Summary:       pep8 command for setuptools
+Summary(pl.UTF-8):     Polecenie pep8 dla setuptools
 Group:         Libraries/Python
 Requires:      python3-modules >= 1:3.2
 
 %description -n python3-setuptools_pep8
-This is a plugin for setuptools that enables pep8 integration. Once
-installed, Setuptools can be told to include in a package distribution
-all the files tracked by pep8. This is an alternative to explicit
-inclusion specifications with MANIFEST.in.
+This package exposes the pep8 style guide checker as a sub-command of
+setup.py.
 
 %description -n python3-setuptools_pep8 -l pl.UTF-8
-Ten pakiet zawiera wtyczkę do setuptools włączającą integrację z
-pep8em. Po zainstalowaniu jej, setuptools można przekazać, żeby
-dołączyć do dystrybucji pakietu wszystkie pliki śledzone przez pep8a -
-jest to alternatywa dla jawnego określenia plików w MANIFEST.in.
+Ten pakiet udostępnia sprawdzanie stylu wg pep8 jako podpolecenie
+setup.py.
 
 %prep
 %setup -q -n setuptools-pep8-%{version}
This page took 0.295267 seconds and 4 git commands to generate.