summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 09:58:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 09:58:42 +0000
commit57fcc1588a872f3a652d37965d2ae9019b3e3c9d (patch)
treed84d8a518a23fc29972969720f642741fbfc3fc5
parent417dfff559f235bf2a42fa1b252dc0fbb03e0aed (diff)
automatic import of python-squaredownopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-squaredown.spec213
-rw-r--r--sources1
3 files changed, 215 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..a731521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/squaredown-1.4.3.tar.gz
diff --git a/python-squaredown.spec b/python-squaredown.spec
new file mode 100644
index 0000000..beb7e20
--- /dev/null
+++ b/python-squaredown.spec
@@ -0,0 +1,213 @@
+%global _empty_manifest_terminate_build 0
+Name: python-squaredown
+Version: 1.4.3
+Release: 1
+Summary: Customized Square interface
+License: MIT
+URL: https://github.com/aracnid/squaredown
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a1/98/7d58080c83556bc5f47fdb4a75ff832d09cdc3b44831251cedabb513e2c7/squaredown-1.4.3.tar.gz
+BuildArch: noarch
+
+Requires: python3-aracnid-config
+Requires: python3-aracnid-logger
+Requires: python3-aracnid-utils
+Requires: python3-i-mongodb
+Requires: python3-squareup
+Requires: python3-tqdm
+
+%description
+# Squaredown
+
+We use Square as our point of sale system for our businesses. It works really well for most applications, but it takes too long to produce reports in a way that meets our business needs and the process is just too manual. We needed an automated way to produce our customized reports either at a click of a button or on a schedule. To do that we download the Square data into a MongoDB database. This is the code that we use to connect Square to MongoDB.
+
+## Getting Started
+
+These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
+
+### Prerequisites
+
+This package supports the following version of Python. It probably supports older versions, but they have not been tested.
+
+- Python 3.10 or later
+
+### Installing
+
+Install the latest package using pip.
+
+```bash
+$ pip install squaredown
+```
+
+End with an example of getting some data out of the system or using it for a little demo
+
+## Running the tests
+
+Explain how to run the automated tests for this system
+
+```bash
+$ python -m pytest
+```
+
+## Usage
+
+TODO
+
+## Authors
+
+- **Jason Romano** - [Aracnid](https://github.com/aracnid)
+
+See also the list of [contributors](https://github.com/lakeannebrewhouse/squaredown/contributors) who participated in this project.
+
+## License
+
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
+
+
+%package -n python3-squaredown
+Summary: Customized Square interface
+Provides: python-squaredown
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-squaredown
+# Squaredown
+
+We use Square as our point of sale system for our businesses. It works really well for most applications, but it takes too long to produce reports in a way that meets our business needs and the process is just too manual. We needed an automated way to produce our customized reports either at a click of a button or on a schedule. To do that we download the Square data into a MongoDB database. This is the code that we use to connect Square to MongoDB.
+
+## Getting Started
+
+These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
+
+### Prerequisites
+
+This package supports the following version of Python. It probably supports older versions, but they have not been tested.
+
+- Python 3.10 or later
+
+### Installing
+
+Install the latest package using pip.
+
+```bash
+$ pip install squaredown
+```
+
+End with an example of getting some data out of the system or using it for a little demo
+
+## Running the tests
+
+Explain how to run the automated tests for this system
+
+```bash
+$ python -m pytest
+```
+
+## Usage
+
+TODO
+
+## Authors
+
+- **Jason Romano** - [Aracnid](https://github.com/aracnid)
+
+See also the list of [contributors](https://github.com/lakeannebrewhouse/squaredown/contributors) who participated in this project.
+
+## License
+
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
+
+
+%package help
+Summary: Development documents and examples for squaredown
+Provides: python3-squaredown-doc
+%description help
+# Squaredown
+
+We use Square as our point of sale system for our businesses. It works really well for most applications, but it takes too long to produce reports in a way that meets our business needs and the process is just too manual. We needed an automated way to produce our customized reports either at a click of a button or on a schedule. To do that we download the Square data into a MongoDB database. This is the code that we use to connect Square to MongoDB.
+
+## Getting Started
+
+These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
+
+### Prerequisites
+
+This package supports the following version of Python. It probably supports older versions, but they have not been tested.
+
+- Python 3.10 or later
+
+### Installing
+
+Install the latest package using pip.
+
+```bash
+$ pip install squaredown
+```
+
+End with an example of getting some data out of the system or using it for a little demo
+
+## Running the tests
+
+Explain how to run the automated tests for this system
+
+```bash
+$ python -m pytest
+```
+
+## Usage
+
+TODO
+
+## Authors
+
+- **Jason Romano** - [Aracnid](https://github.com/aracnid)
+
+See also the list of [contributors](https://github.com/lakeannebrewhouse/squaredown/contributors) who participated in this project.
+
+## License
+
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
+
+
+%prep
+%autosetup -n squaredown-1.4.3
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-squaredown -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.3-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..40b0b8c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+63fce52173cd0685e4c2dbf68f3f2b61 squaredown-1.4.3.tar.gz