Date: Sat, 1 Dec 2018 23:15:23 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486388 - in head/devel: . pyotherside-qt5 Message-ID: <201812012315.wB1NFNEi062180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Dec 1 23:15:22 2018 New Revision: 486388 URL: https://svnweb.freebsd.org/changeset/ports/486388 Log: New port: devel/pyotherside-qt5 -- Python3 bindings for use in QML Submitted by: dridg & Daniel Shafer <daniel@shafer.cc> Added: head/devel/pyotherside-qt5/ head/devel/pyotherside-qt5/Makefile (contents, props changed) head/devel/pyotherside-qt5/distinfo (contents, props changed) head/devel/pyotherside-qt5/pkg-descr (contents, props changed) head/devel/pyotherside-qt5/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 1 21:06:48 2018 (r486387) +++ head/devel/Makefile Sat Dec 1 23:15:22 2018 (r486388) @@ -5365,6 +5365,7 @@ SUBDIR += pylint1 SUBDIR += pymacs SUBDIR += pyobfuscate + SUBDIR += pyotherside-qt5 SUBDIR += pypersrc SUBDIR += pyrex SUBDIR += pyside Added: head/devel/pyotherside-qt5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pyotherside-qt5/Makefile Sat Dec 1 23:15:22 2018 (r486388) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= pyotherside +DISTVERSION= 1.5.3 +CATEGORIES= devel +PKGNAMESUFFIX= -qt5 + +MAINTAINER= daniel@shafer.cc +COMMENT= Asynchronous Python 3 Bindings for Qt 5 + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gettext-runtime gl python:3.4+ qmake qt:5 +USE_QT= core declarative gui network quickcontrols svg testlib \ + widgets buildtools_build +USE_GL= gl + +USE_GITHUB= yes +GH_ACCOUNT= thp + +QMAKE_ARGS= PYTHON_CONFIG=${PYTHON_CMD}-config + +.include <bsd.port.mk> Added: head/devel/pyotherside-qt5/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pyotherside-qt5/distinfo Sat Dec 1 23:15:22 2018 (r486388) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520946028 +SHA256 (thp-pyotherside-1.5.3_GH0.tar.gz) = 00049d5f42cac448368bc2a521edb8de36bb6d2a624e195b7f1004236758b805 +SIZE (thp-pyotherside-1.5.3_GH0.tar.gz) = 181811 Added: head/devel/pyotherside-qt5/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pyotherside-qt5/pkg-descr Sat Dec 1 23:15:22 2018 (r486388) @@ -0,0 +1,3 @@ +QML Plugin that provides access to a Python 3 interpreter from QML. + +WWW: https://thp.io/2011/pyotherside/ Added: head/devel/pyotherside-qt5/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pyotherside-qt5/pkg-plist Sat Dec 1 23:15:22 2018 (r486388) @@ -0,0 +1,4 @@ +%%QT_QMLDIR%%/io/thp/pyotherside/libpyothersideplugin.so +%%QT_QMLDIR%%/io/thp/pyotherside/pyotherside.qmltypes +%%QT_QMLDIR%%/io/thp/pyotherside/qmldir +%%QT_TESTDIR%%/qtquicktests/qtquicktests
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812012315.wB1NFNEi062180>