diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-scikit-criteria.spec | 323 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 325 insertions, 0 deletions
@@ -0,0 +1 @@ +/scikit-criteria-0.8.3.tar.gz diff --git a/python-scikit-criteria.spec b/python-scikit-criteria.spec new file mode 100644 index 0000000..745802c --- /dev/null +++ b/python-scikit-criteria.spec @@ -0,0 +1,323 @@ +%global _empty_manifest_terminate_build 0 +Name: python-scikit-criteria +Version: 0.8.3 +Release: 1 +Summary: Scikit-Criteria is a collections of algorithms, methods and techniques for multiple-criteria decision analysis. +License: Copyright (c) 2016-2021, Cabral, Juan; Luczywo, Nadia Copyright (c) 2022, QuatroPe All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +URL: https://scikit-criteria.quatrope.org/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/ab/f52cc7cca851a71c4305e8ef31fdfbc77a987b2e71fd1039ee45400c1255/scikit-criteria-0.8.3.tar.gz +BuildArch: noarch + +Requires: python3-numpy +Requires: python3-pandas +Requires: python3-scipy +Requires: python3-jinja2 +Requires: python3-custom-inherit +Requires: python3-seaborn +Requires: python3-pulp +Requires: python3-Deprecated +Requires: python3-scikit-learn +Requires: python3-matplotlib +Requires: python3-importlib-metadata + +%description +# Scikit-Criteria + + + +**Multiple-criteria decision analysis** + +<!-- BODY --> + +[](https://quatrope.github.io/) +[](https://github.com/quatrope/scikit-criteria/actions/workflows/CI.yml) +[](http://scikit-criteria.readthedocs.io) +[](https://pypi.org/project/scikit-criteria/) +[](https://pypistats.org/packages/scikit-criteria) +[](https://anaconda.org/conda-forge/scikit-criteria) + +[](https://www.tldrlegal.com/l/bsd3) +[](https://badge.fury.io/py/scikit-criteria) + + + +**Scikit-Criteria** is a collection of Multiple-criteria decision +analysis ([MCDA](https://en.wikipedia.org/wiki/Multiple-criteria_decision_analysis)) +methods integrated into scientific python stack. Is Open source and commercially usable. + +## Help & discussion mailing list + +Our Google Groups mailing list is [here](https://groups.google.com/forum/#!forum/scikit-criteria). + +**You can contact me at:** <jbcabral@unc.edu.ar> (if you have a support +question, try the mailing list first) + +## Code Repository & Issues + +<https://github.com/quatrope/scikit-criteria> + +## License + +Scikit-Criteria is under +[The 3-Clause BSD License](https://raw.githubusercontent.com/quatrope/scikit-criteria/master/LICENSE.txt) + +This license allows unlimited redistribution for any purpose as long as +its copyright notices and the license's disclaimers of warranty are +maintained. + +## Citation + +If you are using Scikit-Criteria in your research, please cite: + +If you use scikit-criteria in a scientific publication, we would +appreciate citations to the following paper: + +> Cabral, Juan B., Nadia Ayelen Luczywo, and José Luis Zanazzi 2016 +> Scikit-Criteria: Colección de Métodos de Análisis Multi-Criterio +> Integrado Al Stack Científico de Python. In XLV Jornadas Argentinas de +> Informática E Investigación Operativa (45JAIIO)-XIV Simposio Argentino +> de Investigación Operativa (SIO) (Buenos Aires, 2016) Pp. 59-66. +> <http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf>. + +Bibtex entry: + + +```bibtex + @inproceedings{scikit-criteria, + author={ + Juan B Cabral and Nadia Ayelen Luczywo and Jos\'{e} Luis Zanazzi}, + title={ + Scikit-Criteria: Colecci\'{o}n de m\'{e}todos de an\'{a}lisis + multi-criterio integrado al stack cient\'{i}fico de {P}ython}, + booktitle = { + XLV Jornadas Argentinas de Inform{\'a}tica + e Investigaci{\'o}n Operativa (45JAIIO)- + XIV Simposio Argentino de Investigaci\'{o}n Operativa (SIO) + (Buenos Aires, 2016)}, + year={2016}, + pages = {59--66}, + url={http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf} + } +``` + +**Full Publication:** http://sedici.unlp.edu.ar/handle/10915/58577 + + +%package -n python3-scikit-criteria +Summary: Scikit-Criteria is a collections of algorithms, methods and techniques for multiple-criteria decision analysis. +Provides: python-scikit-criteria +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-scikit-criteria +# Scikit-Criteria + + + +**Multiple-criteria decision analysis** + +<!-- BODY --> + +[](https://quatrope.github.io/) +[](https://github.com/quatrope/scikit-criteria/actions/workflows/CI.yml) +[](http://scikit-criteria.readthedocs.io) +[](https://pypi.org/project/scikit-criteria/) +[](https://pypistats.org/packages/scikit-criteria) +[](https://anaconda.org/conda-forge/scikit-criteria) + +[](https://www.tldrlegal.com/l/bsd3) +[](https://badge.fury.io/py/scikit-criteria) + + + +**Scikit-Criteria** is a collection of Multiple-criteria decision +analysis ([MCDA](https://en.wikipedia.org/wiki/Multiple-criteria_decision_analysis)) +methods integrated into scientific python stack. Is Open source and commercially usable. + +## Help & discussion mailing list + +Our Google Groups mailing list is [here](https://groups.google.com/forum/#!forum/scikit-criteria). + +**You can contact me at:** <jbcabral@unc.edu.ar> (if you have a support +question, try the mailing list first) + +## Code Repository & Issues + +<https://github.com/quatrope/scikit-criteria> + +## License + +Scikit-Criteria is under +[The 3-Clause BSD License](https://raw.githubusercontent.com/quatrope/scikit-criteria/master/LICENSE.txt) + +This license allows unlimited redistribution for any purpose as long as +its copyright notices and the license's disclaimers of warranty are +maintained. + +## Citation + +If you are using Scikit-Criteria in your research, please cite: + +If you use scikit-criteria in a scientific publication, we would +appreciate citations to the following paper: + +> Cabral, Juan B., Nadia Ayelen Luczywo, and José Luis Zanazzi 2016 +> Scikit-Criteria: Colección de Métodos de Análisis Multi-Criterio +> Integrado Al Stack Científico de Python. In XLV Jornadas Argentinas de +> Informática E Investigación Operativa (45JAIIO)-XIV Simposio Argentino +> de Investigación Operativa (SIO) (Buenos Aires, 2016) Pp. 59-66. +> <http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf>. + +Bibtex entry: + + +```bibtex + @inproceedings{scikit-criteria, + author={ + Juan B Cabral and Nadia Ayelen Luczywo and Jos\'{e} Luis Zanazzi}, + title={ + Scikit-Criteria: Colecci\'{o}n de m\'{e}todos de an\'{a}lisis + multi-criterio integrado al stack cient\'{i}fico de {P}ython}, + booktitle = { + XLV Jornadas Argentinas de Inform{\'a}tica + e Investigaci{\'o}n Operativa (45JAIIO)- + XIV Simposio Argentino de Investigaci\'{o}n Operativa (SIO) + (Buenos Aires, 2016)}, + year={2016}, + pages = {59--66}, + url={http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf} + } +``` + +**Full Publication:** http://sedici.unlp.edu.ar/handle/10915/58577 + + +%package help +Summary: Development documents and examples for scikit-criteria +Provides: python3-scikit-criteria-doc +%description help +# Scikit-Criteria + + + +**Multiple-criteria decision analysis** + +<!-- BODY --> + +[](https://quatrope.github.io/) +[](https://github.com/quatrope/scikit-criteria/actions/workflows/CI.yml) +[](http://scikit-criteria.readthedocs.io) +[](https://pypi.org/project/scikit-criteria/) +[](https://pypistats.org/packages/scikit-criteria) +[](https://anaconda.org/conda-forge/scikit-criteria) + +[](https://www.tldrlegal.com/l/bsd3) +[](https://badge.fury.io/py/scikit-criteria) + + + +**Scikit-Criteria** is a collection of Multiple-criteria decision +analysis ([MCDA](https://en.wikipedia.org/wiki/Multiple-criteria_decision_analysis)) +methods integrated into scientific python stack. Is Open source and commercially usable. + +## Help & discussion mailing list + +Our Google Groups mailing list is [here](https://groups.google.com/forum/#!forum/scikit-criteria). + +**You can contact me at:** <jbcabral@unc.edu.ar> (if you have a support +question, try the mailing list first) + +## Code Repository & Issues + +<https://github.com/quatrope/scikit-criteria> + +## License + +Scikit-Criteria is under +[The 3-Clause BSD License](https://raw.githubusercontent.com/quatrope/scikit-criteria/master/LICENSE.txt) + +This license allows unlimited redistribution for any purpose as long as +its copyright notices and the license's disclaimers of warranty are +maintained. + +## Citation + +If you are using Scikit-Criteria in your research, please cite: + +If you use scikit-criteria in a scientific publication, we would +appreciate citations to the following paper: + +> Cabral, Juan B., Nadia Ayelen Luczywo, and José Luis Zanazzi 2016 +> Scikit-Criteria: Colección de Métodos de Análisis Multi-Criterio +> Integrado Al Stack Científico de Python. In XLV Jornadas Argentinas de +> Informática E Investigación Operativa (45JAIIO)-XIV Simposio Argentino +> de Investigación Operativa (SIO) (Buenos Aires, 2016) Pp. 59-66. +> <http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf>. + +Bibtex entry: + + +```bibtex + @inproceedings{scikit-criteria, + author={ + Juan B Cabral and Nadia Ayelen Luczywo and Jos\'{e} Luis Zanazzi}, + title={ + Scikit-Criteria: Colecci\'{o}n de m\'{e}todos de an\'{a}lisis + multi-criterio integrado al stack cient\'{i}fico de {P}ython}, + booktitle = { + XLV Jornadas Argentinas de Inform{\'a}tica + e Investigaci{\'o}n Operativa (45JAIIO)- + XIV Simposio Argentino de Investigaci\'{o}n Operativa (SIO) + (Buenos Aires, 2016)}, + year={2016}, + pages = {59--66}, + url={http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf} + } +``` + +**Full Publication:** http://sedici.unlp.edu.ar/handle/10915/58577 + + +%prep +%autosetup -n scikit-criteria-0.8.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-scikit-criteria -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.3-1 +- Package Spec generated @@ -0,0 +1 @@ +219934af1c3717cb8f730b68b81fe500 scikit-criteria-0.8.3.tar.gz |