aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-30 15:56:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-30 15:56:04 +0000
commit1c9a346032a6547c675abaf857cd615e17ea344e (patch)
treee32d6e9a33baa08a1a3e3e97dca025b43b324086
parent474d52ab8b0dbe2012b70fcdafea2883d99b00db (diff)
downloadports-1c9a346032a6547c675abaf857cd615e17ea344e.tar.gz
ports-1c9a346032a6547c675abaf857cd615e17ea344e.zip
devel/py-littleutils: Add py-littleutils 0.2.2
littleutils provides small personal collection of python utility functions. WWW: https://github.com/alexmojaki/littleutils
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-littleutils/Makefile19
-rw-r--r--devel/py-littleutils/distinfo3
-rw-r--r--devel/py-littleutils/pkg-descr3
4 files changed, 26 insertions, 0 deletions
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