matrix-common not matrix_common
This commit is contained in:
parent
e4d8704e48
commit
172f79d8dc
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by pyp2rpm-3.3.7
|
||||
%global pypi_name matrix_common
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Name: python-matrix-common
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Common utilities for Synapse, Sydent and Sygnal
|
||||
|
@ -22,12 +22,12 @@ To run the unit tests, you can either use:tox -e pyortrial tests To run the
|
|||
linters and mypy type checker, use ./scripts-dev/lint.sh. ReleasingThe exact
|
||||
steps for releasing will...
|
||||
|
||||
%package -n python3-%{pypi_name}
|
||||
%package -n python3-matrix-common
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
%{?python_provide:%python_provide python3-matrix-common}
|
||||
|
||||
Requires: python3dist(attrs)
|
||||
%description -n python3-%{pypi_name}
|
||||
%description -n python3-matrix-common
|
||||
matrix-python-commonCommon utilities for Synapse, Sydent and Sygnal.
|
||||
Installationshell pip install matrix-common Usageimport matrix_common
|
||||
DevelopmentIn a virtual environment with pip ≥ 21.1, runpip install -e .[dev]
|
||||
|
@ -49,7 +49,7 @@ steps for releasing will...
|
|||
%pyproject_install
|
||||
%pyproject_save_files matrix_common
|
||||
|
||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||
%files -n python3-matrix-common -f %{pyproject_files}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
|
|
Loading…
Reference in a new issue