Revision: 102542 https://trac.macports.org/changeset/102542 Author: macsforever2000@macports.org Date: 2013-02-04 10:11:04 -0800 (Mon, 04 Feb 2013) Log Message: ----------- py-serial: Remove redundant default version. Fix categories to append. Detab. Fix whitespace. Modified Paths: -------------- trunk/dports/python/py-serial/Portfile Modified: trunk/dports/python/py-serial/Portfile =================================================================== --- trunk/dports/python/py-serial/Portfile 2013-02-04 18:09:59 UTC (rev 102541) +++ trunk/dports/python/py-serial/Portfile 2013-02-04 18:11:04 UTC (rev 102542) @@ -2,25 +2,24 @@ # $Id$ PortSystem 1.0 -PortGroup python 1.0 +PortGroup python 1.0 -name py-serial -version 2.6 +name py-serial +version 2.6 python.versions 25 26 27 31 32 -python.default_version 27 -categories python comms -platforms darwin +categories-append comms +platforms darwin maintainers vercruesse.de:opendarwin.nospam macsforever2000 license PSF -description Python Serial Port Extension -long_description This module incapsulates the access for the serial port. \ - It provides backends for standard Python running on Windows, \ - Linux, BSD (possibly any POSIX compliant system) and Jython. \ - The module named "serial" automatically selects the appropriate \ - backend. -homepage http://pyserial.sourceforge.net/ -master_sites http://pypi.python.org/packages/source/p/pyserial -distname pyserial-${version} +description Python Serial Port Extension +long_description This module incapsulates the access for the serial port. \ + It provides backends for standard Python running on Windows, \ + Linux, BSD (possibly any POSIX compliant system) and Jython. \ + The module named "serial" automatically selects the appropriate \ + backend. +homepage http://pyserial.sourceforge.net/ +master_sites http://pypi.python.org/packages/source/p/pyserial +distname pyserial-${version} checksums rmd160 a544cb4ac0dad2c7f93855f1db1be102cdb1e9cc \ sha256 049dbcda0cd475d3be903e721d60889ee2cc4ec3b62892a81ecef144196413ed
participants (1)
-
macsforever2000@macports.org