xorg: Added python-mako

This commit is contained in:
Dylan Araps 2019-06-27 12:34:14 +03:00
parent 24df38284d
commit 0d37641c14
7 changed files with 40 additions and 8 deletions

View File

@ -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

6
xorg/python-mako/build Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh -e
python3 setup.py build
python3 setup.py install \
--prefix=/usr \
--root="$1"

View File

@ -0,0 +1 @@
0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162 Mako-1.0.12.tar.gz

2
xorg/python-mako/depends Normal file
View File

@ -0,0 +1,2 @@
python
python-setuptools

20
xorg/python-mako/licenses Normal file
View File

@ -0,0 +1,20 @@
Copyright 2006-2019 the Mako authors and contributors <see AUTHORS file>.
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.

1
xorg/python-mako/sources Normal file
View File

@ -0,0 +1 @@
https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.0.12.tar.gz

1
xorg/python-mako/version Normal file
View File

@ -0,0 +1 @@
1.0.12 1