git: 1c9a346032a6 - main - devel/py-littleutils: Add py-littleutils 0.2.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 30 Apr 2022 16:02:36 UTC
The branch main has been updated by sunpoet:

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

commit 1c9a346032a6547c675abaf857cd615e17ea344e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-30 15:56:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-30 15:56:04 +0000

    devel/py-littleutils: Add py-littleutils 0.2.2
    
    littleutils provides small personal collection of python utility functions.
    
    WWW: https://github.com/alexmojaki/littleutils
---
 devel/Makefile                 |  1 +
 devel/py-littleutils/Makefile  | 19 +++++++++++++++++++
 devel/py-littleutils/distinfo  |  3 +++
 devel/py-littleutils/pkg-descr |  3 +++
 4 files changed, 26 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index a7725a4b49c1..fbe10c3932ff 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4743,6 +4743,7 @@
     SUBDIR += py-linear-tsv
     SUBDIR += py-linecache2
     SUBDIR += py-lineedit
+    SUBDIR += py-littleutils
     SUBDIR += py-llfuse
     SUBDIR += py-llvmcpy
     SUBDIR += py-llvmlite
diff --git a/devel/py-littleutils/Makefile b/devel/py-littleutils/Makefile
new file mode 100644
index 000000000000..7794f6d0d5bd
--- /dev/null
+++ b/devel/py-littleutils/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	littleutils
+PORTVERSION=	0.2.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Small personal collection of python utility functions
+
+LICENSE=	MIT
+
+USES=		python:3.7+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-littleutils/distinfo b/devel/py-littleutils/distinfo
new file mode 100644
index 000000000000..20f83bea8bcd
--- /dev/null
+++ b/devel/py-littleutils/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1651316569
+SHA256 (littleutils-0.2.2.tar.gz) = e6cae3a4203e530d51c9667ed310ffe3b1948f2876e3d69605b3de4b7d96916f
+SIZE (littleutils-0.2.2.tar.gz) = 6579
diff --git a/devel/py-littleutils/pkg-descr b/devel/py-littleutils/pkg-descr
new file mode 100644
index 000000000000..2836064f93ce
--- /dev/null
+++ b/devel/py-littleutils/pkg-descr
@@ -0,0 +1,3 @@
+littleutils provides small personal collection of python utility functions.
+
+WWW: https://github.com/alexmojaki/littleutils