From b03bf2449f324cdff2e22e0477f447dec95d6b62 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 25 Apr 2023 09:04:24 +0000 Subject: automatic import of python-mitosheet --- .gitignore | 1 + python-mitosheet.spec | 89 +++++++++++++++++++++++++++++++++++---------------- sources | 2 +- 3 files changed, 63 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index 18a0125..58a19f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mitosheet-0.1.472.tar.gz +/mitosheet-0.1.475.tar.gz diff --git a/python-mitosheet.spec b/python-mitosheet.spec index 75385c9..08027ee 100644 --- a/python-mitosheet.spec +++ b/python-mitosheet.spec @@ -1,38 +1,49 @@ %global _empty_manifest_terminate_build 0 Name: python-mitosheet -Version: 0.1.472 +Version: 0.1.475 Release: 1 Summary: The Mito Spreadsheet License: GNU Affero General Public License v3 URL: https://trymito.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/3c/63b1444f7c5ab5a29226c001d647a5ef4a3f4d4b7794a5ba8dfb3b77502b/mitosheet-0.1.472.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/82/cb/09b4a03d48889b0191a20d024883ca16b25d5b27e49e615647a21e1d4d61/mitosheet-0.1.475.tar.gz BuildArch: noarch %description - To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito - Before installing Mito + Before installing Mito - 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. + 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. - 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. + 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. - Installation Instructions + Installation Instructions - For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito + For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito - 1. pip install mitoinstaller + 1. pip install mitosheet + + + 2. Launch JupyterLab 3.0 and open a new notebook + + + 3. In the notebook, run the following code: + + + from mitosheet import sheet + + + mitosheet.sheet() - 2. python -m mitoinstaller install %package -n python3-mitosheet @@ -43,28 +54,39 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-mitosheet - To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + + + Before installing Mito + + + 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. - Before installing Mito + 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. - 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. + Installation Instructions - 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. + For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito - Installation Instructions + 1. pip install mitosheet - For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito + 2. Launch JupyterLab 3.0 and open a new notebook - 1. pip install mitoinstaller + 3. In the notebook, run the following code: + + + from mitosheet import sheet + + + mitosheet.sheet() - 2. python -m mitoinstaller install %package help @@ -72,32 +94,43 @@ Summary: Development documents and examples for mitosheet Provides: python3-mitosheet-doc %description help - To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito + + + Before installing Mito + + + 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. + + + 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. + + + Installation Instructions - Before installing Mito + For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito - 1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so. + 1. pip install mitosheet - 2. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. + 2. Launch JupyterLab 3.0 and open a new notebook - Installation Instructions + 3. In the notebook, run the following code: - For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito + from mitosheet import sheet - 1. pip install mitoinstaller + mitosheet.sheet() - 2. python -m mitoinstaller install %prep -%autosetup -n mitosheet-0.1.472 +%autosetup -n mitosheet-0.1.475 %build %py3_build @@ -137,5 +170,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot - 0.1.472-1 +* Tue Apr 25 2023 Python_Bot - 0.1.475-1 - Package Spec generated diff --git a/sources b/sources index b96a897..e218c7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e85b9a3b3cbb491989de5d2da4d01b93 mitosheet-0.1.472.tar.gz +6406ee3c163980bed7cd4b2462c83ce7 mitosheet-0.1.475.tar.gz -- cgit v1.2.3