mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-21 18:04:41 -07:00
xorg: Added python-mako
This commit is contained in:
parent
24df38284d
commit
0d37641c14
@ -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
6
xorg/python-mako/build
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
python3 setup.py build
|
||||
python3 setup.py install \
|
||||
--prefix=/usr \
|
||||
--root="$1"
|
1
xorg/python-mako/checksums
Normal file
1
xorg/python-mako/checksums
Normal file
@ -0,0 +1 @@
|
||||
0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162 Mako-1.0.12.tar.gz
|
2
xorg/python-mako/depends
Normal file
2
xorg/python-mako/depends
Normal file
@ -0,0 +1,2 @@
|
||||
python
|
||||
python-setuptools
|
20
xorg/python-mako/licenses
Normal file
20
xorg/python-mako/licenses
Normal 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
1
xorg/python-mako/sources
Normal 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
1
xorg/python-mako/version
Normal file
@ -0,0 +1 @@
|
||||
1.0.12 1
|
Loading…
Reference in New Issue
Block a user