pyserial: 2.2 -> 2.3
This commit is contained in:
parent
4bd7a59b82
commit
fbc53f9eaa
@ -1,7 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python/
|
||||
-rw-r--r-- root/root usr/lib/python/pyserial-2.2-py2.5.egg-info
|
||||
-rw-r--r-- root/root usr/lib/python/pyserial-2.3-py2.5.egg-info
|
||||
drwxr-xr-x root/root usr/lib/python/serial/
|
||||
-rw-r--r-- root/root usr/lib/python/serial/__init__.py
|
||||
-rw-r--r-- root/root usr/lib/python/serial/__init__.pyc
|
||||
@ -13,3 +13,5 @@ drwxr-xr-x root/root usr/lib/python/serial/
|
||||
-rw-r--r-- root/root usr/lib/python/serial/serialutil.pyc
|
||||
-rw-r--r-- root/root usr/lib/python/serial/serialwin32.py
|
||||
-rw-r--r-- root/root usr/lib/python/serial/serialwin32.pyc
|
||||
-rw-r--r-- root/root usr/lib/python/serial/sermsdos.py
|
||||
-rw-r--r-- root/root usr/lib/python/serial/sermsdos.pyc
|
||||
|
@ -1 +1 @@
|
||||
14e774b7b6e5aa52820f0590d3b8c4d9 pyserial-2.2.zip
|
||||
707b884fc180b568e207e3bb69b6ce7d pyserial-2.3.tar.gz
|
||||
|
@ -1,18 +1,17 @@
|
||||
# Description: Python serial port API.
|
||||
# URL: http://pyserial.sourceforge.net/
|
||||
# URL: http://pyserial.wiki.sourceforge.net/pySerial
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
||||
# Depends on: python
|
||||
|
||||
name=pyserial
|
||||
version=2.2
|
||||
version=2.3
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/pyserial/pyserial-$version.zip)
|
||||
source=(http://dl.sourceforge.net/sourceforge/pyserial/pyserial-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
install -d $PKG/usr
|
||||
cd pyserial-$version
|
||||
|
||||
python setup.py build
|
||||
python setup.py install --home=$PKG/usr
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user