git: eb68539ff9ea - main - devel/py-wimpy: Add py-wimpy 0.6

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 27 Nov 2023 18:08:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eb68539ff9ea05a651c3afd0296af899991f6865

commit eb68539ff9ea05a651c3afd0296af899991f6865
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 17:39:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 18:07:45 +0000

    devel/py-wimpy: Add py-wimpy 0.6
    
    wimpy provides ome commonly used helpers that I should stop copy-pasting all
    over the place.
---
 devel/Makefile           |  1 +
 devel/py-wimpy/Makefile  | 19 +++++++++++++++++++
 devel/py-wimpy/distinfo  |  3 +++
 devel/py-wimpy/pkg-descr |  2 ++
 4 files changed, 25 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 322bf371d366..e5bdb7fc43a9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5782,6 +5782,7 @@
     SUBDIR += py-whichcraft
     SUBDIR += py-whistle
     SUBDIR += py-widgetsnbextension
+    SUBDIR += py-wimpy
     SUBDIR += py-wlc
     SUBDIR += py-woops
     SUBDIR += py-wrapt
diff --git a/devel/py-wimpy/Makefile b/devel/py-wimpy/Makefile
new file mode 100644
index 000000000000..434ef78291c7
--- /dev/null
+++ b/devel/py-wimpy/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	wimpy
+PORTVERSION=	0.6
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Anti-copy-pasta
+WWW=		https://github.com/wimglenn/wimpy
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-wimpy/distinfo b/devel/py-wimpy/distinfo
new file mode 100644
index 000000000000..f517eaa626a1
--- /dev/null
+++ b/devel/py-wimpy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1701083338
+SHA256 (wimpy-0.6.tar.gz) = 5d82b60648861e81cab0a1868ae6396f678d7eeb077efbd7c91524de340844b3
+SIZE (wimpy-0.6.tar.gz) = 3618
diff --git a/devel/py-wimpy/pkg-descr b/devel/py-wimpy/pkg-descr
new file mode 100644
index 000000000000..a30de183167c
--- /dev/null
+++ b/devel/py-wimpy/pkg-descr
@@ -0,0 +1,2 @@
+wimpy provides ome commonly used helpers that I should stop copy-pasting all
+over the place.