Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15652

Modified Files:
        pyserial-systempython.info 
Log Message:
pyserial for the system python, modelled after pil-systempython

Index: pyserial-systempython.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pyserial-systempython.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pyserial-systempython.info  20 Sep 2013 17:29:01 -0000      1.1
+++ pyserial-systempython.info  20 Sep 2013 17:43:22 -0000      1.2
@@ -4,42 +4,18 @@
 Revision: 1
 Type: python (2.5 2.6 2.7)
 Distribution: (%type_pkg[python] = 26) 10.6, (%type_pkg[python] = 26) 10.7, 
(%type_pkg[python] = 27) 10.7
-Maintainer: Hans-Christoph Steiner <h...@eds.org>
 Description: Python access to serial ports
 License: OSI-Approved
 Homepage: http://pyserial.sourceforge.net/
-DescDetail: <<
-pySerial
---------
-This module encapsulates 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.
+Maintainer: Hans-Christoph Steiner <h...@eds.org>
 
-Features
---------
-- Same class based interface on all supported platforms.
-- Access to the port settings through Python properties.
-- Port numbering starts at zero, no need to know the platform dependent port
-  name in the user program.
-- Port name can be specified if access through numbering is inappropriate.
-- Support for different bytesizes, stopbits, parity and flow control
-  with RTS/CTS and/or Xon/Xoff.
-- Working with or without receive timeout, blocking or non-blocking.
-- File like API with "read" and "write" ("readline" etc. also supported).
-- The files in this package are 100% pure Python.
-  They depend on non standard but common packages on Windows (win32all) and
-  Jython (JavaComm). POSIX (Linux, BSD) uses only modules from the standard
-  Python distribution).
-- The port is set up for binary transmission. No NULL byte stripping, CR-LF
-  translation etc (which are many times enabled for POSIX).  This makes this
-  the module universally useful.
-<<
+# Dependencies.
+Depends: darwin (>= 9-1)
+
+# Unpack Phase.
+#Source: mirror:sourceforge:pyserial/pyserial-%v.zip
 Source: http://pypi.python.org/packages/source/p/pyserial/pyserial-%v.tar.gz
 Source-MD5: cde799970b7c1ce1f7d6e9ceebe64c98
-#
-BuildDepends: fink (>= 0.30)
-Depends: darwin (>= 9-1)
 
 # Patch Phase.
 # Change CRLF line endings to LR line endings.
@@ -52,26 +28,52 @@
 
 # Install Phase.
 InstallScript: <<
- #!/bin/sh -ev
- /usr/bin/python setup.py install --prefix=%p --root=%d 
--install-purelib=%p/Library/Python/2.5/site-packages 
--install-platlib=%p/Library/Python/%type_raw[python]/site-packages
+  #!/bin/bash -ev
+  /usr/bin/python setup.py install --prefix=%p --root=%d 
--install-purelib=%p/Library/Python/%type_raw[python]/site-packages 
--install-platlib=%p/Library/Python/%type_raw[python]/site-packages
   mv %i/bin/miniterm.py %i/bin/miniterm.py-systempython%type_pkg[python]
 <<
 
 PostInstScript: <<
-       update-alternatives --install %p/bin/miniterm.py miniterm.py 
%p/bin/miniterm.py-systempython%type_pkg[python] 251
+       update-alternatives --verbose --install %p/bin/miniterm.py miniterm.py 
%p/bin/miniterm.py-systempython%type_pkg[python] %type_pkg[python]
 <<
 
 PreRmScript: <<
        if [ $1 != "upgrade" ]; then
-               update-alternatives --remove miniterm.py 
%p/bin/miniterm.py-systempython%type_pkg[python]
+               update-alternatives --verbose --remove miniterm.py 
%p/bin/miniterm.py-systempython%type_pkg[python]
        fi
 <<
 
+RuntimeVars: PYTHONPATH: %p/Library/Python/%type_raw[python]/site-packages
+DocFiles: CHANGES.txt LICENSE.txt README.txt
 
-RuntimeVars: <<
- PYTHONPATH: %p/Library/Python/%type_raw[python]/site-packages
+# Documentation.
+DescDetail: <<
+pySerial
+--------
+This module encapsulates 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.
+
+Features
+--------
+- Same class based interface on all supported platforms.
+- Access to the port settings through Python properties.
+- Port numbering starts at zero, no need to know the platform dependent port
+  name in the user program.
+- Port name can be specified if access through numbering is inappropriate.
+- Support for different bytesizes, stopbits, parity and flow control
+  with RTS/CTS and/or Xon/Xoff.
+- Working with or without receive timeout, blocking or non-blocking.
+- File like API with "read" and "write" ("readline" etc. also supported).
+- The files in this package are 100% pure Python.
+  They depend on non standard but common packages on Windows (win32all) and
+  Jython (JavaComm). POSIX (Linux, BSD) uses only modules from the standard
+  Python distribution).
+- The port is set up for binary transmission. No NULL byte stripping, CR-LF
+  translation etc (which are many times enabled for POSIX).  This makes this
+  the module universally useful.
 <<
-DocFiles: CHANGES.txt LICENSE.txt README.txt
 DescUsage: <<
  The package sets the runtime environment variable PYTHONPATH to
  %p/Library/Python/%type_raw[python]/site-packages, so that 
/usr/bin/python%type_raw[python]


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to