8065521
%global _description %{expand:
8065521
Tool for analysis of electrophysiology in Python.
8065521
8065521
This package was originally developed by Mike Vella. This has been updated by
8065521
Padraig Gleeson and others (and moved to NeuralEnsemble) to continue
8065521
development of pyelectro and Neurotune for use in OpenWorm, Open Source Brain
8065521
and other projects.}
8065521
34d33e1
Name:           python-pyelectro
eeab77a
Version:        0.2.4
34d33e1
Release:        %autorelease
8065521
Summary:        A library for analysis of electrophysiological data
8065521
8065521
License:        BSD
34d33e1
URL:            https://github.com/NeuralEnsemble/pyelectro
34d33e1
Source0:        %{url}/archive/v%{version}/pyelectro-%{version}.tar.gz
8065521
8065521
BuildArch:      noarch
8065521
8065521
%description %_description
8065521
34d33e1
%package -n python3-pyelectro
8065521
Summary:        %{summary}
8065521
BuildRequires:  python3-devel
8065521
34d33e1
%description -n python3-pyelectro %_description
8065521
8065521
%package doc
8065521
Summary:        %{summary}
8065521
8065521
%description doc
8065521
Documentation for %{name}.
8065521
8065521
%prep
34d33e1
%autosetup -n pyelectro-%{version}
8065521
34d33e1
%generate_buildrequires
969a8b4
%pyproject_buildrequires -r requirements-dev.txt
34d33e1
8065521
%build
34d33e1
%pyproject_wheel
8065521
8065521
%install
34d33e1
%pyproject_install
34d33e1
%pyproject_save_files pyelectro
8065521
8065521
%check
34d33e1
%{pytest}
8065521
34d33e1
%files -n python3-pyelectro -f %{pyproject_files}
8065521
%doc README.md
8065521
8065521
%files doc
78fa67c
%license LICENSE
969a8b4
%doc examples
8065521
8065521
%changelog
34d33e1
%autochangelog