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
@@ -39,12 +39,14 @@ etc.) from Python scripts.
|
||||
|
||||
%prep
|
||||
%setup -q -n PyGithub-%{version}
|
||||
chmod -x README.rst
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
|
||||
|
||||
#%%check
|
||||
#python setup.py test
|
||||
|
Reference in New Issue
Block a user