summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-10 06:57:34 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-10 06:57:34 +0000
commit12d49647585083fd8641fd396285533278677c03 (patch)
tree312e3c195fe67965e3c83d184314ba8edf1ff47d
parent40e06b1bcb6e48f29e5f471301cbc79b63f6cee0 (diff)
automatic import of python-dynetx
-rw-r--r--.gitignore1
-rw-r--r--python-dynetx.spec203
-rw-r--r--sources1
3 files changed, 205 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..94f4742 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dynetx-0.3.1.tar.gz
diff --git a/python-dynetx.spec b/python-dynetx.spec
new file mode 100644
index 0000000..fa1dd6f
--- /dev/null
+++ b/python-dynetx.spec
@@ -0,0 +1,203 @@
+%global _empty_manifest_terminate_build 0
+Name: python-dynetx
+Version: 0.3.1
+Release: 1
+Summary: Dynamic Network library
+License: BSD-Clause-2
+URL: https://github.com/GiulioRossetti/dynetx
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/28/25148b7c978f24640b42168246b9c7c8a2c3fbfcf2e72ec5bac29728e17c/dynetx-0.3.1.tar.gz
+BuildArch: noarch
+
+Requires: python3-numpy
+Requires: python3-future
+Requires: python3-tqdm
+Requires: python3-networkx
+Requires: python3-decorator
+
+%description
+# DyNetx - Dynamic Network analysis library
+[![Test and Coverage (Ubuntu)](https://github.com/GiulioRossetti/dynetx/actions/workflows/test_ubuntu.yml/badge.svg)](https://github.com/GiulioRossetti/dynetx/actions/workflows/test_ubuntu.yml)
+[![codecov](https://codecov.io/gh/GiulioRossetti/dynetx/branch/master/graph/badge.svg?token=ILcIwMJDpm)](https://codecov.io/gh/GiulioRossetti/dynetx)
+[![Documentation Status](https://readthedocs.org/projects/dynetx/badge/?version=latest)](http://dynetx.readthedocs.io/en/latest/?badge=latest)
+[![pyversions](https://img.shields.io/pypi/pyversions/dynetx.svg)](https://badge.fury.io/py/dynetx)
+[![PyPI version](https://badge.fury.io/py/dynetx.svg)](https://badge.fury.io/py/dynetx)
+[![Updates](https://pyup.io/repos/github/GiulioRossetti/dynetx/shield.svg)](https://pyup.io/repos/github/GiulioRossetti/dynetx/)
+[![Downloads](https://pepy.tech/badge/dynetx)](https://pepy.tech/project/dynetx)
+[![Downloads](https://pepy.tech/badge/dynetx/month)](https://pepy.tech/project/dynetx)
+[![DOI](https://zenodo.org/badge/98746676.svg)](https://zenodo.org/badge/latestdoi/98746676)
+[![SBD++](https://img.shields.io/badge/Available%20on-SoBigData%2B%2B-green)](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853)
+
+![DyNetx logo](http://dynetx.readthedocs.io/en/latest/_static/dynetx.png)
+
+
+DyNetx provides implementations of dynamic networks in python (it is built upon [networkx](http://networkx.github.io)).
+
+The project documentation can be found on [ReadTheDocs](http://dynetx.readthedocs.io).
+
+If you would like to test ``DyNetx`` functionalities withouth installing anything on your machine consider using the preconfigured Jupyter Hub instances offered by [SoBigData++](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853).
+
+
+## Citation
+
+> Rossetti, G. (2020) DyNetx: dynamic network analysis library, v0.2.1, Zenodo, doi: 10.5281/zenodo.3953119
+
+
+## Installation
+
+In order to install the library use pip:
+```bash
+pip install dynetx
+```
+
+or conda:
+
+```bash
+conda install -c giuliorossetti dynetx
+```
+
+
+
+
+
+%package -n python3-dynetx
+Summary: Dynamic Network library
+Provides: python-dynetx
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-dynetx
+# DyNetx - Dynamic Network analysis library
+[![Test and Coverage (Ubuntu)](https://github.com/GiulioRossetti/dynetx/actions/workflows/test_ubuntu.yml/badge.svg)](https://github.com/GiulioRossetti/dynetx/actions/workflows/test_ubuntu.yml)
+[![codecov](https://codecov.io/gh/GiulioRossetti/dynetx/branch/master/graph/badge.svg?token=ILcIwMJDpm)](https://codecov.io/gh/GiulioRossetti/dynetx)
+[![Documentation Status](https://readthedocs.org/projects/dynetx/badge/?version=latest)](http://dynetx.readthedocs.io/en/latest/?badge=latest)
+[![pyversions](https://img.shields.io/pypi/pyversions/dynetx.svg)](https://badge.fury.io/py/dynetx)
+[![PyPI version](https://badge.fury.io/py/dynetx.svg)](https://badge.fury.io/py/dynetx)
+[![Updates](https://pyup.io/repos/github/GiulioRossetti/dynetx/shield.svg)](https://pyup.io/repos/github/GiulioRossetti/dynetx/)
+[![Downloads](https://pepy.tech/badge/dynetx)](https://pepy.tech/project/dynetx)
+[![Downloads](https://pepy.tech/badge/dynetx/month)](https://pepy.tech/project/dynetx)
+[![DOI](https://zenodo.org/badge/98746676.svg)](https://zenodo.org/badge/latestdoi/98746676)
+[![SBD++](https://img.shields.io/badge/Available%20on-SoBigData%2B%2B-green)](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853)
+
+![DyNetx logo](http://dynetx.readthedocs.io/en/latest/_static/dynetx.png)
+
+
+DyNetx provides implementations of dynamic networks in python (it is built upon [networkx](http://networkx.github.io)).
+
+The project documentation can be found on [ReadTheDocs](http://dynetx.readthedocs.io).
+
+If you would like to test ``DyNetx`` functionalities withouth installing anything on your machine consider using the preconfigured Jupyter Hub instances offered by [SoBigData++](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853).
+
+
+## Citation
+
+> Rossetti, G. (2020) DyNetx: dynamic network analysis library, v0.2.1, Zenodo, doi: 10.5281/zenodo.3953119
+
+
+## Installation
+
+In order to install the library use pip:
+```bash
+pip install dynetx
+```
+
+or conda:
+
+```bash
+conda install -c giuliorossetti dynetx
+```
+
+
+
+
+
+%package help
+Summary: Development documents and examples for dynetx
+Provides: python3-dynetx-doc
+%description help
+# DyNetx - Dynamic Network analysis library
+[![Test and Coverage (Ubuntu)](https://github.com/GiulioRossetti/dynetx/actions/workflows/test_ubuntu.yml/badge.svg)](https://github.com/GiulioRossetti/dynetx/actions/workflows/test_ubuntu.yml)
+[![codecov](https://codecov.io/gh/GiulioRossetti/dynetx/branch/master/graph/badge.svg?token=ILcIwMJDpm)](https://codecov.io/gh/GiulioRossetti/dynetx)
+[![Documentation Status](https://readthedocs.org/projects/dynetx/badge/?version=latest)](http://dynetx.readthedocs.io/en/latest/?badge=latest)
+[![pyversions](https://img.shields.io/pypi/pyversions/dynetx.svg)](https://badge.fury.io/py/dynetx)
+[![PyPI version](https://badge.fury.io/py/dynetx.svg)](https://badge.fury.io/py/dynetx)
+[![Updates](https://pyup.io/repos/github/GiulioRossetti/dynetx/shield.svg)](https://pyup.io/repos/github/GiulioRossetti/dynetx/)
+[![Downloads](https://pepy.tech/badge/dynetx)](https://pepy.tech/project/dynetx)
+[![Downloads](https://pepy.tech/badge/dynetx/month)](https://pepy.tech/project/dynetx)
+[![DOI](https://zenodo.org/badge/98746676.svg)](https://zenodo.org/badge/latestdoi/98746676)
+[![SBD++](https://img.shields.io/badge/Available%20on-SoBigData%2B%2B-green)](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853)
+
+![DyNetx logo](http://dynetx.readthedocs.io/en/latest/_static/dynetx.png)
+
+
+DyNetx provides implementations of dynamic networks in python (it is built upon [networkx](http://networkx.github.io)).
+
+The project documentation can be found on [ReadTheDocs](http://dynetx.readthedocs.io).
+
+If you would like to test ``DyNetx`` functionalities withouth installing anything on your machine consider using the preconfigured Jupyter Hub instances offered by [SoBigData++](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853).
+
+
+## Citation
+
+> Rossetti, G. (2020) DyNetx: dynamic network analysis library, v0.2.1, Zenodo, doi: 10.5281/zenodo.3953119
+
+
+## Installation
+
+In order to install the library use pip:
+```bash
+pip install dynetx
+```
+
+or conda:
+
+```bash
+conda install -c giuliorossetti dynetx
+```
+
+
+
+
+
+%prep
+%autosetup -n dynetx-0.3.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-dynetx -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..161de0c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+86eb7b7c91bfd73a5e0d340e6214e82c dynetx-0.3.1.tar.gz