pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-otherside



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 14 09:26:14 UTC 2023

Added Files:
        pkgsrc/x11/py-otherside: DESCR Makefile PLIST distinfo

Log Message:
x11/py-otherside: import py-otherside-1.6.0

A Qt plugin providing access to a Python 3 interpreter from QML
for creating asynchronous mobile and Desktop UIs with Python.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/py-otherside/DESCR \
    pkgsrc/x11/py-otherside/Makefile pkgsrc/x11/py-otherside/PLIST \
    pkgsrc/x11/py-otherside/distinfo

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

Added files:

Index: pkgsrc/x11/py-otherside/DESCR
diff -u /dev/null pkgsrc/x11/py-otherside/DESCR:1.1
--- /dev/null   Tue Mar 14 09:26:14 2023
+++ pkgsrc/x11/py-otherside/DESCR       Tue Mar 14 09:26:14 2023
@@ -0,0 +1,2 @@
+A Qt plugin providing access to a Python 3 interpreter from QML
+for creating asynchronous mobile and Desktop UIs with Python.
Index: pkgsrc/x11/py-otherside/Makefile
diff -u /dev/null pkgsrc/x11/py-otherside/Makefile:1.1
--- /dev/null   Tue Mar 14 09:26:14 2023
+++ pkgsrc/x11/py-otherside/Makefile    Tue Mar 14 09:26:14 2023
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2023/03/14 09:26:14 wiz Exp $
+
+DISTNAME=      pyotherside-1.6.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    x11 lang
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=thp/}
+GITHUB_PROJECT=        pyotherside
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/thp/pyotherside/
+COMMENT=       Python Bindings for Qt
+LICENSE=       isc
+
+USE_LANGUAGES= c++
+
+MAKE_ENV+=     INSTALL_ROOT=${DESTDIR}
+
+PYTHON_SELF_CONFLICT=  yes
+
+pre-build:
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake PYTHON_CONFIG=python${PYVERSSUFFIX}-config
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../lang/python/pyversion.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/py-otherside/PLIST
diff -u /dev/null pkgsrc/x11/py-otherside/PLIST:1.1
--- /dev/null   Tue Mar 14 09:26:14 2023
+++ pkgsrc/x11/py-otherside/PLIST       Tue Mar 14 09:26:14 2023
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2023/03/14 09:26:14 wiz Exp $
+qt5/qml/io/thp/pyotherside/libpyothersideplugin.so
+qt5/qml/io/thp/pyotherside/pyotherside.qmltypes
+qt5/qml/io/thp/pyotherside/qmldir
+qt5/tests/qtquicktests/qtquicktests
Index: pkgsrc/x11/py-otherside/distinfo
diff -u /dev/null pkgsrc/x11/py-otherside/distinfo:1.1
--- /dev/null   Tue Mar 14 09:26:14 2023
+++ pkgsrc/x11/py-otherside/distinfo    Tue Mar 14 09:26:14 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/14 09:26:14 wiz Exp $
+
+BLAKE2s (pyotherside-1.6.0.tar.gz) = da56f007a5c364eed4f2aaa47bb531795b2957760bcdd2f441c3aab0a3a1f664
+SHA512 (pyotherside-1.6.0.tar.gz) = 57835db9d65fae10e6b3ec8ab37793e316324e7a819a1045436adf9eabdee11ccf3090a4db0302283b236e77e5e0bd14cf92ed1430835ccc324e50085a872787
+Size (pyotherside-1.6.0.tar.gz) = 183645 bytes



Home | Main Index | Thread Index | Old Index