diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/python-mako | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/python-mako')
-rwxr-xr-x | xorg/python-mako/build | 6 | ||||
-rw-r--r-- | xorg/python-mako/checksums | 1 | ||||
-rw-r--r-- | xorg/python-mako/depends | 1 | ||||
-rw-r--r-- | xorg/python-mako/sources | 1 | ||||
-rw-r--r-- | xorg/python-mako/version | 1 |
5 files changed, 10 insertions, 0 deletions
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..27a1cd78 --- /dev/null +++ b/xorg/python-mako/checksums @@ -0,0 +1 @@ +a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b Mako-1.1.0.tar.gz diff --git a/xorg/python-mako/depends b/xorg/python-mako/depends new file mode 100644 index 00000000..fdc793e7 --- /dev/null +++ b/xorg/python-mako/depends @@ -0,0 +1 @@ +python diff --git a/xorg/python-mako/sources b/xorg/python-mako/sources new file mode 100644 index 00000000..b212ce3c --- /dev/null +++ b/xorg/python-mako/sources @@ -0,0 +1 @@ +https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.1.0.tar.gz diff --git a/xorg/python-mako/version b/xorg/python-mako/version new file mode 100644 index 00000000..cc57f911 --- /dev/null +++ b/xorg/python-mako/version @@ -0,0 +1 @@ +1.1.0 2 |