Skip to content

Commit 4c5ef9c

Browse files
authored
Merge pull request #8 from KorewaLidesu/create-pull-request/patch-i928008
[🤖] Update `gdal` in PyPi index
2 parents a1e53e3 + b086e1e commit 4c5ef9c

File tree

2 files changed

+87
-90
lines changed

2 files changed

+87
-90
lines changed

gdal/index.html

Lines changed: 75 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,100 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
<!-- Required meta tags -->
5-
<meta charset="utf-8" />
6-
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
7-
5+
<meta charset="utf-8"/>
6+
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
87
<!-- Skeleton CSS -->
9-
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" rel="stylesheet" />
10-
8+
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" rel="stylesheet"/>
119
<!-- Font -->
12-
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&amp;display=swap" rel="stylesheet" type="text/css" />
13-
10+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&amp;display=swap" rel="stylesheet" type="text/css"/>
1411
<!-- JQuery -->
15-
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
16-
12+
<script src="https://code.jquery.com/jquery-latest.min.js">
13+
</script>
1714
<!-- Marked parser -->
18-
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
19-
15+
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js">
16+
</script>
2017
<!-- Favicon -->
21-
<link href="https://gist.githubusercontent.com/astariul/c09af596e802e945d3032774e10e1047/raw/f693a2e2b65966494da082887bc4be2917f615e4/random_icon.svg" rel="icon" />
22-
18+
<link href="https://gist.githubusercontent.com/astariul/c09af596e802e945d3032774e10e1047/raw/f693a2e2b65966494da082887bc4be2917f615e4/random_icon.svg" rel="icon"/>
2319
<!-- Custom Styles -->
24-
<link href="../static/package_styles.css" rel="stylesheet" />
25-
20+
<link href="../static/package_styles.css" rel="stylesheet"/>
2621
<!-- Our JS -->
27-
<script type="text/javascript" src="../static/pypi_checker.js"></script>
28-
<script src="../static/package_page.js" defer></script>
29-
22+
<script src="../static/pypi_checker.js" type="text/javascript">
23+
</script>
24+
<script defer="" src="../static/package_page.js">
25+
</script>
3026
<title>
31-
korewa.li - Public Pypi
27+
korewa.li - Public Pypi
3228
</title>
33-
</head>
34-
35-
<body>
29+
</head>
30+
<body>
3631
<div class="container">
37-
<section class="header">
38-
<button onclick="redirectToIndex()" class="goback-button">
39-
<svg width="50" height="50">
40-
<circle cx="25" cy="25" r="20" fill="#1EAEDB" />
41-
<path d="M15 25l10-10v5h10v10h-10v5z" fill="white" />
42-
</svg>
43-
</button>
44-
gdal
45-
<span>
46-
</span>
47-
<span id='latest-version' class="version">
48-
3.10.1
49-
</span>
50-
<span id='latest-main-version' hidden>
51-
3.10.1
52-
</span>
53-
</section>
54-
55-
<pre id='installdanger' hidden>
56-
<button class="danger-button" disabled>
32+
<section class="header">
33+
<button class="goback-button" onclick="redirectToIndex()">
34+
<svg height="50" width="50">
35+
<circle cx="25" cy="25" fill="#1EAEDB" r="20">
36+
</circle>
37+
<path d="M15 25l10-10v5h10v10h-10v5z" fill="white">
38+
</path>
39+
</svg>
40+
</button>
41+
gdal
42+
<span>
43+
</span>
44+
<span class="version" id="latest-version">
45+
3.10.1
46+
</span>
47+
<span hidden="" id="latest-main-version">
48+
3.10.1
49+
</span>
50+
</section>
51+
<pre hidden="" id="installdanger">
52+
<button class="danger-button" disabled="">
5753
DANGER ! A higher version of <i>gdal</i> already exists on PyPi
5854
</button>
5955
</pre>
60-
61-
<pre id='installcmd'>
56+
<pre id="installcmd">
6257
<code>pip install gdal --extra-index-url https://pypi.korewa.li/</code>
6358
</pre>
64-
65-
<hr />
66-
67-
<div class="row">
68-
<div class="three columns">
69-
<b>
70-
Project links
71-
</b>
72-
<button id="repoHomepage" onclick="openLinkInNewTab('https://github.com/OSGeo/gdal')">
73-
Homepage
74-
</button>
75-
<p class="elem">
76-
<b>
77-
Author :
78-
</b>
79-
cgohlke
80-
</p>
81-
<section class="versions" id="versions">
82-
<div id="3.10.1" onclick="load_readme('3.10.1', scroll_to_div=true)">
83-
<a href="https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp313-cp313-win_amd64.whl#egg=gdal-3.10.1">
84-
3.10.1
85-
</a>
86-
</div>
87-
</section>
59+
<hr/>
60+
<div class="row">
61+
<div class="three columns">
62+
<b>
63+
Project links
64+
</b>
65+
<button id="repoHomepage" onclick="openLinkInNewTab('https://github.com/OSGeo/gdal')">
66+
Homepage
67+
</button>
68+
<p class="elem">
69+
<b>
70+
Author :
71+
</b>
72+
cgohlke
73+
</p>
74+
<section class="versions" id="versions">
75+
<div id="3.10.1" onclick="load_readme('3.10.1', scroll_to_div=true)">
76+
<a href="https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp313-cp313-win_amd64.whl#egg=gdal-3.10.1">
77+
3.10.1
78+
</a>
8879
</div>
89-
90-
<div class="nine columns" id="description_pkg">
91-
<h6 class="text-header">
92-
Description
93-
</h6>
94-
<p id="markdown-container" class="readme-block">
95-
</p>
80+
<div class="" id="3.10.1" onclick="load_readme('3.10.1', scroll_to_div=true);">
81+
<a href="https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp313-cp313-win_amd64.whl">
82+
3.10.1
83+
</a>
9684
</div>
85+
</section>
86+
</div>
87+
<div class="nine columns" id="description_pkg">
88+
<h6 class="text-header">
89+
Description
90+
</h6>
91+
<p class="readme-block" id="markdown-container">
92+
</p>
9793
</div>
94+
</div>
9895
</div>
99-
10096
<script>
101-
var url_readme_main = 'https://raw.githubusercontent.com/OSGeo/gdal/main/README.md';
97+
var url_readme_main = 'https://raw.githubusercontent.com/OSGeo/gdal/main/README.md';
10298

10399
$(document).ready(function () {
104100
var this_vers = document.getElementById('latest-main-version').textContent.trim();
@@ -114,5 +110,5 @@ <h6 class="text-header">
114110
load_readme(this_vers);
115111
});
116112
</script>
117-
</body>
113+
</body>
118114
</html>

index.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,18 @@ <h6 class="text-header">
5454
<span class="description">
5555
Unofficial binary wheels for GDAL for Python on Windows.
5656
</span>
57-
<a class="card" href="mydependency/">
58-
mydependency
59-
<span>
60-
</span>
61-
<span class="version">
62-
1.0
63-
</span>
64-
<br/>
65-
<span class="description">
66-
A public github-hosted repo.
67-
</span>
57+
<a class="card" href="mydependency/">
58+
mydependency
59+
<span>
60+
</span>
61+
<span class="version">
62+
1.0
63+
</span>
64+
<br/>
65+
<span class="description">
66+
A public github-hosted repo.
67+
</span>
68+
</a>
6869
</a>
6970
</div>
7071
<script>

0 commit comments

Comments
 (0)