forked from pool/python-entrypoint2
Accepting request 125500 from devel:languages:python
Added changes from previous version (forwarded request 125484 from poorboywilly) OBS-URL: https://build.opensuse.org/request/show/125500 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-entrypoint2?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5523514e6343d34076aa746b9ba0e1415dd72bdcc4ec24ace945d4545490c669
|
||||
size 16565
|
||||
3
entrypoint2-0.0.6.tar.gz
Normal file
3
entrypoint2-0.0.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba72a243f2a45874ac6c762f1efa4999b75d4186e3ffed2d2ac6386709c3f8ee
|
||||
size 16458
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 15:21:26 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
- Update to 0.0.6. Upstream provides no changelog, but looking at the (4)
|
||||
commits on github since 0.0.5, I see these changes:
|
||||
* Update documentaiton
|
||||
* Support repeated arguments
|
||||
* Use PEP8 formatting
|
||||
- Add Requires entries for python-argparse and -decorator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 11:39:09 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-entrypoint2
|
||||
Version: 0.0.5
|
||||
Version: 0.0.6
|
||||
Release: 0
|
||||
Url: https://github.com/ponty/entrypoint2
|
||||
Summary: Easy to use command-line interface for python modules, fork of entrypoint
|
||||
@@ -26,6 +27,8 @@ Source: http://pypi.python.org/packages/source/e/entrypoint2/entrypoint2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
Requires: python-argparse
|
||||
Requires: python-decorator
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%else
|
||||
@@ -46,7 +49,7 @@ python setup.py build
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE.txt README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user