Update python packages

Comment tests

Add six dependency to all relevant packages

Add pre-built binaries

Remove redundant python dependencies on packages with six dependency

Rebuild pre-built binaries to include pip/pip3

Add important note about the builds
This commit is contained in:
Ed Reel
2018-08-11 08:04:08 -05:00
parent 0b91af8822
commit f414727e3b
16 changed files with 58 additions and 108 deletions

View File

@@ -19,9 +19,9 @@ class Libcroco < Package
i686: '913d41daf21e307c5c06d04d82b0f55e3a14fa31baf552475380217748ba3455',
x86_64: '21b8c0b44777da7c607c08b85732f1a91a805f248a1937351f4c92ec50444975',
})
depends_on 'libxml2'
depends_on 'gtk_doc'
depends_on 'six' => :build
def self.build
system "sh autogen.sh"
@@ -30,8 +30,6 @@ class Libcroco < Package
end
def self.install
system "pip install six"
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "pip uninstall --yes six"
end
end