9735860
Name:           legofy
9735860
Version:        1.0.0
2e79731
Release:        %autorelease
7a594dc
Summary:        Make images look as if they are made out of 1x1 LEGO blocks
9735860
9735860
License:        MIT
9735860
URL:            https://github.com/JuanPotato/Legofy
9735860
Source0:        https://pypi.python.org/packages/source/l/%{name}/%{name}-%{version}.tar.gz
9735860
Source1:        %{name}.1
9735860
Patch1:         legofy-format.patch
9735860
9735860
BuildArch:      noarch
9735860
BuildRequires:  python3-devel
0109169
BuildRequires:  python3-setuptools
9735860
Requires:       python3-click
9735860
Requires:       python3-pillow
9735860
9735860
%description
7a594dc
Legofy is a python program that takes a static image or gif and makes
7a594dc
it so that it looks as if it was built out of LEGO.
9735860
9735860
9735860
%prep
9735860
%autosetup
9735860
9735860
9735860
%build
9735860
%py3_build
9735860
9735860
%install
9735860
%py3_install
9735860
install -pDm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/legofy.1
9735860
9735860
9735860
%files
9735860
%{python3_sitelib}/*
9735860
%{_bindir}/*
9735860
%{_mandir}/man1/*
9735860
%doc README.md
9735860
%license LICENSE
9735860
9735860
%changelog
2e79731
%autochangelog