Add check for package compatibility

This commit is contained in:
Ed Reel
2020-05-10 12:08:50 -05:00
parent 6abffd37db
commit 9617751bbd
1144 changed files with 1872 additions and 797 deletions

View File

@@ -4,6 +4,7 @@ class Uwsgi < Package
description 'uWSGI application server container'
homepage 'https://uwsgi-docs.readthedocs.io/en/latest/'
version '2.0.17'
compatibility 'all'
source_url 'https://github.com/unbit/uwsgi/archive/2.0.17.tar.gz'
source_sha256 '3dc2e9b48db92b67bfec1badec0d3fdcc0771316486c5efa3217569da3528bf2'
@@ -12,7 +13,6 @@ class Uwsgi < Package
binary_sha256 ({
})
depends_on 'python27'
depends_on 'pcre'
def self.build