diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2021-12-08 16:35:57 -0800 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2021-12-08 16:35:57 -0800 |
| commit | fa9a18f4bfc450dd74de28e619bede48a7e2d30d (patch) | |
| tree | 253b83e7218df0784db597e14e2405a85d7780ca /python | |
| parent | 15338c0d3f4c2872f274755363e9dd7870be9d24 (diff) | |
| download | specs-fa9a18f4bfc450dd74de28e619bede48a7e2d30d.tar.gz specs-fa9a18f4bfc450dd74de28e619bede48a7e2d30d.tar.xz specs-fa9a18f4bfc450dd74de28e619bede48a7e2d30d.zip | |
- python-django-mailman3
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'python')
| -rw-r--r-- | python/python-django-mailman3.spec | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/python/python-django-mailman3.spec b/python/python-django-mailman3.spec deleted file mode 100644 index c75576a..0000000 --- a/python/python-django-mailman3.spec +++ /dev/null @@ -1,61 +0,0 @@ -%global srcname django-mailman3 - -Name: python-%{srcname} -Version: 1.3.7 -Release: %autorelease -Summary: Django library to help interaction with Mailman -License: GPLv3+ -URL: https://gitlab.com/mailman/django-mailman3 -Source0: %{pypi_source %{srcname}} -Patch0: %{srcname}-localdeps.patch - -BuildArch: noarch - -BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: python%{python3_pkgversion}-setuptools - -%global _description %{expand: -This package contains libraries and templates for Django-based interfaces -interacting with Mailman. - -To use this application, add django_mailman3 to the INSTALLED_APPS list in your -Django server’s settings file.} - -%description %{_description} - - -%package -n python%{python3_pkgversion}-%{srcname} -Summary: %{summary} - -%description -n python%{python3_pkgversion}-%{srcname} %{_description} - - -%prep -%autosetup -p1 -n %{srcname}-%{version} - - -%generate_buildrequires -%pyproject_buildrequires -t - - -%build -%pyproject_wheel - - -%install -%pyproject_install -%pyproject_save_files django_mailman3 - - -%check -# Tests want to be run locally -PYTHONPATH=.:${PYTHONPATH} %tox - - -%files -n python%{python3_pkgversion}-%{srcname} -f %{pyproject_files} -%license COPYING.txt -%doc README.rst - - -%changelog -%autochangelog |
