summaryrefslogtreecommitdiffstats
path: root/python/python3-babel/README
diff options
context:
space:
mode:
author Matteo Bernardini2022-05-14 18:10:51 +0200
committer Matteo Bernardini2022-05-14 18:10:51 +0200
commit6411b1ae1dc2c31ff2469512a0fc10d5222b84c0 (patch)
treeeb62ae62d6a8fa57a5046486c55eed15213c0086 /python/python3-babel/README
parent73c827ffdc0a7d7133a81f57d98527af17084b75 (diff)
downloadslackbuilds-6411b1ae1dc2c31ff2469512a0fc10d5222b84c0.tar.gz
20220514.1 global branch merge.current-20220514.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python3-babel/README')
-rw-r--r--python/python3-babel/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/python3-babel/README b/python/python3-babel/README
deleted file mode 100644
index 292ad0fb52..0000000000
--- a/python/python3-babel/README
+++ /dev/null
@@ -1,10 +0,0 @@
-babel (python internationalization tools)
-
-Babel is a collection of tools for internationalizing Python apps.
-It's composed of two major parts:
-- tools to build and work with gettext message catalogs;
-- a Python interface to the CLDR (Common Locale Data Repository),
- providing access to various locale display names, localized number
- and date formatting, etc.
-
-The pytz dependency must be built with optional Python 3 support.