Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536199
en ru br
ALT Linux repos
S:3.0.1-alt2

Group :: Development/Python3
RPM: python3-module-apipkg

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin