Accepting request 785247 from devel:languages:python
- Fix generating with new dephell OBS-URL: https://build.opensuse.org/request/show/785247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit-core?expand=0&rev=3
This commit is contained in:
commit
31952cfbd8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 15 10:01:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Fix generating with new dephell
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 18 23:33:33 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Wed Dec 18 23:33:33 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-flit-core
|
# spec file for package python-flit-core
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,6 @@ Version: 2.1.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Distribution-building parts of Flit
|
Summary: Distribution-building parts of Flit
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/takluyver/flit
|
URL: https://github.com/takluyver/flit
|
||||||
Source: https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@ -41,7 +40,7 @@ Flit is a simple way to put Python packages and modules on PyPI.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n flit_core-%{version}
|
%setup -q -n flit_core-%{version}
|
||||||
dephell convert --from-format pyproject --from-path pyproject.toml --to setup.py
|
dephell deps convert --from pyproject.toml --to setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user