Spack packages now PEP8 compliant.

This commit is contained in:
Todd Gamblin
2016-08-10 01:50:00 -07:00
parent 867121ca68
commit 240f1fd223
381 changed files with 2457 additions and 1617 deletions

View File

@@ -27,11 +27,14 @@
class Libgd(Package):
"""
GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and
"wrappers" are available for Perl, PHP and other languages. GD creates PNG, JPEG, GIF, WebP, XPM, BMP images,
among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the
fly. While not restricted to use on the web, the most common applications of GD involve website development.
"""GD is an open source code library for the dynamic creation of images
by programmers. GD is written in C, and "wrappers" are available
for Perl, PHP and other languages. GD creates PNG, JPEG, GIF,
WebP, XPM, BMP images, among other formats. GD is commonly used to
generate charts, graphics, thumbnails, and most anything else, on
the fly. While not restricted to use on the web, the most common
applications of GD involve website development.
"""
homepage = "https://github.com/libgd/libgd"