diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-03 15:27:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-03 15:27:02 +0300 |
commit | 87b943d12f1dced64cff771dd531e55485d92107 (patch) | |
tree | 7d5fde2cbed21bd0ac001072ee6cd75e26a1809d | |
parent | aa38477d7c96b8afca1d784d74adc0cc15a8940f (diff) | |
download | repository-87b943d12f1dced64cff771dd531e55485d92107.tar.gz |
python-pyserial: add new package at 3.4 to cem
-rwxr-xr-x | cem/python-pyserial/build | 6 | ||||
-rw-r--r-- | cem/python-pyserial/checksums | 1 | ||||
-rw-r--r-- | cem/python-pyserial/depends | 1 | ||||
-rw-r--r-- | cem/python-pyserial/sources | 1 | ||||
-rw-r--r-- | cem/python-pyserial/version | 1 |
5 files changed, 10 insertions, 0 deletions
diff --git a/cem/python-pyserial/build b/cem/python-pyserial/build new file mode 100755 index 0000000..31fc858 --- /dev/null +++ b/cem/python-pyserial/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +python3 setup.py build +python setup.py install \ + --prefix=/usr \ + --root="$1" diff --git a/cem/python-pyserial/checksums b/cem/python-pyserial/checksums new file mode 100644 index 0000000..f0df9fa --- /dev/null +++ b/cem/python-pyserial/checksums @@ -0,0 +1 @@ +ca25c777d06ad0b4b129910642aaa75f724157c80e2898a8e3219adc5599a2a1 v3.4.tar.gz diff --git a/cem/python-pyserial/depends b/cem/python-pyserial/depends new file mode 100644 index 0000000..fdc793e --- /dev/null +++ b/cem/python-pyserial/depends @@ -0,0 +1 @@ +python diff --git a/cem/python-pyserial/sources b/cem/python-pyserial/sources new file mode 100644 index 0000000..57be9b0 --- /dev/null +++ b/cem/python-pyserial/sources @@ -0,0 +1 @@ +https://github.com/pyserial/pyserial/archive/v3.4.tar.gz diff --git a/cem/python-pyserial/version b/cem/python-pyserial/version new file mode 100644 index 0000000..5647cc2 --- /dev/null +++ b/cem/python-pyserial/version @@ -0,0 +1 @@ +3.4 1 |