Information for build python-conda-index-0.4.0-4.fc41

ID64010
Package Namepython-conda-index
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.4.0
Release4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-conda-index.git#40d21d29a03bd1e76b105eab0cb86f8f8eae7ca4
SummaryCreate repodata.json for collections of conda packages
DescriptionCreate repodata.json for collections of conda packages. The conda_index command operates on a channel directory. A channel directory contains a noarch subdirectory at a minimum and will almost always contain other subdirectories named for conda's supported platforms linux-64, win-64, osx-64, etc. A channel directory cannot have the same name as a supported platform. Place packages into the same platform subdirectory each archive was built for. Conda-index extracts metadata from these packages to generate index.html, repodata.json etc. with summaries of the packages' metadata. Then conda uses the metadata to solve dependencies before doing an install. By default, the metadata is output to the same directory tree as the channel directory, but it can be output to a separate tree with the --output <output> parameter. The metadata cache is always placed with the packages, in .cache folders under each platform subdirectory. After conda-index has finished, its output can be used as a channel conda install -c file:///path/to/output ... or it would typically be placed on a web server.
Built byzhangsongsong
State failed
Volume DEFAULT
StartedSat, 23 Nov 2024 01:28:00 CST
CompletedSat, 23 Nov 2024 01:31:22 CST
Taskbuild (f41-build-side-1, /rpms/python-conda-index.git:40d21d29a03bd1e76b105eab0cb86f8f8eae7ca4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-conda-index.git#40d21d29a03bd1e76b105eab0cb86f8f8eae7ca4'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Python Maint <python-maint@redhat.com> - 0.4.0-3 - Finish Python 3.13 bootstrap * Sat Jun 29 2024 Python Maint <python-maint@redhat.com> - 0.4.0-2 - Bootstrap for Python 3.13 * Sat Feb 17 2024 Orion Poplawski <orion@nwra.com> - 0.4.0-1 - Update to 0.4.0 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Dec 13 2023 Orion Poplawski <orion@nwra.com> - 0.3.0-2 - Disable bootstrap * Tue Dec 05 2023 Orion Poplawski <orion@nwra.com> - 0.3.0-1 - Initial import