aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcem/python-pyserial/build6
-rw-r--r--cem/python-pyserial/checksums1
-rw-r--r--cem/python-pyserial/depends1
-rw-r--r--cem/python-pyserial/sources1
-rw-r--r--cem/python-pyserial/version1
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