aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-humanfriendly
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2017-04-25 12:43:39 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2017-04-25 12:43:39 +0000
commit6979271602fa0d28401c274a2150db53df339662 (patch)
treea8ed123aa221a47ddd0ac7a0fa8d74692bd3f3b1 /textproc/py-humanfriendly
parentd29f043a5bd4c8db7fede8eae2fbdab847c75217 (diff)
downloadports-6979271602fa0d28401c274a2150db53df339662.tar.gz
ports-6979271602fa0d28401c274a2150db53df339662.zip
textproc/py-humanfriendly: Human friendly output for text interfaces using Python
The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly. WWW: https://humanfriendly.readthedocs.io
Notes
Notes: svn path=/head/; revision=439377
Diffstat (limited to 'textproc/py-humanfriendly')
-rw-r--r--textproc/py-humanfriendly/Makefile24
-rw-r--r--textproc/py-humanfriendly/distinfo3
-rw-r--r--textproc/py-humanfriendly/pkg-descr4
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/py-humanfriendly/Makefile b/textproc/py-humanfriendly/Makefile
new file mode 100644
index 000000000000..9c58e1e4f60b
--- /dev/null
+++ b/textproc/py-humanfriendly/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= humanfriendly
+PORTVERSION= 2.4
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python@FreeBSD.org
+COMMENT= Human friendly output for text interfaces using Python
+
+LICENSE= MIT
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_MAJOR_VER} == "2"
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>0:devel/py-monotonic
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/py-humanfriendly/distinfo b/textproc/py-humanfriendly/distinfo
new file mode 100644
index 000000000000..afb19fa53345
--- /dev/null
+++ b/textproc/py-humanfriendly/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1493094917
+SHA256 (humanfriendly-2.4.tar.gz) = bccba2151adfe4b058667cc995c780e21b36502af24ef4037fc37609f2ed6c2d
+SIZE (humanfriendly-2.4.tar.gz) = 51037
diff --git a/textproc/py-humanfriendly/pkg-descr b/textproc/py-humanfriendly/pkg-descr
new file mode 100644
index 000000000000..b4671bba9ada
--- /dev/null
+++ b/textproc/py-humanfriendly/pkg-descr
@@ -0,0 +1,4 @@
+The functions and classes in the humanfriendly package can be used to make
+text interfaces more user friendly.
+
+WWW: https://humanfriendly.readthedocs.io