summaryrefslogtreecommitdiffstats
path: root/python/python3-babel/README
diff options
context:
space:
mode:
author Matteo Bernardini2022-11-19 09:46:49 +0100
committer Matteo Bernardini2022-11-19 09:46:49 +0100
commite99f4d18a14724754ffbcc10960e56bcc86ac8f3 (patch)
tree2824b9a71116e0a0d12e47345abb901ad9f370cd /python/python3-babel/README
parentb54a7d46399fd01b3bf2adc2d1b4a2b429d3c6c4 (diff)
downloadslackbuilds-e99f4d18a14724754ffbcc10960e56bcc86ac8f3.tar.gz
20221119.1 global branch merge.current-20221119.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.