Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37558963
en ru br
ALT Linux repositórios
S:0.3.0-alt2

Group :: Desenvolvimento/Python
RPM: python3-module-qtsass

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define pypi_name qtsass

%def_with check

Name: python3-module-%pypi_name
Version: 0.3.0
Release: alt2

License: MIT
Group: Development/Python
Url: https://github.com/spyder-ide/qtsass

Summary: QtSASS: Compile SCSS files to Qt stylesheets

# Source-url: https://github.com/spyder-ide/qtsass/archive/v%version.tar.gz

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: %name-%version.tar
Patch0: qtsass-0.3.0-Add-check-for-deprecated-api-between-2-and-3-version.patch

BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%if_with check
# install_requires=
BuildRequires: python3(sass)

BuildRequires: python3(pytest)

BuildRequires: python3(tox)
BuildRequires: python3(tox_console_scripts)
%endif

%description
SASS brings countless amazing features to CSS.
Besides being used in web development,
CSS is also the way to stylize Qt-based desktop applications.
However, Qt's CSS has a few variations that prevent the direct use of SASS compiler.

The purpose of this tool is to fill the gap between SASS and Qt-CSS by handling those variations.

%prep
%setup
%autopatch -p1

%build
%python3_build

%install
%python3_install

%check
cat > tox.ini <<'EOF'
[testenv]
commands =
   {envbindir}/pytest -vra {posargs:tests}
EOF
export PIP_NO_INDEX=YES
export TOXENV=py3
tox.py3 --sitepackages --console-scripts -vvr --develop

%files
%_bindir/%pypi_name
%python3_sitelibdir/%pypi_name/
%python3_sitelibdir/%pypi_name-%version-py%_python3_version.egg-info/

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009