kiss-repository

personal kiss repository
git clone git://git.ckyln.com/~cem/kiss-repository.git
Log | Files | Refs | Submodules | README | LICENSE

commit 87b943d12f1dced64cff771dd531e55485d92107
parent aa38477d7c96b8afca1d784d74adc0cc15a8940f
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri,  3 Apr 2020 15:27:02 +0300

python-pyserial: add new package at 3.4 to cem

Diffstat:
Acem/python-pyserial/build | 6++++++
Acem/python-pyserial/checksums | 1+
Acem/python-pyserial/depends | 1+
Acem/python-pyserial/sources | 1+
Acem/python-pyserial/version | 1+
5 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/cem/python-pyserial/build 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 @@ -0,0 +1 @@ +ca25c777d06ad0b4b129910642aaa75f724157c80e2898a8e3219adc5599a2a1 v3.4.tar.gz diff --git a/cem/python-pyserial/depends b/cem/python-pyserial/depends @@ -0,0 +1 @@ +python diff --git a/cem/python-pyserial/sources 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 @@ -0,0 +1 @@ +3.4 1