diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-26 20:39:34 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-26 20:39:34 +0000 |
commit | 072960bdf7fc1aa4ff29fda7fc866e0e9a4c5cae (patch) | |
tree | dccc83a0611eb4193d563a173a7d94f5ccbe5914 /devel | |
parent | 89d71d7e16cebde85f652d366147496e171148e8 (diff) | |
download | ports-072960bdf7fc1aa4ff29fda7fc866e0e9a4c5cae.tar.gz ports-072960bdf7fc1aa4ff29fda7fc866e0e9a4c5cae.zip |
devel/py-pymsgbox: New port: Python module for JavaScript-like message boxes
A simple, cross-platform, pure Python module for JavaScript-like message boxes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-pymsgbox/Makefile | 19 | ||||
-rw-r--r-- | devel/py-pymsgbox/distinfo | 3 | ||||
-rw-r--r-- | devel/py-pymsgbox/pkg-descr | 1 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ba51bcce441b..a3b29d71e9e1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5214,6 +5214,7 @@ SUBDIR += py-pymaven-patch SUBDIR += py-pymisp SUBDIR += py-pympler + SUBDIR += py-pymsgbox SUBDIR += py-pymtbl SUBDIR += py-pynest2d SUBDIR += py-pyopencl diff --git a/devel/py-pymsgbox/Makefile b/devel/py-pymsgbox/Makefile new file mode 100644 index 000000000000..98d239335dd2 --- /dev/null +++ b/devel/py-pymsgbox/Makefile @@ -0,0 +1,19 @@ +PORTNAME= pymsgbox +DISTVERSION= 1.0.9 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyMsgBox-${DISTVERSION} + +MAINTAINER= acm@FreeBSD.org +COMMENT= Python module for JavaScript-like message boxes +WWW= https://github.com/asweigart/pymsgbox + +LICENSE= BSD3CLAUSE + +USES= python:3.6+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pymsgbox/distinfo b/devel/py-pymsgbox/distinfo new file mode 100644 index 000000000000..bdb3d2c5524e --- /dev/null +++ b/devel/py-pymsgbox/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682518445 +SHA256 (PyMsgBox-1.0.9.tar.gz) = 2194227de8bff7a3d6da541848705a155dcbb2a06ee120d9f280a1d7f51263ff +SIZE (PyMsgBox-1.0.9.tar.gz) = 18829 diff --git a/devel/py-pymsgbox/pkg-descr b/devel/py-pymsgbox/pkg-descr new file mode 100644 index 000000000000..0fa0af1a40a8 --- /dev/null +++ b/devel/py-pymsgbox/pkg-descr @@ -0,0 +1 @@ +A simple, cross-platform, pure Python module for JavaScript-like message boxes. |