From 76ffd542d89edb4d4d5397a775888bf3f93c37ef Mon Sep 17 00:00:00 2001 From: Dhanesh B. Sabane Date: Jun 11 2018 04:36:41 +0000 Subject: Initial import (#1588909) --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e26e50 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/blindspin-2.0.1.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 3fbbde2..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python-blindspin - -The python-blindspin package \ No newline at end of file diff --git a/python-blindspin.spec b/python-blindspin.spec new file mode 100644 index 0000000..43ea2f1 --- /dev/null +++ b/python-blindspin.spec @@ -0,0 +1,50 @@ +%global srcname blindspin + +%global _description\ +Spinner class to show a simple spinner where a progress bar is not a\ +feasible option. + +Name: python-%{srcname} +Version: 2.0.1 +Release: 1%{?dist} +Summary: Braille Spinner for Click + +License: MIT +URL: https://github.com/kennethreitz/blindspin +Source0: https://files.pythonhosted.org/packages/source/b/%{srcname}/%{srcname}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) + +%description %_description + +%package -n python3-%{srcname} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{srcname}} + +Requires: python3dist(click) +Requires: python3dist(pytest) +Requires: python3dist(six) + +%description -n python3-%{srcname} %_description + +%prep +%autosetup -n %{srcname}-%{version} +# Remove bundled egg-info +rm -rf %{srcname}.egg-info + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{srcname} +%doc README.rst +%{python3_sitelib}/%{srcname} +%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info + +%changelog +* Fri Jun 08 2018 Dhanesh B. Sabane - 2.0.1-1 +- Initial package. diff --git a/sources b/sources new file mode 100644 index 0000000..0fe8bf4 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (blindspin-2.0.1.tar.gz) = 8b133216ad02148dfd21932bdce7c65a7299db53c855ac0f59a74edea012acf13ef9c9c506db2258815d10fc9dde44414858c2e36c461786ee9267fb1d2dd7f1