17256d7
%global srcname hugo-academic-cli
21b19ba
17256d7
Name:           academic-admin
17256d7
Version:        0.8.1
799d99d
Release:        %autorelease
21b19ba
Summary:        Admin tool for the Academic website builder
21b19ba
21b19ba
License:        MIT
17256d7
URL:            https://github.com/wowchemy/%{srcname}
17256d7
Source0:        https://github.com/wowchemy/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
17256d7
Patch0:         academic-admin-0.8.1-dependencies.patch
21b19ba
21b19ba
BuildArch:      noarch
21b19ba
BuildRequires:  python3-devel
21b19ba
BuildRequires:  python3-setuptools
21b19ba
BuildRequires:  python3-toml
21b19ba
BuildRequires:  python3-requests
21b19ba
BuildRequires:  python3-bibtexparser
21b19ba
17256d7
Provides:       %srcname
17256d7
21b19ba
%description
21b19ba
An admin tool for the Academic website builder.
21b19ba
21b19ba
%prep
21b19ba
%autosetup -n %{srcname}-%{version} -p1
21b19ba
21b19ba
%build
21b19ba
%py3_build
21b19ba
21b19ba
%install
21b19ba
%py3_install
21b19ba
17256d7
%files -n academic-admin
21b19ba
%doc README.md
21b19ba
%license LICENSE.md
21b19ba
%{python3_sitelib}/academic-%{version}-py%{python3_version}.egg-info/
21b19ba
%{python3_sitelib}/academic/
21b19ba
%{_bindir}/*
21b19ba
21b19ba
%changelog
799d99d
%autochangelog