|
@@ -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'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'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>
|