Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37559717
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python3-module-soupsieve

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname soupsieve
Name: python3-module-%oname
Version: 2.2.1
Release: alt1

Summary: A modern CSS selector implementation for BeautifulSoup

License: MIT
Group: Development/Python
Url: https://github.com/facelessuser/soupsieve

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3 rpm-build-intro
%py3_use BeautifulSoup4
#%py3_use pytest

%description
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4.
It aims to provide selecting, matching, and filtering using modern CSS selectors.
Soup Sieve currently provides selectors from the CSS level 1 specifications up
through the latest CSS level 4 drafts and beyond (though some are not yet implemented).

Soup Sieve was written with the intent to replace Beautiful Soup's builtin select feature,
and as of Beautiful Soup version 4.7.0.
Soup Sieve can also be imported in order to use its API directly for more controlled, specialized parsing.

Soup Sieve has implemented most of the CSS selectors up through the latest CSS draft specifications,
though there are a number that don't make sense in a non-browser environment.

%prep
%setup

%build
%python3_build

%install
%python3_install

#%check

#%python3_test

%files
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin