Blame SPECS/python-binary-memcached.spec

rdobuilder e94584
%global module python-binary-memcached
rdobuilder e94584
%global srcname %{module}
rdobuilder e94584
rdobuilder e94584
rdobuilder e94584
Name:           %{module}
rdobuilder e94584
Version:        0.31.1
rdobuilder e94584
Release:        1%{?dist}
rdobuilder e94584
Summary:        Python module python-binary-memcached
rdobuilder e94584
rdobuilder e94584
License:        MIT
rdobuilder e94584
URL:            https://github.com/jaysonsantos/%{module}
rdobuilder e94584
Source:         https://github.com/jaysonsantos/%{module}/archive/refs/tags/v%{version}.tar.gz
rdobuilder e94584
rdobuilder e94584
BuildArch:      noarch
rdobuilder e94584
BuildRequires:  python3-devel
rdobuilder e94584
BuildRequires:  pyproject-rpm-macros
rdobuilder e94584
BuildRequires:  python3-m2r
rdobuilder e94584
BuildRequires:  python3-flake8
rdobuilder e94584
BuildRequires:  python3-pytest
rdobuilder e94584
BuildRequires:  python3-trustme
rdobuilder e94584
BuildRequires:  python3-pip
rdobuilder e94584
BuildRequires:  python3-wheel
rdobuilder e94584
BuildRequires:  python3-uhashring
rdobuilder e94584
BuildRequires:  memcached
rdobuilder e94584
rdobuilder e94584
%global _description %{expand:
rdobuilder e94584
A pure python module (thread safe) to access memcached via it’s binary with SASL auth support.}
rdobuilder e94584
rdobuilder e94584
%description %_description
rdobuilder e94584
rdobuilder e94584
%package -n python3-binary-memcached
rdobuilder e94584
Summary:        %{summary}
rdobuilder e94584
Requires:  memcached
rdobuilder e94584
rdobuilder e94584
%description -n python3-binary-memcached
rdobuilder e94584
%_description
rdobuilder e94584
rdobuilder e94584
%prep
rdobuilder e94584
%autosetup -p1 -n %{module}-%{version}
rdobuilder e94584
rdobuilder e94584
%build
rdobuilder e94584
%pyproject_wheel
rdobuilder e94584
rdobuilder e94584
%install
rdobuilder e94584
%pyproject_install
rdobuilder e94584
rdobuilder e94584
%pyproject_save_files bmemcached
rdobuilder e94584
rdobuilder e94584
%check
rdobuilder e94584
%pytest
rdobuilder e94584
rdobuilder e94584
rdobuilder e94584
%files -n python3-binary-memcached -f %{pyproject_files}
rdobuilder e94584
%doc README.rst
rdobuilder e94584
rdobuilder e94584
%changelog
rdobuilder e94584
* Tue Nov 22 2022 Alfredo Moralejo <amoralej@redhat.com> - 0.31.1-1
rdobuilder e94584
- Initial build with version 0.31.1
rdobuilder e94584