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

Группа :: Development/Python3
Пакет: python3-module-bitmap

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

%define oname bitmap

Name: python3-module-%oname
Version: 0.0.6
Release: alt2

Summary: BitMap for python
License: Free
Group: Development/Python3
Url: https://pypi.python.org/pypi/bitmap/
BuildArch: noarch

Source0: https://pypi.python.org/packages/da/10/bb92da21d7472d8a3befad8785c917f2bf099bdf326edebcba2abf57d09a/%{oname}-%{version}.tar.gz
Patch0: port-on-python3.patch

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

%py3_provides %oname


%description
This package provides a `BitMap` class which is an array of bits stored
in compact format.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p2

%build
%python3_build_debug

%install
%python3_install

%check
%if 0
%__python3 setup.py test
export PYTHONPATH=$PWD/src
py.test-%_python3_version -vv
%endif

%files
%doc *.md
%python3_sitelibdir/*


%changelog

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

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