diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-06-12 14:07:12 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-12 22:14:26 -0500 |
commit | 63cb991c343864451782448524314643ece34a00 (patch) | |
tree | ac16147c5fbcbd78c74c5ef0f2e3e716430ab3e1 /system | |
parent | 2f372f8682bf6d9e7b9666269ab4daf8c58559e1 (diff) | |
download | slackbuilds-63cb991c343864451782448524314643ece34a00.tar.gz |
system/pyserial: Reverted maintainer change.
Also reverted the changes to slack-desc (it was wrong) and
README (previous one was better). Perhaps I should pay
more attention when doing updates :/
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/pyserial/README | 3 | ||||
-rw-r--r-- | system/pyserial/pyserial.SlackBuild | 3 | ||||
-rw-r--r-- | system/pyserial/pyserial.info | 6 | ||||
-rw-r--r-- | system/pyserial/slack-desc | 20 |
4 files changed, 16 insertions, 16 deletions
diff --git a/system/pyserial/README b/system/pyserial/README index df7ec29253..bc6ddf9364 100644 --- a/system/pyserial/README +++ b/system/pyserial/README @@ -1,2 +1 @@ -Provides access to serial ports for Python applications by providing an -appropriate backend. +pyserial is a python module that encapsulates access to a serial port. diff --git a/system/pyserial/pyserial.SlackBuild b/system/pyserial/pyserial.SlackBuild index 5c7f19b524..40ddd60fea 100644 --- a/system/pyserial/pyserial.SlackBuild +++ b/system/pyserial/pyserial.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for pyserial -# Written by Dustin Schnee <schnee72{at}gmail{dot}com> +# Written by Grissiom <chaos.proton@gmail.com> +# Updated by Dustin Schnee <schnee72{at}gmail{dot}com> PRGNAM=pyserial VERSION=${VERSION:-2.5_rc2} diff --git a/system/pyserial/pyserial.info b/system/pyserial/pyserial.info index 0e0c673c90..5c22421b62 100644 --- a/system/pyserial/pyserial.info +++ b/system/pyserial/pyserial.info @@ -1,10 +1,10 @@ PRGNAM="pyserial" VERSION="2.5_rc2" HOMEPAGE="http://pyserial.sourceforge.net/index.html" -DOWNLOAD="http://sourceforge.net/projects/pyserial/files/pyserial/2.5-rc2/pyserial-2.5-rc2.tar.gz/download" +DOWNLOAD="http://downloads.sourceforge.net/pyserial/pyserial-2.5-rc2.tar.gz" MD5SUM="feee06e28ff5337c010c5e326ec4efd3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Dustin Schnee" -EMAIL="schnee72{at}gmail{dot}com" +MAINTAINER="Grissiom" +EMAIL="chaos.proton@gmail.com" APPROVED="rworkman" diff --git a/system/pyserial/slack-desc b/system/pyserial/slack-desc index 4660353702..95859372c1 100644 --- a/system/pyserial/slack-desc +++ b/system/pyserial/slack-desc @@ -1,18 +1,18 @@ # HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| -pyserial: -pyserial: Provides access to serial ports for Python applications by -pyserial: providing an appropriate backend. -pyserial: -pyserial: Homepage: http://pyserial.sourceforge.net/index.html + |-----handy-ruler------------------------------------------------------| +pyserial: pyserial (python module for accessing the serial port) pyserial: +pyserial: This module encapsulates the access for the serial port. It provides +pyserial: backends for Python running on Windows, Linux, BSD (possibly any POSIX +pyserial: compliant system), Jython and IronPython (.NET and Mono). pyserial: +pyserial: Homepage: http://pyserial.sourceforge.net pyserial: pyserial: pyserial: |