Date: Sun, 5 Jul 2020 06:25:22 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541251 - in head/x11-toolkits: . py-guietta Message-ID: <202007050625.0656PMiw017632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sun Jul 5 06:25:22 2020 New Revision: 541251 URL: https://svnweb.freebsd.org/changeset/ports/541251 Log: Add x11-toolkits/py-guietta, simple GUI for Python Added: head/x11-toolkits/py-guietta/ head/x11-toolkits/py-guietta/Makefile (contents, props changed) head/x11-toolkits/py-guietta/distinfo (contents, props changed) head/x11-toolkits/py-guietta/pkg-descr (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sun Jul 5 06:20:41 2020 (r541250) +++ head/x11-toolkits/Makefile Sun Jul 5 06:25:22 2020 (r541251) @@ -171,6 +171,7 @@ SUBDIR += py-easygui SUBDIR += py-fltk SUBDIR += py-gtk2 + SUBDIR += py-guietta SUBDIR += py-qt5-chart SUBDIR += py-qt5-gui SUBDIR += py-qt5-quick Added: head/x11-toolkits/py-guietta/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-guietta/Makefile Sun Jul 5 06:25:22 2020 (r541251) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= guietta +DISTVERSION= 0.3.3 +CATEGORIES= x11-toolkits python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Simple GUI for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/x11-toolkits/py-guietta/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-guietta/distinfo Sun Jul 5 06:25:22 2020 (r541251) @@ -0,0 +1,3 @@ +TIMESTAMP = 1593924579 +SHA256 (guietta-0.3.3.tar.gz) = a629b66952fa35a64500c772588d19efed8949347b09a896963cffa70609d8b5 +SIZE (guietta-0.3.3.tar.gz) = 21798 Added: head/x11-toolkits/py-guietta/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-guietta/pkg-descr Sun Jul 5 06:25:22 2020 (r541251) @@ -0,0 +1,3 @@ +Guietta is a tool that makes simple GUIs simple + +WWW: https://github.com/alfiopuglisi/guietta
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007050625.0656PMiw017632>