Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37430096
en ru br
ALT Linux repos
S:6.1.1-alt2

Group :: Development/Python3
RPM: python3-module-slugify

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define  modulename slugify

%def_with check

Name:    python3-module-%modulename
Version: 6.1.1
Release: alt2

Summary: Returns unicode slugs
License: MIT
Group:   Development/Python3
URL:     https://github.com/un33k/python-slugify

Provides: python3-module-python-%modulename = %EVR

BuildRequires(pre): rpm-build-python3

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

BuildRequires: python3(tox)
%endif

BuildArch: noarch

Source: %name-%version.tar

# try-except import

%py3_requires text_unidecode

%description
A Python slugify application that handles unicode.

%prep
%setup

%build
%python3_build

%install
%python3_install

%check
cat > tox.ini <<'EOF'
[testenv]
commands =
   python test.py
EOF
export PIP_NO_BUILD_ISOLATION=no
export PIP_NO_INDEX=YES
export TOXENV=py3
tox.py3 --sitepackages -vvr -s false --develop

%files
%python3_sitelibdir/%modulename/
%python3_sitelibdir/python_slugify-%version-py%_python3_version.egg-info/

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin