diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-08 19:16:39 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:05 +0700 |
commit | d0a8874c92cb03247ee88a1ab3493c9f3735bad8 (patch) | |
tree | 7b32f85b076f325606e34ed4e7bacb93454293e2 /python/python3-iso3166/slack-desc | |
parent | e152b1354fd90c1a4389cba467df11ed2e8cd624 (diff) |
python/python3-iso3166: Added (Standalone ISO 3166-1 country defs)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-iso3166/slack-desc')
-rw-r--r-- | python/python3-iso3166/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-iso3166/slack-desc b/python/python3-iso3166/slack-desc new file mode 100644 index 0000000000..311857c5ff --- /dev/null +++ b/python/python3-iso3166/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-iso3166: python3-iso3166 (Standalone ISO 3166-1 country definitions) +python3-iso3166: +python3-iso3166: ISO 3166-1 defines two-letter, three-letter, and three-digit country +python3-iso3166: codes. python-iso3166 is a self-contained module that converts between +python3-iso3166: these codes and the corresponding country name. +python3-iso3166: +python3-iso3166: +python3-iso3166: +python3-iso3166: +python3-iso3166: Homepage: https://github.com/deactivated/python-iso3166 +python3-iso3166: |