forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git clean -xdf git submodule sync git submodule update --init tar zcvf ../python-scikit-learn_1.4.1+post1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-scikit-learn.spec ../python-scikit-learn_1.4.1+post1-1.spec cp ../python*-scikit-learn*1.4.1+post1*.{gz,xz,spec,dsc} /osc/home\:alvistack/scikit-learn-scikit-learn-1.4.1+post1/ rm -rf ../python*-scikit-learn*1.4.1+post1*.* ../python*-sklearn*1.4.1+post1*.* See scikit-learn#28530 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
- Loading branch information
Showing
13 changed files
with
227 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,3 +106,5 @@ sklearn/neighbors/_kd_tree.pyx | |
|
||
# Default JupyterLite content | ||
jupyterlite_contents | ||
|
||
.pybuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*.substvars | ||
*debhelper* | ||
.debhelper | ||
files | ||
python3-sklearn | ||
python3-sklearn-lib | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
python-scikit-learn (100:1.4.1+post1-1) UNRELEASED; urgency=medium | ||
|
||
* https://github.com/scikit-learn/scikit-learn/releases/tag/1.4.1.post1 | ||
|
||
-- Wong Hoi Sing Edison <[email protected]> Fri, 16 Feb 2024 23:21:47 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Source: python-scikit-learn | ||
Section: python | ||
Priority: optional | ||
Standards-Version: 4.5.0 | ||
Maintainer: Wong Hoi Sing Edison <[email protected]> | ||
Homepage: https://github.com/scikit-learn/scikit-learn/tags | ||
Vcs-Browser: https://github.com/alvistack/scikit-learn-scikit-learn | ||
Vcs-Git: https://github.com/alvistack/scikit-learn-scikit-learn.git | ||
Build-Depends: | ||
debhelper, | ||
debhelper-compat (= 10), | ||
dh-python, | ||
cython3, | ||
fdupes, | ||
python3-dev, | ||
python3-joblib (>= 1.2.0), | ||
python3-numpy (>= 1.19.5), | ||
python3-scipy (>= 1.6.0), | ||
python3-setuptools, | ||
python3-threadpoolctl (>= 2.0.0), | ||
|
||
Package: python3-sklearn | ||
Architecture: amd64 | ||
Description: Python module for machine learning | ||
Scikit-learn is an open source machine learning library that supports | ||
supervised and unsupervised learning. It also provides various tools for | ||
model fitting, data preprocessing, model selection, model evaluation, | ||
and many other utilities. | ||
Depends: | ||
${misc:Depends}, | ||
${shlibs:Depends}, | ||
${python3:Depends}, | ||
python3, | ||
python3-joblib (>= 1.2.0), | ||
python3-numpy (>= 1.19.5), | ||
python3-scipy (>= 1.6.0), | ||
python3-sklearn-lib(>= ${source:Version}), | ||
python3-threadpoolctl (>= 2.0.0), | ||
|
||
Package: python3-sklearn-lib | ||
Architecture: amd64 | ||
Description: low-level implementations and bindings for scikit-learn - Python 3 | ||
This package contains the Python 3 version. | ||
Depends: | ||
${misc:Depends}, | ||
${shlibs:Depends}, | ||
${python3:Depends}, | ||
python3, | ||
python3-numpy (>= 1.19.5), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
|
||
Files: debian/* | ||
Copyright: 2024 Wong Hoi Sing Edison <[email protected]> | ||
License: Apache-2.0 | ||
|
||
License: Apache-2.0 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
. | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
. | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
. | ||
The complete text of the Apache version 2.0 license | ||
can be found in "/usr/share/common-licenses/Apache-2.0". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
usr/lib/python*/*-packages/*/*.so | ||
usr/lib/python*/*-packages/*/*/*.so | ||
usr/lib/python*/*-packages/*/*/*/*.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
python3-sklearn-lib: copyright-without-copyright-notice | ||
python3-sklearn-lib: initial-upload-closes-no-bugs | ||
python3-sklearn-lib: zero-byte-file-in-doc-directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
usr/lib/python*/*-packages/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
python3-sklearn: copyright-without-copyright-notice | ||
python3-sklearn: initial-upload-closes-no-bugs | ||
python3-sklearn: no-manual-page | ||
python3-sklearn: zero-byte-file-in-doc-directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/usr/bin/make -f | ||
|
||
SHELL := /bin/bash | ||
|
||
override_dh_auto_install: | ||
dh_auto_install --destdir=debian/tmp | ||
find debian/tmp/usr/lib/python*/*-packages -type f -name '*.pyc' -exec rm -rf {} \; | ||
fdupes -qnrps debian/tmp/usr/lib/python*/*-packages | ||
|
||
override_dh_install: | ||
dh_install | ||
find debian/python3-sklearn/usr/lib/python*/*-packages -type f -name '*.so' -exec rm -rf {} \; | ||
|
||
override_dh_auto_test: | ||
|
||
override_dh_auto_clean: | ||
|
||
%: | ||
dh $@ --buildsystem=pybuild --with python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
python-scikit-learn source: file-without-copyright-information | ||
python-scikit-learn source: no-debian-changes | ||
python-scikit-learn source: source-contains-prebuilt-windows-binary | ||
python-scikit-learn source: source-is-missing | ||
python-scikit-learn source: source-package-encodes-python-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
# Copyright 2024 Wong Hoi Sing Edison <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
%global debug_package %{nil} | ||
|
||
%global source_date_epoch_from_changelog 0 | ||
|
||
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects | ||
|
||
Name: python-scikit-learn | ||
Epoch: 100 | ||
Version: 1.4.1+post1 | ||
Release: 1%{?dist} | ||
Summary: Python module for machine learning | ||
License: BSD-3-Clause | ||
URL: https://github.com/scikit-learn/scikit-learn/tags | ||
Source0: %{name}_%{version}.orig.tar.gz | ||
BuildRequires: fdupes | ||
BuildRequires: gcc | ||
BuildRequires: gcc-c++ | ||
BuildRequires: python-rpm-macros | ||
BuildRequires: python3-Cython3 | ||
BuildRequires: python3-devel | ||
BuildRequires: python3-joblib >= 1.2.0 | ||
BuildRequires: python3-numpy >= 1.19.5 | ||
BuildRequires: python3-numpy-f2py >= 1.19.5 | ||
BuildRequires: python3-scipy >= 1.6.0 | ||
BuildRequires: python3-setuptools | ||
BuildRequires: python3-threadpoolctl >= 2.0.0 | ||
|
||
%description | ||
Scikit-learn is an open source machine learning library that supports | ||
supervised and unsupervised learning. It also provides various tools for | ||
model fitting, data preprocessing, model selection, model evaluation, | ||
and many other utilities. | ||
|
||
%prep | ||
%autosetup -T -c -n %{name}_%{version}-%{release} | ||
tar -zx -f %{S:0} --strip-components=1 -C . | ||
|
||
%build | ||
export CFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=incompatible-pointer-types" | ||
%py3_build | ||
|
||
%install | ||
%py3_install | ||
find %{buildroot}%{python3_sitearch} -type f -name '*.pyc' -exec rm -rf {} \; | ||
fdupes -qnrps %{buildroot}%{python3_sitearch} | ||
|
||
%check | ||
|
||
%if 0%{?suse_version} > 1500 | ||
%package -n python%{python3_version_nodots}-scikit-learn | ||
Summary: Python module for machine learning | ||
Requires: python3 | ||
Provides: python3-scikit-learn = %{epoch}:%{version}-%{release} | ||
Provides: python3dist(scikit-learn) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}-scikit-learn = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}dist(scikit-learn) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}-scikit-learn = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}dist(scikit-learn) = %{epoch}:%{version}-%{release} | ||
|
||
%description -n python%{python3_version_nodots}-scikit-learn | ||
Scikit-learn is an open source machine learning library that supports | ||
supervised and unsupervised learning. It also provides various tools for | ||
model fitting, data preprocessing, model selection, model evaluation, | ||
and many other utilities. | ||
|
||
%files -n python%{python3_version_nodots}-scikit-learn | ||
%license COPYING | ||
%{python3_sitearch}/* | ||
%endif | ||
|
||
%if !(0%{?suse_version} > 1500) | ||
%package -n python3-scikit-learn | ||
Summary: Python module for machine learning | ||
Requires: python3 | ||
Provides: python3-scikit-learn = %{epoch}:%{version}-%{release} | ||
Provides: python3dist(scikit-learn) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}-scikit-learn = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}dist(scikit-learn) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}-scikit-learn = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}dist(scikit-learn) = %{epoch}:%{version}-%{release} | ||
|
||
%description -n python3-scikit-learn | ||
Scikit-learn is an open source machine learning library that supports | ||
supervised and unsupervised learning. It also provides various tools for | ||
model fitting, data preprocessing, model selection, model evaluation, | ||
and many other utilities. | ||
|
||
%files -n python3-scikit-learn | ||
%license COPYING | ||
%{python3_sitearch}/* | ||
%endif | ||
|
||
%changelog |