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

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

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

%define  oname pysol_cards

Name:    python3-module-pysol-cards
Version: 0.10.2
Release: alt1

Summary: Python library for dealing cards like PySol FC, MS Freecell/Freecell Pro, or PySol legacy

License: MIT
Group:   Development/Python3
URL:     https://github.com/shlomif/pysol_cards

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-intro >= 2.2.5
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pbr

%description
The pysol-cards python modules allow the python developer to generate
the initial deals of some PySol FC games. It also supports PySol legacy
deals and Microsoft FreeCell / Freecell Pro deals.

%prep
%setup
find -name "*.py" | xargs subst 's|random2|random|'
find -name "*.txt" | xargs subst 's|random2|random|'

%build
export PBR_VERSION=%version
%python3_build

%install
export PBR_VERSION=%version
%python3_install
%python3_prune

%files
%doc README.rst
%python3_sitelibdir/*

%changelog

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

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