forked from pool/python-QDarkStyle
- Fix the traball fetching
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QDarkStyle?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
5b550395b8
commit
c708460f02
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a967c4b664446f8bed9df12d1032cf68cb54f186bfc9cbfdbbc756bf9a5d475
|
||||
size 405579
|
||||
oid sha256:8e2f1935763072ba4e18cecbf9159082f931d582cc8b37bc6b1fb417f3519f9b
|
||||
size 7874263
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 08:31:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix the traball fetching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 14:40:40 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ Summary: A dark stylesheet for Python and Qt applications
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
||||
Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
|
||||
Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/v%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
|
||||
BuildRequires: %{python_module QtPy >= 1.7}
|
||||
BuildRequires: %{python_module helpdev}
|
||||
BuildRequires: %{python_module pyside2}
|
||||
@@ -41,14 +41,13 @@ Requires: python-QtPy >= 1.7
|
||||
Requires: python-helpdev
|
||||
Requires: python-setuptools
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
QDarkStyle is a dark stylesheet for Python and Qt applications.
|
||||
|
||||
%prep
|
||||
%setup -qn QDarkStyle-%{version}
|
||||
%setup -q -n QDarkStyleSheet-%{version}
|
||||
sed -i '1{\,^#!%{_bindir}/env python,d}' qdarkstyle/*.py qdarkstyle/utils/*.py
|
||||
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user