summaryrefslogtreecommitdiffstats
path: root/python/pyserial
Commit message (Collapse)AuthorAgeFilesLines
* All: Support $PRINT_PACKAGE_NAME env var Heinz Wiesinger2021-07-171-1/+10
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* All: SlackBuilds run in the directory they are in Heinz Wiesinger2021-07-051-1/+2
| | | | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* All: Change SlackBuild shebang to /bin/bash Heinz Wiesinger2021-07-041-1/+1
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* various: Kill lots of python3 dep mentions Robby Workman2021-04-211-1/+1
| | | | | | | | This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
* python/pyserial: Updated for version 3.5. Cristiano Urban2020-11-292-4/+4
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* python/pyserial: Update DEP. Cristiano Urban2019-06-101-1/+1
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* python/pyserial: Added python3 support by default. Willy Sudiarto Raharjo2019-06-091-0/+1
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* python/pyserial: Updated for version 3.4. Cristiano Urban2017-07-272-4/+4
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* python/pyserial: Updated for version 3.3 + new maintainer. Cristiano Urban2017-07-264-24/+60
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* various: Update find command to match template. dsomero2013-11-221-2/+2
| | | | Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
* various: Fix SlackBuild formatting and comment nit picks. dsomero2013-11-221-1/+1
| | | | Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
* various: Fix slack-desc formatting and comment nit picks. dsomero2013-11-221-5/+5
| | | | Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
* python/pyserial: Updated for version 2.6 Jasper Klein2012-09-102-4/+4
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* Add REQUIRED field to .info files. Erik Hanson2012-08-191-0/+1
| | | | Signed-off-by: Erik Hanson <erik@slackbuilds.org>
* Entire Repo: Remove APPROVED field from .info files Robby Workman2012-08-141-1/+0
| | | | | | | | This field used to make sense in our pre-git days, but the Signed-Off-By: line serves the same purpose (and even more) now, so APPROVED has been rejected. ;-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* python/pyserial: Updated for version 2.5. Grissiom2011-08-082-7/+6
| | | | Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
* python/*: Moved a lot of Python stuff here Robby Workman2011-03-204-0/+85
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>