Skip to content

Commit

Permalink
devel/py-pymsgbox: New port: Python module for JavaScript-like messag…
Browse files Browse the repository at this point in the history
…e boxes

A simple, cross-platform, pure Python module for JavaScript-like message boxes.
  • Loading branch information
alonsobsd committed Apr 26, 2023
1 parent 89d71d7 commit 072960b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
1 change: 1 addition & 0 deletions devel/py-pymsgbox/pkg-descr
@@ -0,0 +1 @@
A simple, cross-platform, pure Python module for JavaScript-like message boxes.

0 comments on commit 072960b

Please sign in to comment.