Zack T
Zack T
I think we're on the same page Greg. It's which direction would be the preferred way to go: * Convert all values to strings * This is what #911 does...
Yeah, I think long term adjusting the `do_variable_substitution` logic would provide much more flexibility to recipe writers, regardless of the recipe language format. In the short term, I've proposed an...
From the research I've done, any conditionals that are applied in the requirements file are applied to the system that is current running pip. Where I'm trying to build a...
Regarding what versions of `pip` support these options: From the `pip` [change log](https://pip.pypa.io/en/stable/news/): * [20.3b1 (2020-10-31)](https://pip.pypa.io/en/stable/news/#b1-2020-10-31) * Allow multiple values for --abi and --platform. ([#6121](https://github.com/pypa/pip/issues/6121)) * [18.1 (2018-10-05)](https://pip.pypa.io/en/stable/news/#v18-1) * Allows...
Ah, ok... So a couple things: * I looked for this kind of support in `pip -r` last week, but completely missed it or....my Google Fu wasn't working last week:...
Well, I dunno. I've tried the `--no-binary` option in a `requirements.txt` similar to Munki, yet I still end up with a non-universal libraries. Example: ``` Python.framework/Versions/3.11/bin/python3 -s -m pip install...
I'd love to see this as well, so we don't have to go back to the days of/method that JSSImporter (used). The only issue I could imagine would be if...
**Preferences contents** ```xml CACHE_DIR /Volumes/Storage/AutoPkg/Cache INSTALL_BUTTON_TEXT Install JSS_REPOS type CDP JSS_URL https://jps.server.org:8443 JSS_VERIFY_SSL OFFLINEAPPS_DOMAIN OFFLINEAPPS_INTERNAL_PATH /Jamf Pro OFFLINEAPPS_PASSWORD OFFLINEAPPS_SHARE_NAME Transfer$ OFFLINEAPPS_URL internal.server.org OFFLINEAPPS_USERNAME PKG_ONLY False PKG_ONLY_PREDICATE %PKG_ONLY% == True POLICY_FREQUENCY...
Additional weirdness... Can't find a stub recipe (which is in `~/Library/AutoPkg/Recipes/`) from parent directory. ``` % pwd /Volumes/Storage % autopkg info local.SharedProcessors Looking for local.SharedProcessors... Did not find local.SharedProcessors in...
Could use this addition as well. Thanks 👍