From cc2f9efc63f30a35b2c27ab84f853530acc3dc10 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 20 Jun 2023 05:48:09 +0000 Subject: automatic import of python-juntagrico --- .gitignore | 1 + python-juntagrico.spec | 153 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 155 insertions(+) create mode 100644 python-juntagrico.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..5457934 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/juntagrico-1.5.7.tar.gz diff --git a/python-juntagrico.spec b/python-juntagrico.spec new file mode 100644 index 0000000..12c3a83 --- /dev/null +++ b/python-juntagrico.spec @@ -0,0 +1,153 @@ +%global _empty_manifest_terminate_build 0 +Name: python-juntagrico +Version: 1.5.7 +Release: 1 +Summary: juntagrico +License: GNU Lesser General Public License v3 (LGPLv3) +URL: https://www.juntagrico.org +Source0: https://mirrors.aliyun.com/pypi/web/packages/c9/93/1a7250385d85fab8f0c42a1ae55c1fb506d1f78af2fba2e38d53ad481c4f/juntagrico-1.5.7.tar.gz +BuildArch: noarch + + +%description +[![image](https://github.com/juntagrico/juntagrico/actions/workflows/juntagrico-ci.yml/badge.svg?branch=main&event=push)](https://github.com/juntagrico/juntagrico/actions/workflows/juntagrico-ci.yml) +[![Maintainability](https://api.codeclimate.com/v1/badges/f9fccaf1602ddb23c69b/maintainability)](https://codeclimate.com/github/juntagrico/juntagrico/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/f9fccaf1602ddb23c69b/test_coverage)](https://codeclimate.com/github/juntagrico/juntagrico/test_coverage) +[![image](https://img.shields.io/pypi/v/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/l/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/pyversions/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/status/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/dm/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico/) +[![image](https://img.shields.io/github/last-commit/juntagrico/juntagrico.svg)](https://github.com/juntagrico/juntagrico) +[![image](https://img.shields.io/github/commit-activity/y/juntagrico/juntagrico)](https://github.com/juntagrico/juntagrico) +[![Requirements Status](https://requires.io/github/juntagrico/juntagrico/requirements.svg?branch=main)](https://requires.io/github/juntagrico/juntagrico/requirements/?branch=main) +**the easy solution for cooperative vegetable growers** +juntagrico is a management platform for community gardens and vegetable +cooperatives. +It provides the basic functionality like +- subscription management +- extra subscription management +- management of shares +- delivery management +- management of members +Detailed documentation how to install and configure juntagrico can be +found here +Demo can be found here The +username is "admin" and the password is "admin" too. Please do not +change the password! +[![image](http://forthebadge.com/images/badges/made-with-python.svg)](https://www.python.org/) +[![image](http://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) +[![image](http://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com) + +%package -n python3-juntagrico +Summary: juntagrico +Provides: python-juntagrico +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-juntagrico +[![image](https://github.com/juntagrico/juntagrico/actions/workflows/juntagrico-ci.yml/badge.svg?branch=main&event=push)](https://github.com/juntagrico/juntagrico/actions/workflows/juntagrico-ci.yml) +[![Maintainability](https://api.codeclimate.com/v1/badges/f9fccaf1602ddb23c69b/maintainability)](https://codeclimate.com/github/juntagrico/juntagrico/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/f9fccaf1602ddb23c69b/test_coverage)](https://codeclimate.com/github/juntagrico/juntagrico/test_coverage) +[![image](https://img.shields.io/pypi/v/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/l/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/pyversions/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/status/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/dm/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico/) +[![image](https://img.shields.io/github/last-commit/juntagrico/juntagrico.svg)](https://github.com/juntagrico/juntagrico) +[![image](https://img.shields.io/github/commit-activity/y/juntagrico/juntagrico)](https://github.com/juntagrico/juntagrico) +[![Requirements Status](https://requires.io/github/juntagrico/juntagrico/requirements.svg?branch=main)](https://requires.io/github/juntagrico/juntagrico/requirements/?branch=main) +**the easy solution for cooperative vegetable growers** +juntagrico is a management platform for community gardens and vegetable +cooperatives. +It provides the basic functionality like +- subscription management +- extra subscription management +- management of shares +- delivery management +- management of members +Detailed documentation how to install and configure juntagrico can be +found here +Demo can be found here The +username is "admin" and the password is "admin" too. Please do not +change the password! +[![image](http://forthebadge.com/images/badges/made-with-python.svg)](https://www.python.org/) +[![image](http://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) +[![image](http://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com) + +%package help +Summary: Development documents and examples for juntagrico +Provides: python3-juntagrico-doc +%description help +[![image](https://github.com/juntagrico/juntagrico/actions/workflows/juntagrico-ci.yml/badge.svg?branch=main&event=push)](https://github.com/juntagrico/juntagrico/actions/workflows/juntagrico-ci.yml) +[![Maintainability](https://api.codeclimate.com/v1/badges/f9fccaf1602ddb23c69b/maintainability)](https://codeclimate.com/github/juntagrico/juntagrico/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/f9fccaf1602ddb23c69b/test_coverage)](https://codeclimate.com/github/juntagrico/juntagrico/test_coverage) +[![image](https://img.shields.io/pypi/v/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/l/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/pyversions/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/status/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico) +[![image](https://img.shields.io/pypi/dm/juntagrico.svg)](https://pypi.python.org/pypi/juntagrico/) +[![image](https://img.shields.io/github/last-commit/juntagrico/juntagrico.svg)](https://github.com/juntagrico/juntagrico) +[![image](https://img.shields.io/github/commit-activity/y/juntagrico/juntagrico)](https://github.com/juntagrico/juntagrico) +[![Requirements Status](https://requires.io/github/juntagrico/juntagrico/requirements.svg?branch=main)](https://requires.io/github/juntagrico/juntagrico/requirements/?branch=main) +**the easy solution for cooperative vegetable growers** +juntagrico is a management platform for community gardens and vegetable +cooperatives. +It provides the basic functionality like +- subscription management +- extra subscription management +- management of shares +- delivery management +- management of members +Detailed documentation how to install and configure juntagrico can be +found here +Demo can be found here The +username is "admin" and the password is "admin" too. Please do not +change the password! +[![image](http://forthebadge.com/images/badges/made-with-python.svg)](https://www.python.org/) +[![image](http://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) +[![image](http://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com) + +%prep +%autosetup -n juntagrico-1.5.7 + +%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-juntagrico -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Jun 20 2023 Python_Bot - 1.5.7-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..9bffd55 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +2d6d3c0a94931550be50bdeab86f2ec9 juntagrico-1.5.7.tar.gz -- cgit v1.2.3