One more formatting change to make flake8 happy.
This commit is contained in:
@@ -50,7 +50,7 @@ class Glib(Package):
|
|||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
"""Handle glib's version-based custom URLs."""
|
"""Handle glib's version-based custom URLs."""
|
||||||
url = 'http://ftp.gnome.org/pub/gnome/sources/glib'
|
url = 'http://ftp.gnome.org/pub/gnome/sources/glib'
|
||||||
return url+'/%s/glib-%s.tar.xz' % (version.up_to(2), version)
|
return url + '/%s/glib-%s.tar.xz' % (version.up_to(2), version)
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix)
|
configure("--prefix=%s" % prefix)
|
||||||
|
|||||||
Reference in New Issue
Block a user