Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2021 06:48:49 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566584 - in head/devel: . py-qasync
Message-ID:  <202102260648.11Q6mnpi030915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Feb 26 06:48:49 2021
New Revision: 566584
URL: https://svnweb.freebsd.org/changeset/ports/566584

Log:
  New port: devel/py-qasync: Implementation of the PEP 3156 Event-Loop with Qt

Added:
  head/devel/py-qasync/
  head/devel/py-qasync/Makefile   (contents, props changed)
  head/devel/py-qasync/distinfo   (contents, props changed)
  head/devel/py-qasync/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb 26 06:40:59 2021	(r566583)
+++ head/devel/Makefile	Fri Feb 26 06:48:49 2021	(r566584)
@@ -5000,6 +5000,7 @@
     SUBDIR += py-pyxb
     SUBDIR += py-pyyaml-include
     SUBDIR += py-q
+    SUBDIR += py-qasync
     SUBDIR += py-qt5
     SUBDIR += py-qt5-core
     SUBDIR += py-qt5-dbus

Added: head/devel/py-qasync/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-qasync/Makefile	Fri Feb 26 06:48:49 2021	(r566584)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	qasync
+DISTVERSION=	0.13.0
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Implementation of the PEP 3156 Event-Loop with Qt
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}AnyQt>0:x11-toolkits/py-AnyQt@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-qasync/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-qasync/distinfo	Fri Feb 26 06:48:49 2021	(r566584)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614321839
+SHA256 (qasync-0.13.0.tar.gz) = 07a194a9f17706eec908596b3a40b469d2cbf81c1b9d3395357a4c91044ba2f2
+SIZE (qasync-0.13.0.tar.gz) = 13320

Added: head/devel/py-qasync/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-qasync/pkg-descr	Fri Feb 26 06:48:49 2021	(r566584)
@@ -0,0 +1,4 @@
+qasync allows coroutines to be used in PyQt/PySide applications by providing an
+implementation of the PEP 3156 event-loop.
+
+WWW: https://github.com/CabbageDevelopment/qasync



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102260648.11Q6mnpi030915>