summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 05:30:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 05:30:22 +0000
commit1cfe5c243dbc89aa0c49b8233573d5b9a90a7a2c (patch)
tree884b66e4edb10d09a5c1acc44232f15360b2cbd9
parent4b7363a5b0980117c73ea37abd95dab1afb76a8f (diff)
automatic import of python-pomegranateopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pomegranate.spec32
-rw-r--r--sources2
3 files changed, 16 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index 6bc5a6d..0e9271e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pomegranate-0.14.8.tar.gz
+/pomegranate-1.0.0.tar.gz
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
diff --git a/sources b/sources
index 7f073f7..855f354 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0dd0bd892f0a7a6e978b5da018d5619 pomegranate-0.14.8.tar.gz
+bcb411a855e9bfc2be097837fe3194f9 pomegranate-1.0.0.tar.gz