forked from pool/python-PyGithub
- Fix spurious executable perms (README.rst)
- Don't ship testsuite (scripts w/o sheban / fdupes warnings) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
75ae51d2b8
commit
a27c3a6078
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 10 13:21:07 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Fix spurious executable perms (README.rst)
|
||||||
|
- Don't ship testsuite (scripts w/o sheban / fdupes warnings)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 10 13:09:56 UTC 2013 - speilicke@suse.com
|
Wed Apr 10 13:09:56 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -39,12 +39,14 @@ etc.) from Python scripts.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyGithub-%{version}
|
%setup -q -n PyGithub-%{version}
|
||||||
|
chmod -x README.rst
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
|
||||||
|
|
||||||
#%%check
|
#%%check
|
||||||
#python setup.py test
|
#python setup.py test
|
||||||
|
Reference in New Issue
Block a user