Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37885120
en ru br
ALT Linux repos
S:0.0.1-alt1

Group :: Development/Python3
RPM: python3-module-system-seed-wheels

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define mname system-seed-wheels

Name: python3-module-%mname
Version: 0.0.1
Release: alt1

Summary: Seed wheels for setuptools, wheel and pip
License: MIT
Group: Development/Python3

BuildRequires(pre): rpm-build-python3

%description
Base package for providing seed wheels for setuptools, wheel and pip.
Used in virtualenv instead of the bundled wheels.

%package wheels
Summary: %summary
Group: Development/Python3

Requires: python3-module-%mname
Requires: python3-module-setuptools-wheel
Requires: python3-module-wheel-wheel
Requires: python3-module-pip-wheel

%description wheels
Contains system seed wheels for setuptools, wheel and pip.
Used in virtualenv instead of the bundled wheels.

%prep

%build

%install
mkdir -p %buildroot%python3_sitelibdir/system_seed_wheels
touch %buildroot%python3_sitelibdir/system_seed_wheels/__init__.py

%check

%files
%python3_sitelibdir/system_seed_wheels/

%files wheels

%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