]> git.pld-linux.org Git - packages/python3-ducktype.git/blob - python3-ducktype.spec
rebuild with python 3.10
[packages/python3-ducktype.git] / python3-ducktype.spec
1 Summary:        Parse Ducktype files and convert them to Mallard
2 Summary(pl.UTF-8):      Analiza plików Ducktype i konwersja do formatu Mallard
3 Name:           python3-ducktype
4 Version:        0.1
5 Release:        8
6 License:        MIT
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/duck/
9 Source0:        https://files.pythonhosted.org/packages/source/d/duck/duck-%{version}.tar.gz
10 # Source0-md5:  057200b029695f44fd4c518d7f0cd385
11 URL:            https://pypi.org/project/duck/
12 BuildRequires:  python3 >= 1:3.2
13 BuildRequires:  python3-setuptools
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.714
16 Requires:       python3-modules >= 1:3.2
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Parse Ducktype files and convert them to Mallard.
22
23 %description -l pl.UTF-8
24 Analiza plików Ducktype i konwersja do formatu Mallard.
25
26 %prep
27 %setup -q -n duck-%{version}
28
29 %build
30 %py3_build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %py3_install
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/ducktype
43 %{py3_sitescriptdir}/ducktype
44 %{py3_sitescriptdir}/duck-%{version}-py*.egg-info
This page took 0.082931 seconds and 3 git commands to generate.