diff --git a/xorg/mesa/depends b/xorg/mesa/depends index e0b2d5ba..b81faeee 100644 --- a/xorg/mesa/depends +++ b/xorg/mesa/depends @@ -1,8 +1,9 @@ -bison make -flex make -libX11 make -libdrm make -libxcb make -python make -xorgproto make -zlib make +bison make +flex make +libX11 make +libdrm make +libxcb make +python make +python-mako make +xorgproto make +zlib make diff --git a/xorg/python-mako/build b/xorg/python-mako/build new file mode 100755 index 00000000..6efa479b --- /dev/null +++ b/xorg/python-mako/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +python3 setup.py build +python3 setup.py install \ + --prefix=/usr \ + --root="$1" diff --git a/xorg/python-mako/checksums b/xorg/python-mako/checksums new file mode 100644 index 00000000..d40ffcea --- /dev/null +++ b/xorg/python-mako/checksums @@ -0,0 +1 @@ +0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162 Mako-1.0.12.tar.gz diff --git a/xorg/python-mako/depends b/xorg/python-mako/depends new file mode 100644 index 00000000..67299bf1 --- /dev/null +++ b/xorg/python-mako/depends @@ -0,0 +1,2 @@ +python +python-setuptools diff --git a/xorg/python-mako/licenses b/xorg/python-mako/licenses new file mode 100644 index 00000000..81cce1fc --- /dev/null +++ b/xorg/python-mako/licenses @@ -0,0 +1,20 @@ +Copyright 2006-2019 the Mako authors and contributors . + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/xorg/python-mako/sources b/xorg/python-mako/sources new file mode 100644 index 00000000..10afb72b --- /dev/null +++ b/xorg/python-mako/sources @@ -0,0 +1 @@ +https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.0.12.tar.gz diff --git a/xorg/python-mako/version b/xorg/python-mako/version new file mode 100644 index 00000000..072c2e9a --- /dev/null +++ b/xorg/python-mako/version @@ -0,0 +1 @@ +1.0.12 1