Import py27-pydcpf-1.4 as wip/py-dcpf.

A framework for rapid implementation of communications protocols in Python
focusing on speed, modular flexibility and extensibility.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2014-02-14 23:59:53 +00:00 committed by Thomas Klausner
parent cc08cf7627
commit 086bbf80fc
4 changed files with 91 additions and 0 deletions

2
py-dcpf/DESCR Normal file
View file

@ -0,0 +1,2 @@
A framework for rapid implementation of communications protocols in Python
focusing on speed, modular flexibility and extensibility.

23
py-dcpf/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2014/02/14 23:59:53 jihbed Exp $
DISTNAME= pydcpf-1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S//py/}
CATEGORIES= comms python
MASTER_SITES= https://pypi.python.org/packages/source/p/pydcpf/
FETCH_USING= curl
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://pypi.python.org/packages/source/p/pydcpf/
COMMENT= Python device communications protocol framework
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial
WRKSRC= ${WRKDIR}/pydcpf-1.4
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

61
py-dcpf/PLIST Normal file
View file

@ -0,0 +1,61 @@
@comment $NetBSD: PLIST,v 1.1 2014/02/14 23:59:53 jihbed Exp $
${PYSITELIB}/pydcpf/__init__.py
${PYSITELIB}/pydcpf/__init__.pyc
${PYSITELIB}/pydcpf/__init__.pyo
${PYSITELIB}/pydcpf/appliances/AC250Kxxx.py
${PYSITELIB}/pydcpf/appliances/AC250Kxxx.pyc
${PYSITELIB}/pydcpf/appliances/AC250Kxxx.pyo
${PYSITELIB}/pydcpf/appliances/DAS1210.py
${PYSITELIB}/pydcpf/appliances/DAS1210.pyc
${PYSITELIB}/pydcpf/appliances/DAS1210.pyo
${PYSITELIB}/pydcpf/appliances/__init__.py
${PYSITELIB}/pydcpf/appliances/__init__.pyc
${PYSITELIB}/pydcpf/appliances/__init__.pyo
${PYSITELIB}/pydcpf/appliances/ad4xxx_drak4.py
${PYSITELIB}/pydcpf/appliances/ad4xxx_drak4.pyc
${PYSITELIB}/pydcpf/appliances/ad4xxx_drak4.pyo
${PYSITELIB}/pydcpf/appliances/evr116.py
${PYSITELIB}/pydcpf/appliances/evr116.pyc
${PYSITELIB}/pydcpf/appliances/evr116.pyo
${PYSITELIB}/pydcpf/appliances/quido.py
${PYSITELIB}/pydcpf/appliances/quido.pyc
${PYSITELIB}/pydcpf/appliances/quido.pyo
${PYSITELIB}/pydcpf/appliances/spinel_core.py
${PYSITELIB}/pydcpf/appliances/spinel_core.pyc
${PYSITELIB}/pydcpf/appliances/spinel_core.pyo
${PYSITELIB}/pydcpf/core.py
${PYSITELIB}/pydcpf/core.pyc
${PYSITELIB}/pydcpf/core.pyo
${PYSITELIB}/pydcpf/interfaces/__init__.py
${PYSITELIB}/pydcpf/interfaces/__init__.pyc
${PYSITELIB}/pydcpf/interfaces/__init__.pyo
${PYSITELIB}/pydcpf/interfaces/base.py
${PYSITELIB}/pydcpf/interfaces/base.pyc
${PYSITELIB}/pydcpf/interfaces/base.pyo
${PYSITELIB}/pydcpf/interfaces/serial_interface.py
${PYSITELIB}/pydcpf/interfaces/serial_interface.pyc
${PYSITELIB}/pydcpf/interfaces/serial_interface.pyo
${PYSITELIB}/pydcpf/interfaces/socket_interface.py
${PYSITELIB}/pydcpf/interfaces/socket_interface.pyc
${PYSITELIB}/pydcpf/interfaces/socket_interface.pyo
${PYSITELIB}/pydcpf/protocols/AC250Kxxx.py
${PYSITELIB}/pydcpf/protocols/AC250Kxxx.pyc
${PYSITELIB}/pydcpf/protocols/AC250Kxxx.pyo
${PYSITELIB}/pydcpf/protocols/__init__.py
${PYSITELIB}/pydcpf/protocols/__init__.pyc
${PYSITELIB}/pydcpf/protocols/__init__.pyo
${PYSITELIB}/pydcpf/protocols/base.py
${PYSITELIB}/pydcpf/protocols/base.pyc
${PYSITELIB}/pydcpf/protocols/base.pyo
${PYSITELIB}/pydcpf/protocols/evr116.py
${PYSITELIB}/pydcpf/protocols/evr116.pyc
${PYSITELIB}/pydcpf/protocols/evr116.pyo
${PYSITELIB}/pydcpf/protocols/spinel66.py
${PYSITELIB}/pydcpf/protocols/spinel66.pyc
${PYSITELIB}/pydcpf/protocols/spinel66.pyo
${PYSITELIB}/pydcpf/protocols/spinel97.py
${PYSITELIB}/pydcpf/protocols/spinel97.pyc
${PYSITELIB}/pydcpf/protocols/spinel97.pyo
${PYSITELIB}/pydcpf/protocols/spinelbase.py
${PYSITELIB}/pydcpf/protocols/spinelbase.pyc
${PYSITELIB}/pydcpf/protocols/spinelbase.pyo

5
py-dcpf/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/02/14 23:59:53 jihbed Exp $
SHA1 (pydcpf-1.4.tar.gz) = 856f60da3fd06f6d7eacb22ebe968005223b0653
RMD160 (pydcpf-1.4.tar.gz) = 0aa04045bb949088383465c54a429380c6b76d17
Size (pydcpf-1.4.tar.gz) = 15784 bytes