Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37779290
en ru br
ALT Linux repos
S:1.0.0-alt1

Group :: Development/Python3
RPM: python3-module-yelp-encodings

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define oname yelp_encodings

Name:           python3-module-yelp-encodings
Version:        1.0.0
Release:        alt1
Summary:        String encodings invented and maintained by yelp.
Group:          Development/Python3
License:        Unlicense
URL:            https://pypi.python.org/pypi/yelp_encodings

BuildArch:      noarch

# https://github.com/Yelp/yelp_encodings.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev python3-module-setuptools
BuildRequires: python3(pytest)

%description
yelp_encodings contains an 'internet' encoding which is appropriate
for dealing with poorly encoded bytes coming from internet clients.
The internet encoding will always succeed in decoding any bytestring.
This is most often useful for logging bad requests.

%prep
%setup

%build
%python3_build

%install
%python3_install

%check
python3 setup.py test

%files
%doc UNLICENSE
%doc README.md
%python3_sitelibdir/%oname
%python3_sitelibdir/%oname-%version-py3*.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