mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 09:03:44 -04:00
dev-python/black: add longdescription
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>michael.egger@tsn.at</email>
|
||||
<name>Michael Egger</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
The uncompromising Python code formatter.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">psf/black</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>michael.egger@tsn.at</email>
|
||||
<name>Michael Egger</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters.
|
||||
|
||||
Blackened code looks the same regardless of the project you're reading. Formatting becomes transparent after a while and you can focus on the content instead.
|
||||
|
||||
Black makes code review faster by producing the smallest diffs possible.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">psf/black</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user