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

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

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

%define oname apipkg
%define fname python3-module-%oname
%define descr With apipkg you can control the exported namespace of a python package and \
greatly reduce the number of imports for your users. It is a small python \
module that works on virtually all Python versions, including CPython2.3 to \
Python3.1, Jython and PyPy. It co-operates well with Python's help() system,\
custom importers (PEP302) and common command line completion tools.

Name:           %fname
Version:        1.5
Release:        alt1

Summary:        A Python namespace control and lazy-import mechanism

License:        MIT
Group:          Development/Python3
URL:            http://pypi.python.org/pypi/apipkg

Source0:        %name-%version.tar

BuildArch:      noarch

BuildRequires: python3-module-setuptools python3-module-setuptools_scm

%description
%descr

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/%oname
%python3_sitelibdir/*.egg-info*

%changelog

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

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