pypa / trove-classifiers

Canonical source for classifiers on PyPI.
https://pypi.org/p/trove-classifiers/
Apache License 2.0
134 stars 95 forks source link

Add classifier 'Natural Language :: Georgian' #151

Closed gmilde closed 4 months ago

gmilde commented 11 months ago

Support for the Georgian language was added to the Docutils project at commit https://sourceforge.net/p/docutils/code/9444 Adding "Georgian" to the list of supported languages led to a build failure because the tag is not canonical.

di commented 11 months ago

Hi, please feel free to submit a PR which adds this classifier!

gmilde commented 7 months ago

I could provide a "diff".

NorwayFun commented 4 months ago

Hello, Could you please tell me what has to be added and where? Thank you.

gmilde commented 4 months ago

Am 9.04.24 schrieb NorwayFun:

Hello, Could you please tell me what has to be added and where? Thank you.

The following patch adds the required line to the "canonical classifiers set":

--- trove_classifiers/init.py~ 2024-04-10 11:57:15.932544975 +0200 +++ trove_classifiers/init.py 2024-04-10 12:41:36.091942609 +0200 @@ -362,6 +362,7 @@ "Natural Language :: French", "Natural Language :: Galician", "Natural Language :: German",

cf. https://github.com/pypa/trove-classifiers/blob/main/CONTRIBUTING.md

We would also appreciate (and use) an entry for the Valencian variant of the Catalan language:

--- trove_classifiers/init.py~ 2024-04-10 12:41:36.091942609 +0200 +++ trove_classifiers/init.py 2024-04-10 12:49:20.590911164 +0200 @@ -350,6 +350,7 @@ "Natural Language :: Bulgarian", "Natural Language :: Cantonese", "Natural Language :: Catalan",

Should I open a separat issue?

Thank you for looking into this issue.

NorwayFun commented 4 months ago

Is OK now, asked a friend to open PR for this. Seems like she did it.

gmilde commented 4 months ago

Yes, the PR is here: "Add Natural Language - Georgian #176"
Thanks!

Could she file one more?

Patch:

--- trove_classifiers/__init__.py~  2024-04-10 12:41:36.091942609 +0200
+++ trove_classifiers/__init__.py   2024-04-10 12:49:20.590911164 +0200
@@ -350,6 +350,7 @@
     "Natural Language :: Bulgarian",
     "Natural Language :: Cantonese",
     "Natural Language :: Catalan",
+    "Natural Language :: Catalan (Valencian)",
     "Natural Language :: Chinese (Simplified)",
     "Natural Language :: Chinese (Traditional)",
     "Natural Language :: Croatian",