pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pbulk - limit build of python packages to one version only



On Mar 31, 2022, at 6:59 AM, Matthias Petermann <mp%petermann-it.de@localhost> wrote:
> 
> I use pbulk to create my custom pkgsrc repository. Today I noticed that by default all Python packages in my limited_list seem to build variants of all supported Python versions.... 3.7, 3.8, 3.9, 3.10.
> 
> Since I usually don't need the older versions - what would be the recommended way to build either only the packages for a Python version I specify, or gladly only for the default Python version provided by pkgsrc?

In my limited pbulk builds, setting NO_MULTI_PKG (from mk/pbulk/pbulk-index.mk) has almost always done what I wanted about this. It’s probably not relevant that I happen to use pkg_comp to manage these builds. Here’s everything I’ve figured out about NO_MULTI_PKG: https://github.com/jmmv/pkg_comp/issues/6


Home | Main Index | Thread Index | Old Index