overlay.language 0.2.0.post29.dev0__tar.gz → 0.2.0.post31.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- overlay_language-0.2.0.post31.dev0/.readthedocs.yaml +23 -0
- {overlay_language-0.2.0.post29.dev0 → overlay_language-0.2.0.post31.dev0}/PKG-INFO +2 -2
- {overlay_language-0.2.0.post29.dev0 → overlay_language-0.2.0.post31.dev0}/.gitignore +0 -0
- {overlay_language-0.2.0.post29.dev0 → overlay_language-0.2.0.post31.dev0}/README.md +0 -0
- {overlay_language-0.2.0.post29.dev0 → overlay_language-0.2.0.post31.dev0}/pyproject.toml +0 -0
- {overlay_language-0.2.0.post29.dev0 → overlay_language-0.2.0.post31.dev0}/src/overlay/language/__init__.py +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
version: 2
|
|
2
|
+
|
|
3
|
+
build:
|
|
4
|
+
os: ubuntu-24.04
|
|
5
|
+
tools:
|
|
6
|
+
python: "3.13"
|
|
7
|
+
commands:
|
|
8
|
+
- mkdir -p $READTHEDOCS_OUTPUT/html
|
|
9
|
+
- |
|
|
10
|
+
cat > $READTHEDOCS_OUTPUT/html/index.html << 'HTMLEOF'
|
|
11
|
+
<!DOCTYPE html>
|
|
12
|
+
<html>
|
|
13
|
+
<head>
|
|
14
|
+
<meta charset="utf-8">
|
|
15
|
+
<title>Redirecting to mixinv2</title>
|
|
16
|
+
<meta http-equiv="refresh" content="0; url=https://mixinv2.readthedocs.io/">
|
|
17
|
+
<link rel="canonical" href="https://mixinv2.readthedocs.io/">
|
|
18
|
+
</head>
|
|
19
|
+
<body>
|
|
20
|
+
<p>This project has been renamed. Redirecting to <a href="https://mixinv2.readthedocs.io/">mixinv2.readthedocs.io</a>...</p>
|
|
21
|
+
</body>
|
|
22
|
+
</html>
|
|
23
|
+
HTMLEOF
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: overlay.language
|
|
3
|
-
Version: 0.2.0.
|
|
3
|
+
Version: 0.2.0.post31.dev0
|
|
4
4
|
Summary: Backward compatibility wrapper — overlay.language is now mixinv2
|
|
5
5
|
Project-URL: Repository, https://github.com/Atry/overlay
|
|
6
6
|
Author-email: "Yang, Bo" <yang-bo@yang-bo.com>
|
|
@@ -10,4 +10,4 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.13
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.14
|
|
12
12
|
Requires-Python: >=3.13
|
|
13
|
-
Requires-Dist: mixinv2==0.2.0.
|
|
13
|
+
Requires-Dist: mixinv2==0.2.0.post31.dev0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|