summaryrefslogtreecommitdiff
path: root/textproc/py-Unidecode/distinfo
diff options
context:
space:
mode:
authorwiz <wiz>2012-05-30 11:03:50 +0000
committerwiz <wiz>2012-05-30 11:03:50 +0000
commit7ec8233573f491a2c5f4bfbba538b7bf2780c004 (patch)
tree29f852a0883acb8369e1bfc0e64dedef6e1d2282 /textproc/py-Unidecode/distinfo
parentda306aacb3ecf20c62f38432069a44a71710725c (diff)
downloadpkgsrc-7ec8233573f491a2c5f4bfbba538b7bf2780c004.tar.gz
Initial import of py-Unidecode-0.04.9:
It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligeble (a popular example of this is when making an URL slug from an article title). Note that this module generally produces better results than simply stripping accents from characters (which can be done in Python with built-in functions). It is based on hand-tuned character mappings that for example also contain ASCII approximations for symbols and non-Latin alphabets. This is a Python port of Text::Unidecode Perl module by Sean M. Burke.
Diffstat (limited to 'textproc/py-Unidecode/distinfo')
-rw-r--r--textproc/py-Unidecode/distinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/py-Unidecode/distinfo b/textproc/py-Unidecode/distinfo
new file mode 100644
index 00000000000..d9357ef9575
--- /dev/null
+++ b/textproc/py-Unidecode/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/05/30 11:03:50 wiz Exp $
+
+SHA1 (Unidecode-0.04.9.tar.gz) = c705b71ea08978012b5800f038b1de1a3ba81426
+RMD160 (Unidecode-0.04.9.tar.gz) = 8ca1c7bb80dcb313b93d3bb6d47576c106e7a14e
+Size (Unidecode-0.04.9.tar.gz) = 196659 bytes