]> git.pld-linux.org Git - packages/python3-ducktype.git/blame - python3-ducktype.spec
rebuild with python 3.10
[packages/python3-ducktype.git] / python3-ducktype.spec
CommitLineData
e11c0658
JB
1Summary: Parse Ducktype files and convert them to Mallard
2Summary(pl.UTF-8): Analiza plików Ducktype i konwersja do formatu Mallard
3Name: python3-ducktype
4Version: 0.1
fd01c7fe 5Release: 8
e11c0658
JB
6License: MIT
7Group: Libraries/Python
5ac3b99f
JB
8#Source0Download: https://pypi.org/simple/duck/
9Source0: https://files.pythonhosted.org/packages/source/d/duck/duck-%{version}.tar.gz
e11c0658 10# Source0-md5: 057200b029695f44fd4c518d7f0cd385
5ac3b99f 11URL: https://pypi.org/project/duck/
6d5ba189 12BuildRequires: python3 >= 1:3.2
e11c0658 13BuildRequires: python3-setuptools
6d5ba189
JB
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.714
16Requires: python3-modules >= 1:3.2
e11c0658
JB
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Parse Ducktype files and convert them to Mallard.
22
23%description -l pl.UTF-8
24Analiza plików Ducktype i konwersja do formatu Mallard.
25
26%prep
27%setup -q -n duck-%{version}
28
29%build
87d99ceb 30%py3_build
e11c0658
JB
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
87d99ceb 35%py3_install
e11c0658
JB
36
37%clean
38rm -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.074903 seconds and 4 git commands to generate.