-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpython-dulwich.spec
More file actions
31 lines (26 loc) · 946 Bytes
/
python-dulwich.spec
File metadata and controls
31 lines (26 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%undefine _debugsource_template
%define module dulwich
Name: python-dulwich
Version: 1.2.6
Release: 1
Summary: Pure-Python Git implementation
Group: Development/Python
License: Apache-2.0 OR GPL-2.0-or-later
URL: https://github.com/dulwich/dulwich
Source0: https://files.pythonhosted.org/packages/source/d/%{module}/%{module}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildSystem: python
BuildRequires: pkgconfig(python)
BuildRequires: python%{pyver}dist(pip)
BuildRequires: python%{pyver}dist(setuptools)
BuildRequires: python%{pyver}dist(setuptools-rust)
BuildRequires: python%{pyver}dist(wheel)
%description
This is the Dulwich project.
It aims to provide an interface to git repos (both local and remote) that
doesn't call out to git directly but instead uses pure Python.
%files
%{_bindir}/dul-receive-pack
%{_bindir}/dul-upload-pack
%{_bindir}/dulwich
%{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}-%{version}.dist-info