From 6819f8b96752fbd5dbf87c777c231ca320438cd0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 5 May 2023 09:15:10 +0000 Subject: automatic import of python-django-esi --- .gitignore | 1 + python-django-esi.spec | 185 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 187 insertions(+) create mode 100644 python-django-esi.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..5af0fe7 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/django-esi-4.0.1.tar.gz diff --git a/python-django-esi.spec b/python-django-esi.spec new file mode 100644 index 0000000..856ea09 --- /dev/null +++ b/python-django-esi.spec @@ -0,0 +1,185 @@ +%global _empty_manifest_terminate_build 0 +Name: python-django-esi +Version: 4.0.1 +Release: 1 +Summary: Django app for accessing the EVE Swagger Interface (ESI). +License: GNU General Public License v3 (GPLv3) +URL: https://gitlab.com/allianceauth/django-esi +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0f/88/f2c7d132556b12e2bbd26dbbe4c6fc75fc96cbe107fef780bdb5227a9e95/django-esi-4.0.1.tar.gz +BuildArch: noarch + +Requires: python3-requests +Requires: python3-requests-oauthlib +Requires: python3-django +Requires: python3-jsonschema +Requires: python3-bravado +Requires: python3-celery +Requires: python3-jose +Requires: python3-tqdm + +%description +# django-esi + +Django app for easy access to the EVE Swagger Interface (ESI) + +[![version](https://img.shields.io/pypi/v/django-esi)](https://pypi.org/project/django-esi/) +[![python](https://img.shields.io/pypi/pyversions/django-esi)](https://pypi.org/project/django-esi/) +[![django](https://img.shields.io/pypi/djversions/django-esi)](https://pypi.org/project/django-esi/) +[![license](https://img.shields.io/badge/license-GPLv3-green)](https://pypi.org/project/django-esi/) +[![pipeline-status](https://gitlab.com/allianceauth/django-esi/badges/master/pipeline.svg)](https://gitlab.com/allianceauth/django-esi/pipelines) +[![coverage](https://gitlab.com/allianceauth/django-esi/badges/master/coverage.svg)](https://gitlab.com/allianceauth/django-esi/pipelines) +[![Documentation Status](https://readthedocs.org/projects/django-esi/badge/?version=latest)](https://django-esi.readthedocs.io/en/latest/?badge=latest) +[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) +[![Chat on Discord](https://img.shields.io/discord/399006117012832262.svg)](https://discord.gg/fjnHAmk) + +## Overview + +Django-esi is a Django app that provides an interface for easy access to the EVE Swagger Interface (ESI), the official API for the game [EVE Online](https://www.eveonline.com/). + +It is build upon [Bravado](https://github.com/Yelp/bravado) - a python client library for Swagger 2.0 services. + +Django-esi adds the following main functionalities to a Django site: + +- Dynamically generated client for interacting with public and private ESI endpoints +- Support for adding EVE SSO to authenticate characters and retrieve tokens +- Control over which ESI endpoint versions are used + +## History of this app + +This app is a fork from [adarnauth-esi](https://gitlab.com/Adarnof/adarnauth-esi). Since this app is an important component of the [Alliance Auth](https://gitlab.com/allianceauth/allianceauth) system and Adarnof - the original author - was no longer able to maintain it the AA dev team has decided in December 2019 to take over maintenance and further developing for this app within the Alliance Auth project. + +## Documentation + +For all details on how to install and use django-esi please see the [documentation](https://django-esi.readthedocs.io/en/latest/). + + + + +%package -n python3-django-esi +Summary: Django app for accessing the EVE Swagger Interface (ESI). +Provides: python-django-esi +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-django-esi +# django-esi + +Django app for easy access to the EVE Swagger Interface (ESI) + +[![version](https://img.shields.io/pypi/v/django-esi)](https://pypi.org/project/django-esi/) +[![python](https://img.shields.io/pypi/pyversions/django-esi)](https://pypi.org/project/django-esi/) +[![django](https://img.shields.io/pypi/djversions/django-esi)](https://pypi.org/project/django-esi/) +[![license](https://img.shields.io/badge/license-GPLv3-green)](https://pypi.org/project/django-esi/) +[![pipeline-status](https://gitlab.com/allianceauth/django-esi/badges/master/pipeline.svg)](https://gitlab.com/allianceauth/django-esi/pipelines) +[![coverage](https://gitlab.com/allianceauth/django-esi/badges/master/coverage.svg)](https://gitlab.com/allianceauth/django-esi/pipelines) +[![Documentation Status](https://readthedocs.org/projects/django-esi/badge/?version=latest)](https://django-esi.readthedocs.io/en/latest/?badge=latest) +[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) +[![Chat on Discord](https://img.shields.io/discord/399006117012832262.svg)](https://discord.gg/fjnHAmk) + +## Overview + +Django-esi is a Django app that provides an interface for easy access to the EVE Swagger Interface (ESI), the official API for the game [EVE Online](https://www.eveonline.com/). + +It is build upon [Bravado](https://github.com/Yelp/bravado) - a python client library for Swagger 2.0 services. + +Django-esi adds the following main functionalities to a Django site: + +- Dynamically generated client for interacting with public and private ESI endpoints +- Support for adding EVE SSO to authenticate characters and retrieve tokens +- Control over which ESI endpoint versions are used + +## History of this app + +This app is a fork from [adarnauth-esi](https://gitlab.com/Adarnof/adarnauth-esi). Since this app is an important component of the [Alliance Auth](https://gitlab.com/allianceauth/allianceauth) system and Adarnof - the original author - was no longer able to maintain it the AA dev team has decided in December 2019 to take over maintenance and further developing for this app within the Alliance Auth project. + +## Documentation + +For all details on how to install and use django-esi please see the [documentation](https://django-esi.readthedocs.io/en/latest/). + + + + +%package help +Summary: Development documents and examples for django-esi +Provides: python3-django-esi-doc +%description help +# django-esi + +Django app for easy access to the EVE Swagger Interface (ESI) + +[![version](https://img.shields.io/pypi/v/django-esi)](https://pypi.org/project/django-esi/) +[![python](https://img.shields.io/pypi/pyversions/django-esi)](https://pypi.org/project/django-esi/) +[![django](https://img.shields.io/pypi/djversions/django-esi)](https://pypi.org/project/django-esi/) +[![license](https://img.shields.io/badge/license-GPLv3-green)](https://pypi.org/project/django-esi/) +[![pipeline-status](https://gitlab.com/allianceauth/django-esi/badges/master/pipeline.svg)](https://gitlab.com/allianceauth/django-esi/pipelines) +[![coverage](https://gitlab.com/allianceauth/django-esi/badges/master/coverage.svg)](https://gitlab.com/allianceauth/django-esi/pipelines) +[![Documentation Status](https://readthedocs.org/projects/django-esi/badge/?version=latest)](https://django-esi.readthedocs.io/en/latest/?badge=latest) +[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) +[![Chat on Discord](https://img.shields.io/discord/399006117012832262.svg)](https://discord.gg/fjnHAmk) + +## Overview + +Django-esi is a Django app that provides an interface for easy access to the EVE Swagger Interface (ESI), the official API for the game [EVE Online](https://www.eveonline.com/). + +It is build upon [Bravado](https://github.com/Yelp/bravado) - a python client library for Swagger 2.0 services. + +Django-esi adds the following main functionalities to a Django site: + +- Dynamically generated client for interacting with public and private ESI endpoints +- Support for adding EVE SSO to authenticate characters and retrieve tokens +- Control over which ESI endpoint versions are used + +## History of this app + +This app is a fork from [adarnauth-esi](https://gitlab.com/Adarnof/adarnauth-esi). Since this app is an important component of the [Alliance Auth](https://gitlab.com/allianceauth/allianceauth) system and Adarnof - the original author - was no longer able to maintain it the AA dev team has decided in December 2019 to take over maintenance and further developing for this app within the Alliance Auth project. + +## Documentation + +For all details on how to install and use django-esi please see the [documentation](https://django-esi.readthedocs.io/en/latest/). + + + + +%prep +%autosetup -n django-esi-4.0.1 + +%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-django-esi -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot - 4.0.1-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..cf611b7 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +5d390bf96abed69a40c8e7847e004296 django-esi-4.0.1.tar.gz -- cgit v1.2.3