diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-serial/Makefile | 13 | ||||
-rw-r--r-- | comms/py-serial/PLIST | 8 | ||||
-rw-r--r-- | comms/py-serial/distinfo | 8 |
3 files changed, 20 insertions, 9 deletions
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile index 2a92103e9a6..490d0116dab 100644 --- a/comms/py-serial/Makefile +++ b/comms/py-serial/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2014/01/04 19:07:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/19 09:49:55 wiz Exp $ -DISTNAME= pyserial-2.6 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +DISTNAME= pyserial-2.7 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= comms python MASTER_SITES= http://pypi.python.org/packages/source/p/pyserial/ @@ -11,6 +10,10 @@ HOMEPAGE= http://pyserial.sourceforge.net/ COMMENT= Python Serial Port Extension LICENSE= python-software-foundation +#PYTHON_VERSIONS_INCOMPATIBLE= 33 + +CONFLICTS+= ${PYPKGPREFIX}-pyserial-[0-9]* + USE_LANGUAGES= # none REPLACE_PYTHON+= serial/__init__.py @@ -23,6 +26,8 @@ REPLACE_PYTHON+= serial/serialwin32.py REPLACE_PYTHON+= serial/sermsdos.py REPLACE_PYTHON+= serial/tools/__init__.py REPLACE_PYTHON+= serial/tools/list_ports.py +REPLACE_PYTHON+= serial/tools/list_ports_linux.py +REPLACE_PYTHON+= serial/tools/list_ports_osx.py REPLACE_PYTHON+= serial/tools/list_ports_posix.py REPLACE_PYTHON+= serial/tools/list_ports_windows.py REPLACE_PYTHON+= serial/tools/miniterm.py diff --git a/comms/py-serial/PLIST b/comms/py-serial/PLIST index 0ced3d21d86..29dbf370ef8 100644 --- a/comms/py-serial/PLIST +++ b/comms/py-serial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2012/12/09 15:26:33 tsarna Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/01/19 09:49:55 wiz Exp $ bin/miniterm.py ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/serial/__init__.py @@ -31,6 +31,12 @@ ${PYSITELIB}/serial/tools/__init__.pyo ${PYSITELIB}/serial/tools/list_ports.py ${PYSITELIB}/serial/tools/list_ports.pyc ${PYSITELIB}/serial/tools/list_ports.pyo +${PYSITELIB}/serial/tools/list_ports_linux.py +${PYSITELIB}/serial/tools/list_ports_linux.pyc +${PYSITELIB}/serial/tools/list_ports_linux.pyo +${PYSITELIB}/serial/tools/list_ports_osx.py +${PYSITELIB}/serial/tools/list_ports_osx.pyc +${PYSITELIB}/serial/tools/list_ports_osx.pyo ${PYSITELIB}/serial/tools/list_ports_posix.py ${PYSITELIB}/serial/tools/list_ports_posix.pyc ${PYSITELIB}/serial/tools/list_ports_posix.pyo diff --git a/comms/py-serial/distinfo b/comms/py-serial/distinfo index 46191f95b38..08fa13e704e 100644 --- a/comms/py-serial/distinfo +++ b/comms/py-serial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/12/09 15:26:34 tsarna Exp $ +$NetBSD: distinfo,v 1.2 2014/01/19 09:49:55 wiz Exp $ -SHA1 (pyserial-2.6.tar.gz) = 39e6d9a37b826c48eab6959591a174135fc2873c -RMD160 (pyserial-2.6.tar.gz) = a544cb4ac0dad2c7f93855f1db1be102cdb1e9cc -Size (pyserial-2.6.tar.gz) = 116289 bytes +SHA1 (pyserial-2.7.tar.gz) = f15694b1bea9e4369c1931dc5cf09e37e5c562cf +RMD160 (pyserial-2.7.tar.gz) = b86758d74e8f3cd61430bf7d76db496ae732f257 +Size (pyserial-2.7.tar.gz) = 122081 bytes |