summaryrefslogtreecommitdiff
path: root/devel/py-python-dateutil/pkg-descr
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 22:47:51 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 22:47:51 +0800
commit84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 (patch)
treec88dd9c12f884760d1cb3a3acb7d6ff1d7e365ad /devel/py-python-dateutil/pkg-descr
parent*/*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy (diff)
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change - While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
Diffstat (limited to 'devel/py-python-dateutil/pkg-descr')
-rw-r--r--devel/py-python-dateutil/pkg-descr2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-python-dateutil/pkg-descr b/devel/py-python-dateutil/pkg-descr
new file mode 100644
index 000000000000..bb57c76cf2d9
--- /dev/null
+++ b/devel/py-python-dateutil/pkg-descr
@@ -0,0 +1,2 @@
+The dateutil module provides powerful extensions to the standard datetime
+module, available in Python.