pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-wsaccel: py-wsaccel-0.6.2 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Dec 7 14:47:22 2020 +0100
Changeset:	eccd268eba398796a8b62dcff67604d756a5b1c9

Added Files:
	py-wsaccel/DESCR
	py-wsaccel/Makefile
	py-wsaccel/PLIST
	py-wsaccel/distinfo

Log Message:
wip/py-wsaccel: py-wsaccel-0.6.2 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eccd268eba398796a8b62dcff67604d756a5b1c9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-wsaccel/DESCR    |  2 ++
 py-wsaccel/Makefile | 18 ++++++++++++++++++
 py-wsaccel/PLIST    | 10 ++++++++++
 py-wsaccel/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/py-wsaccel/DESCR b/py-wsaccel/DESCR
new file mode 100644
index 0000000000..d58ec4beab
--- /dev/null
+++ b/py-wsaccel/DESCR
@@ -0,0 +1,2 @@
+WSAccell is WebSocket accelerator for AutobahnPython, and ws4py.
+WSAccell replaces per-byte process in them with Cython
\ No newline at end of file
diff --git a/py-wsaccel/Makefile b/py-wsaccel/Makefile
new file mode 100644
index 0000000000..6a1de7148a
--- /dev/null
+++ b/py-wsaccel/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	wsaccel-0.6.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_PYPI:=w/wsaccel/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/methane/wsaccel
+COMMENT=	Accelerator for ws4py and AutobahnPython
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-autobahn>=20.1.2:../../www/py-autobahn
+DEPENDS+=       ${PYPKGPREFIX}-tornado>=4.1:../../www/py-tornado
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-wsaccel/PLIST b/py-wsaccel/PLIST
new file mode 100644
index 0000000000..2bfd360691
--- /dev/null
+++ b/py-wsaccel/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wsaccel/__init__.py
+${PYSITELIB}/wsaccel/__init__.pyc
+${PYSITELIB}/wsaccel/__init__.pyo
+${PYSITELIB}/wsaccel/utf8validator.so
+${PYSITELIB}/wsaccel/xormask.so
diff --git a/py-wsaccel/distinfo b/py-wsaccel/distinfo
new file mode 100644
index 0000000000..74b705411d
--- /dev/null
+++ b/py-wsaccel/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (wsaccel-0.6.2.tar.gz) = c7835760ab1422dd21cd5f5e843313b430903d22
+RMD160 (wsaccel-0.6.2.tar.gz) = 9972881bf77b9f8ac87713622ef21f66dd74c63f
+SHA512 (wsaccel-0.6.2.tar.gz) = fbc59803cbb6b113a3e412390eb02f41a68513b9fda6e4408d5e2e3c976a3f62eacc6bf87adf9295a63238390cce00f4abe13daf397a28ce8f3ed3e3bff622ee
+Size (wsaccel-0.6.2.tar.gz) = 35773 bytes


Home | Main Index | Thread Index | Old Index