Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-06-10 16:13:52 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-06-10 16:13:52 +0300
commit4fc6ab2fc3be623c7eedddfd71ab5da1fc4c4514 (patch)
tree47dd332a1274f588fc30d0913b8402e8ae049b01
parentc5e4413e80202522d881fe1673f5823031ce79da (diff)
Add gtksourceview to slotted packages in repology data
-rw-r--r--calm/repology.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/calm/repology.py b/calm/repology.py
index 45a0da6..bb2595b 100644
--- a/calm/repology.py
+++ b/calm/repology.py
@@ -43,7 +43,13 @@ use_legacy = {'qt': [LegacyData('5', []),
LegacyData('4', []),
LegacyData('3', [])],
'gtk': [LegacyData('3', ['3.9', '+']),
- LegacyData('2', [])]}
+ LegacyData('2', [])],
+ 'gtksourceview': [LegacyData('2', []),
+ LegacyData('3', []),
+ LegacyData('4', []),
+ LegacyData('5', []),
+ ]
+ }
def repology_fetch_versions():
@@ -99,7 +105,7 @@ def repology_fetch_versions():
# packages
#
# (multiple cygwin source packages can correspond to a single
- # canonical repology package name, e.g. foo and mingww64-arch-foo)
+ # canonical repology package name, e.g. foo and mingw64-arch-foo)
for i in p:
if i['repo'] == "cygwin":
source_pn = i['srcname']