浏览代码

autoupdate docs by xmake-repo/ci

ruki 1 年之前
父节点
当前提交
dc36b81525

+ 26 - 26
mirror/packages/android.html

@@ -14264,22 +14264,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
-<h3 id="pystringandroid">pystring (android)</h3>
+<h3 id="pyincppandroid">pyincpp (android)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14287,32 +14287,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pystring
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythonandroid">python (android)</h3>
+<h3 id="pystringandroid">pystring (android)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14320,17 +14320,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] python
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2android">python2 (android)</h3>
+<h3 id="pythonandroid">python (android)</h3>
 <table>
 <thead>
 <tr>
@@ -14345,7 +14345,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14353,32 +14353,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] python2
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypeandroid">pytype (android)</h3>
+<h3 id="python2android">python2 (android)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14386,15 +14386,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] pytype
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoiandroid">qoi (android)</h3>

+ 26 - 26
mirror/packages/bsd.html

@@ -13647,22 +13647,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
-<h3 id="pystringbsd">pystring (bsd)</h3>
+<h3 id="pyincppbsd">pyincpp (bsd)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13670,32 +13670,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pystring
+<pre><code class="lang-console">xrepo install pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythonbsd">python (bsd)</h3>
+<h3 id="pystringbsd">pystring (bsd)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13703,17 +13703,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python
+<pre><code class="lang-console">xrepo install pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2bsd">python2 (bsd)</h3>
+<h3 id="pythonbsd">python (bsd)</h3>
 <table>
 <thead>
 <tr>
@@ -13728,7 +13728,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13736,32 +13736,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python2
+<pre><code class="lang-console">xrepo install python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypebsd">pytype (bsd)</h3>
+<h3 id="python2bsd">python2 (bsd)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13769,15 +13769,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pytype
+<pre><code class="lang-console">xrepo install python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qdcaebsd">qdcae (bsd)</h3>

+ 26 - 26
mirror/packages/cross.html

@@ -13070,22 +13070,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
-<h3 id="pystringcross">pystring (cross)</h3>
+<h3 id="pyincppcross">pyincpp (cross)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13093,32 +13093,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pystring
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythoncross">python (cross)</h3>
+<h3 id="pystringcross">pystring (cross)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13126,17 +13126,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] python
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2cross">python2 (cross)</h3>
+<h3 id="pythoncross">python (cross)</h3>
 <table>
 <thead>
 <tr>
@@ -13151,7 +13151,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13159,32 +13159,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] python2
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypecross">pytype (cross)</h3>
+<h3 id="python2cross">python2 (cross)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13192,15 +13192,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] pytype
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoicross">qoi (cross)</h3>

+ 26 - 26
mirror/packages/iphoneos.html

@@ -13153,22 +13153,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
-<h3 id="pystringiphoneos">pystring (iphoneos)</h3>
+<h3 id="pyincppiphoneos">pyincpp (iphoneos)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13176,32 +13176,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p iphoneos pystring
+<pre><code class="lang-console">xrepo install -p iphoneos pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythoniphoneos">python (iphoneos)</h3>
+<h3 id="pystringiphoneos">pystring (iphoneos)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13209,17 +13209,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p iphoneos python
+<pre><code class="lang-console">xrepo install -p iphoneos pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2iphoneos">python2 (iphoneos)</h3>
+<h3 id="pythoniphoneos">python (iphoneos)</h3>
 <table>
 <thead>
 <tr>
@@ -13234,7 +13234,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13242,32 +13242,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p iphoneos python2
+<pre><code class="lang-console">xrepo install -p iphoneos python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypeiphoneos">pytype (iphoneos)</h3>
+<h3 id="python2iphoneos">python2 (iphoneos)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13275,15 +13275,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p iphoneos pytype
+<pre><code class="lang-console">xrepo install -p iphoneos python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoiiphoneos">qoi (iphoneos)</h3>

+ 26 - 26
mirror/packages/linux.html

@@ -31191,22 +31191,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pycdc")
 </code></pre>
-<h3 id="pystringlinux">pystring (linux)</h3>
+<h3 id="pyincpplinux">pyincpp (linux)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -31214,32 +31214,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pystring
+<pre><code class="lang-console">xrepo install pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythonlinux">python (linux)</h3>
+<h3 id="pystringlinux">pystring (linux)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -31247,17 +31247,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python
+<pre><code class="lang-console">xrepo install pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2linux">python2 (linux)</h3>
+<h3 id="pythonlinux">python (linux)</h3>
 <table>
 <thead>
 <tr>
@@ -31272,7 +31272,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -31280,32 +31280,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python2
+<pre><code class="lang-console">xrepo install python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypelinux">pytype (linux)</h3>
+<h3 id="python2linux">python2 (linux)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -31313,15 +31313,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pytype
+<pre><code class="lang-console">xrepo install python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qdcaelinux">qdcae (linux)</h3>

+ 26 - 26
mirror/packages/macosx.html

@@ -28948,22 +28948,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pycdc")
 </code></pre>
-<h3 id="pystringmacosx">pystring (macosx)</h3>
+<h3 id="pyincppmacosx">pyincpp (macosx)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28971,32 +28971,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pystring
+<pre><code class="lang-console">xrepo install pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythonmacosx">python (macosx)</h3>
+<h3 id="pystringmacosx">pystring (macosx)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29004,17 +29004,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python
+<pre><code class="lang-console">xrepo install pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2macosx">python2 (macosx)</h3>
+<h3 id="pythonmacosx">python (macosx)</h3>
 <table>
 <thead>
 <tr>
@@ -29029,7 +29029,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29037,32 +29037,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python2
+<pre><code class="lang-console">xrepo install python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypemacosx">pytype (macosx)</h3>
+<h3 id="python2macosx">python2 (macosx)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -29070,15 +29070,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pytype
+<pre><code class="lang-console">xrepo install python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qhullmacosx">qhull (macosx)</h3>

+ 26 - 26
mirror/packages/mingw.html

@@ -15613,22 +15613,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pugixml")
 </code></pre>
-<h3 id="pystringmingw">pystring (mingw)</h3>
+<h3 id="pyincppmingw">pyincpp (mingw)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15636,32 +15636,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pystring
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythonmingw">python (mingw)</h3>
+<h3 id="pystringmingw">pystring (mingw)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15669,17 +15669,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] python
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2mingw">python2 (mingw)</h3>
+<h3 id="pythonmingw">python (mingw)</h3>
 <table>
 <thead>
 <tr>
@@ -15694,7 +15694,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15702,32 +15702,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] python2
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypemingw">pytype (mingw)</h3>
+<h3 id="python2mingw">python2 (mingw)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -15735,15 +15735,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pytype
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qdcaemingw">qdcae (mingw)</h3>

+ 26 - 26
mirror/packages/msys.html

@@ -11634,22 +11634,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
-<h3 id="pystringmsys">pystring (msys)</h3>
+<h3 id="pyincppmsys">pyincpp (msys)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11657,32 +11657,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pystring
+<pre><code class="lang-console">xrepo install pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythonmsys">python (msys)</h3>
+<h3 id="pystringmsys">pystring (msys)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11690,17 +11690,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python
+<pre><code class="lang-console">xrepo install pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2msys">python2 (msys)</h3>
+<h3 id="pythonmsys">python (msys)</h3>
 <table>
 <thead>
 <tr>
@@ -11715,7 +11715,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11723,32 +11723,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python2
+<pre><code class="lang-console">xrepo install python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypemsys">pytype (msys)</h3>
+<h3 id="python2msys">python2 (msys)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11756,15 +11756,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pytype
+<pre><code class="lang-console">xrepo install python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoimsys">qoi (msys)</h3>

+ 26 - 26
mirror/packages/wasm.html

@@ -11326,22 +11326,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("prvhash")
 </code></pre>
-<h3 id="pystringwasm">pystring (wasm)</h3>
+<h3 id="pyincppwasm">pyincpp (wasm)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11349,32 +11349,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p wasm pystring
+<pre><code class="lang-console">xrepo install -p wasm pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythonwasm">python (wasm)</h3>
+<h3 id="pystringwasm">pystring (wasm)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11382,17 +11382,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p wasm python
+<pre><code class="lang-console">xrepo install -p wasm pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2wasm">python2 (wasm)</h3>
+<h3 id="pythonwasm">python (wasm)</h3>
 <table>
 <thead>
 <tr>
@@ -11407,7 +11407,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11415,32 +11415,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p wasm python2
+<pre><code class="lang-console">xrepo install -p wasm python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypewasm">pytype (wasm)</h3>
+<h3 id="python2wasm">python2 (wasm)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11448,15 +11448,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p wasm pytype
+<pre><code class="lang-console">xrepo install -p wasm python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qoiwasm">qoi (wasm)</h3>

+ 26 - 26
mirror/packages/windows.html

@@ -26459,22 +26459,22 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pycdc")
 </code></pre>
-<h3 id="pystringwindows">pystring (windows)</h3>
+<h3 id="pyincppwindows">pyincpp (windows)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
+<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
+<td><a href="https://github.com/chen-qingyu/pyincpp">https://github.com/chen-qingyu/pyincpp</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.02.04, 2023.07.23</td>
+<td>v1.3.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26482,32 +26482,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua">pyincpp/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pystring
+<pre><code class="lang-console">xrepo install pyincpp
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pystring")
+<pre><code class="lang-lua">add_requires("pyincpp")
 </code></pre>
-<h3 id="pythonwindows">python (windows)</h3>
+<h3 id="pystringwindows">pystring (windows)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>The python programming language.</em></th>
+<th><em>Pystring is a collection of C++ functions which match the interface and behavior of python&#39;s string class methods using std::string.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://www.python.org/">https://www.python.org/</a></td>
+<td><a href="https://github.com/imageworks/pystring">https://github.com/imageworks/pystring</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
+<td>2020.02.04, 2023.07.23</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26515,17 +26515,17 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pystring/xmake.lua">pystring/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python
+<pre><code class="lang-console">xrepo install pystring
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python")
+<pre><code class="lang-lua">add_requires("pystring")
 </code></pre>
-<h3 id="python2windows">python2 (windows)</h3>
+<h3 id="pythonwindows">python (windows)</h3>
 <table>
 <thead>
 <tr>
@@ -26540,7 +26540,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2.7.15, 2.7.18</td>
+<td>2.7.18, 3.10.11, 3.10.6, 3.11.3, 3.7.9, 3.8.10, 3.9.10, 3.9.13, 3.9.5, 3.9.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26548,32 +26548,32 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python/xmake.lua">python/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install python2
+<pre><code class="lang-console">xrepo install python
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("python2")
+<pre><code class="lang-lua">add_requires("python")
 </code></pre>
-<h3 id="pytypewindows">pytype (windows)</h3>
+<h3 id="python2windows">python2 (windows)</h3>
 <table>
 <thead>
 <tr>
 <th>Description</th>
-<th><em>A C++ type library that is as easy to use as Python built-in types.</em></th>
+<th><em>The python programming language.</em></th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td>Homepage</td>
-<td><a href="https://github.com/chen-qingyu/pytype-cpp">https://github.com/chen-qingyu/pytype-cpp</a></td>
+<td><a href="https://www.python.org/">https://www.python.org/</a></td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1</td>
+<td>2.7.15, 2.7.18</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -26581,15 +26581,15 @@
 </tr>
 <tr>
 <td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua">pytype/xmake.lua</a></td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/python2/xmake.lua">python2/xmake.lua</a></td>
 </tr>
 </tbody>
 </table>
 <h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install pytype
+<pre><code class="lang-console">xrepo install python2
 </code></pre>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("pytype")
+<pre><code class="lang-lua">add_requires("python2")
 </code></pre>
 <h2 id="q">q</h2>
 <h3 id="qdcaewindows">qdcae (windows)</h3>

+ 23 - 23
packages/android.md

@@ -9409,6 +9409,29 @@ add_requires("prvhash")
 ```
 
 
+### pyincpp (android)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (android)
 
 
@@ -9478,29 +9501,6 @@ add_requires("python2")
 ```
 
 
-### pytype (android)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p android [--ndk=/xxx] pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qoi (android)

+ 23 - 23
packages/bsd.md

@@ -9004,6 +9004,29 @@ add_requires("prvhash")
 ```
 
 
+### pyincpp (bsd)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | i386, x86_64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (bsd)
 
 
@@ -9073,29 +9096,6 @@ add_requires("python2")
 ```
 
 
-### pytype (bsd)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | i386, x86_64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qdcae (bsd)

+ 23 - 23
packages/cross.md

@@ -8609,6 +8609,29 @@ add_requires("prvhash")
 ```
 
 
+### pyincpp (cross)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (cross)
 
 
@@ -8678,29 +8701,6 @@ add_requires("python2")
 ```
 
 
-### pytype (cross)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p cross [--sdk=/xxx] pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qoi (cross)

+ 23 - 23
packages/iphoneos.md

@@ -8674,6 +8674,29 @@ add_requires("prvhash")
 ```
 
 
+### pyincpp (iphoneos)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (iphoneos)
 
 
@@ -8743,29 +8766,6 @@ add_requires("python2")
 ```
 
 
-### pytype (iphoneos)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | arm64, x86_64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p iphoneos pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qoi (iphoneos)

+ 23 - 23
packages/linux.md

@@ -20656,6 +20656,29 @@ add_requires("pycdc")
 ```
 
 
+### pyincpp (linux)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (linux)
 
 
@@ -20725,29 +20748,6 @@ add_requires("python2")
 ```
 
 
-### pytype (linux)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | arm64-v8a, armv7, armv7s, i386, loongarch64, mips, mips64, mips64el, mipsel, x86_64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qdcae (linux)

+ 23 - 23
packages/macosx.md

@@ -19166,6 +19166,29 @@ add_requires("pycdc")
 ```
 
 
+### pyincpp (macosx)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (macosx)
 
 
@@ -19235,29 +19258,6 @@ add_requires("python2")
 ```
 
 
-### pytype (macosx)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | arm64, x86_64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qhull (macosx)

+ 23 - 23
packages/mingw.md

@@ -10292,6 +10292,29 @@ add_requires("pugixml")
 ```
 
 
+### pyincpp (mingw)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (mingw)
 
 
@@ -10361,29 +10384,6 @@ add_requires("python2")
 ```
 
 
-### pytype (mingw)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | arm, arm64, i386, x86_64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p mingw [--mingw=/xxx] pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qdcae (mingw)

+ 23 - 23
packages/msys.md

@@ -7660,6 +7660,29 @@ add_requires("prvhash")
 ```
 
 
+### pyincpp (msys)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | i386, x86_64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (msys)
 
 
@@ -7729,29 +7752,6 @@ add_requires("python2")
 ```
 
 
-### pytype (msys)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | i386, x86_64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qoi (msys)

+ 23 - 23
packages/wasm.md

@@ -7465,6 +7465,29 @@ add_requires("prvhash")
 ```
 
 
+### pyincpp (wasm)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | wasm32, wasm64 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (wasm)
 
 
@@ -7534,29 +7557,6 @@ add_requires("python2")
 ```
 
 
-### pytype (wasm)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | wasm32, wasm64 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p wasm pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qoi (wasm)

+ 23 - 23
packages/windows.md

@@ -17445,6 +17445,29 @@ add_requires("pycdc")
 ```
 
 
+### pyincpp (windows)
+
+
+| Description | *A C++ type library that is as easy to use as Python built-in types.* |
+| -- | -- |
+| Homepage | [https://github.com/chen-qingyu/pyincpp](https://github.com/chen-qingyu/pyincpp) |
+| Versions | v1.3.2 |
+| Architectures | arm64, x64, x86 |
+| Definition | [pyincpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pyincpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pyincpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pyincpp")
+```
+
+
 ### pystring (windows)
 
 
@@ -17514,29 +17537,6 @@ add_requires("python2")
 ```
 
 
-### pytype (windows)
-
-
-| Description | *A C++ type library that is as easy to use as Python built-in types.* |
-| -- | -- |
-| Homepage | [https://github.com/chen-qingyu/pytype-cpp](https://github.com/chen-qingyu/pytype-cpp) |
-| Versions | v1.3.1 |
-| Architectures | arm64, x64, x86 |
-| Definition | [pytype/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pytype/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install pytype
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("pytype")
-```
-
-
 
 ## q
 ### qdcae (windows)

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-01-26T14:02:42+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-01-26T14:02:46+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-01-26T14:02:46+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-01-26T14:02:46+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-01-26T14:02:46+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-01-26T14:02:47+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-01-26T14:02:47+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-01-26T14:02:47+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-01-26T14:02:48+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-01-26T14:02:48+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-01-26T14:02:48+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-01-26T14:02:49+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-01-26T14:02:49+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-01-26T14:02:49+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-01-26T14:02:49+08:00</lastmod>
+  <lastmod>2024-01-26T15:04:58+08:00</lastmod>
 </url>
 
 </urlset>