forked from pool/python-whichcraft
Accepting request 582347 from home:jengelh:branches:devel:languages:python
- Compact description. trim the 1st-person perspective and focus on just the package OBS-URL: https://build.opensuse.org/request/show/582347 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whichcraft?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
e744665d9c
commit
ce28d5decd
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 4 10:46:17 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Compact description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 11 18:58:13 UTC 2017 - toddrme2178@gmail.com
|
Mon Sep 11 18:58:13 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-whichcraft
|
# spec file for package python-whichcraft
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
Name: python-whichcraft
|
Name: python-whichcraft
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cross-platform cross-python shutil.which functionality
|
Summary: Cross-python shutil.which functionality
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/pydanny/whichcraft
|
Url: https://github.com/pydanny/whichcraft
|
||||||
@@ -38,10 +38,10 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a shim of the ``shutil.which`` function that's designed to work across
|
This is a shim for the "shutil.which" function designed to work
|
||||||
multiple versions of Python and inside of windows. The code for Python 2.x is
|
across multiple versions of Python and inside of windows, and
|
||||||
based on Python 3 code that I extracted from source. I originally did this for
|
originally done for Cookiecutter. The code for Python 2.x is based on
|
||||||
Cookiecutter_ but pulled it out in order to reduce line count for that project.
|
Python 3 code that was extracted from source.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n whichcraft-%{version}
|
%setup -q -n whichcraft-%{version}
|
||||||
|
|||||||
Reference in New Issue
Block a user