diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:30:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:30:22 +0000 |
commit | 1cfe5c243dbc89aa0c49b8233573d5b9a90a7a2c (patch) | |
tree | 884b66e4edb10d09a5c1acc44232f15360b2cbd9 /python-pomegranate.spec | |
parent | 4b7363a5b0980117c73ea37abd95dab1afb76a8f (diff) |
automatic import of python-pomegranateopeneuler20.03
Diffstat (limited to 'python-pomegranate.spec')
-rw-r--r-- | python-pomegranate.spec | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/python-pomegranate.spec b/python-pomegranate.spec index c076149..51206e2 100644 --- a/python-pomegranate.spec +++ b/python-pomegranate.spec @@ -1,33 +1,29 @@ %global _empty_manifest_terminate_build 0 Name: python-pomegranate -Version: 0.14.8 +Version: 1.0.0 Release: 1 -Summary: Pomegranate is a graphical models library for Python, implemented in Cython for speed. -License: MIT -URL: http://pypi.python.org/pypi/pomegranate/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f8/29/0e3433b4657ea582e2d4c12dc3f27ba0fe1d9b45eebedfb475ed16d3d193/pomegranate-0.14.8.tar.gz +Summary: A PyTorch implementation of probabilistic models. +License: LICENSE.txt +URL: https://github.com/jmschrei/torchegranate +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8c/5f/5561bda6c4d44d2bb9006f2f7b389f29907c5405dfbebd40f87cbcec7a7d/pomegranate-1.0.0.tar.gz +BuildArch: noarch Requires: python3-numpy -Requires: python3-joblib -Requires: python3-networkx Requires: python3-scipy -Requires: python3-pyyaml -Requires: python3-cupy -Requires: python3-pygraphviz -Requires: python3-matplotlib +Requires: python3-scikit-learn +Requires: python3-torch +Requires: python3-apricot-select +Requires: python3-networkx %description %package -n python3-pomegranate -Summary: Pomegranate is a graphical models library for Python, implemented in Cython for speed. +Summary: A PyTorch implementation of probabilistic models. Provides: python-pomegranate BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip -BuildRequires: python3-cffi -BuildRequires: gcc -BuildRequires: gdb %description -n python3-pomegranate @@ -38,7 +34,7 @@ Provides: python3-pomegranate-doc %prep -%autosetup -n pomegranate-0.14.8 +%autosetup -n pomegranate-1.0.0 %build %py3_build @@ -72,11 +68,11 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-pomegranate -f filelist.lst -%dir %{python3_sitearch}/* +%dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.14.8-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1 - Package Spec generated |