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

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

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

%define  modulename rst.linker

Name:    python3-module-%modulename
Version: 2.4.0
Release: alt1

Summary: rst.linker provides a routine for adding links and performing other custom replacements to reStructuredText files as a Sphinx extension
License: MIT
Group:   Development/Python3
URL:     https://github.com/jaraco/rst.linker

Packager: Andrey Cherepanov <cas at altlinux.org>

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev python3-module-setuptools_scm
BuildRequires: python3-module-toml

BuildArch: noarch

Source:  %modulename-%version.tar

%description
%{summary}.

%prep
%setup -n %modulename-%version
echo 'import setuptools; setuptools.setup()' > setup.py

%build
export SETUPTOOLS_SCM_PRETEND_VERSION=%version
%python3_build

%install
export SETUPTOOLS_SCM_PRETEND_VERSION=%version
%python3_install

%files
%python3_sitelibdir/rst/*.py
%python3_sitelibdir/rst/__pycache__/*
%python3_sitelibdir/rst.linker*
%python3_sitelibdir/*.egg-info

%changelog

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

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