summaryrefslogtreecommitdiff
path: root/system/pyserial
Commit message (Collapse)AuthorAge
* python/*: Moved a lot of Python stuff hereRobby Workman2011-03-20
| | | | | | | | | The criteria for whether something "belongs" in Development or Libraries or Python or ... is admittedly arbitrary. As a general rule, if it could be either Libraries or Python, it's Python. Otherwise, pick one and we'll go from there... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/pyserial: Reverted maintainer change.Robby Workman2010-06-12
| | | | | | | | 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>
* system/pyserial: Updated for version 2.5_rc2.Dustin Schnee2010-06-12
| | | | | | Stripping results in a nonfunctional package, don't do that. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* Various: Set perms to 0644 on all SlackBuild scriptsRobby Workman2010-06-04
| | | | | | | | | These will (ideally, assuming we remember when generating tarballs) still be mode 0755 inside the tarballs, but we would prefer to have them mode 0644 on the server. It's probably not really important, but just call us OCD like that. ;-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/pyserial: Miscellaneous cleanups (template update)Grissiom2010-06-01
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/pyserial: Added (python module for serial port access)Grissiom2010-05-16