A Python library for determining if a package is multilib or not
Find a file
Ken Dreyer 5884470cf7 rpm: update description for repos
Koji uses python-multilib for dist-repos, which are different than Pungi
composes. Update the RPM %description field to reflect this.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2021-01-15 08:14:40 +00:00
etc setuptools packaging 2016-01-04 16:13:48 -05:00
multilib Make config optional 2017-03-01 12:32:35 +01:00
tests add __init__.py in tests 2016-04-07 17:17:16 -05:00
.gitignore initial revision 2015-12-31 14:08:25 -05:00
LICENSE code came from mash which is GPLV2 only so make python-multilib GPLV2 only 2016-04-07 12:01:28 -05:00
MANIFEST.in setuptools packaging 2016-01-04 16:13:48 -05:00
python-multilib.spec rpm: update description for repos 2021-01-15 08:14:40 +00:00
README.md README: improve description 2021-01-15 08:11:57 +00:00
setup.py setup.py: update URL to pagure.io 2021-01-14 15:37:54 -07:00

python-multilib

Use this Python module to determine if a package is multilib or not.

This module provides several multilib "methods" in order to determine if a 32-bit package should be included with its 64-bit analogue in a repository.