forked from pool/python-eradicate
Accepting request 674775 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/674775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eradicate?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
76cb0cd456
commit
fa95c06e0f
@@ -20,7 +20,7 @@
|
||||
Name: python-eradicate
|
||||
Version: 1.0
|
||||
Release: 0
|
||||
Summary: Removes commented-out code
|
||||
Summary: Python utility for removing commented-out code
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/myint/eradicate
|
||||
@@ -36,10 +36,10 @@ BuildArch: noarch
|
||||
|
||||
%description
|
||||
With modern revision control available, there is no reason to save
|
||||
commented-out code to your repository. ``eradicate`` helps cleans up
|
||||
commented-out code to your repository. "eradicate" helps cleans up
|
||||
existing junk comments. It does this by detecting block comments that
|
||||
contain valid Python syntax that are likely to be commented out code.
|
||||
(It avoids false positives like the sentence ``this is not good``,
|
||||
(It avoids false positives like the sentence "this is not good",
|
||||
which is valid Python syntax, but is probably not code.)
|
||||
|
||||
%prep
|
||||
|
||||
Reference in New Issue
Block a user