blob: 7938dfd8d19d2827314a2d4ce4d028046b6e15b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = python-findpeaks
pkgdesc = Detection of peaks and valleys in vectors and images
pkgver = 2.6.5
pkgrel = 1
url = https://erdogant.github.io/findpeaks/
arch = any
license = MIT
checkdepends = python-opencv
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-caerus
depends = python-joblib
depends = python-matplotlib
depends = python-numpy
depends = python-pandas
depends = python-requests
depends = python-scipy
depends = python-tqdm
depends = python-xarray
optdepends = python-opencv: for working with images and loading examples
optdepends = python-tabulate: to run example scripts
source = https://files.pythonhosted.org/packages/source/f/findpeaks/findpeaks-2.6.5.tar.gz
source = https://erdogant.github.io/datasets/2dpeaks.zip
source = https://erdogant.github.io/datasets/2dpeaks_image.png
source = change_opencv_message.patch
source = include_example_datasets.patch
sha256sums = 2a83a7b9753c59347c2290474f977684abd4df82f465917de12ef053d82b3e54
sha256sums = cde41d4a434c2c8d0f7273283796e9d5ed621f6877556cc2504b271e6fe6b329
sha256sums = ea0f10f39f73363fe5e41b6bac51b33b13213fc1770d510ac29d3dbac661e474
sha256sums = a1a2c8894ce3d4246c37f6582278d5fe9bacc621e862795e8e171b5c40cc2d55
sha256sums = be8c49d4c8336151694c7ef03b33341d7754d6d43dd9d57f5f6b9b3fa6a48fe5
pkgname = python-findpeaks
|