You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are behind a corporate network that uses Artifactory to install packages from PyPI and Conda Forge. Has anyone successfully generated a recipe using a private repository such as Artifactory? I am finding that the Artifactory we are using has access to the legacy Simple API to pull package metadata, but Grayskull is looking for the metadata through the json endpoint.
I did make a few changes that would allow Grayskull to pull the package metadata using the Simple API, but wanted to be sure I was not reinventing the wheel.
I see where Artifactory has an endpoint to get package metadata using the json endpoint, it might be our version of Artifactory does not support it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are behind a corporate network that uses Artifactory to install packages from PyPI and Conda Forge. Has anyone successfully generated a recipe using a private repository such as Artifactory? I am finding that the Artifactory we are using has access to the legacy Simple API to pull package metadata, but Grayskull is looking for the metadata through the
jsonendpoint.I did make a few changes that would allow Grayskull to pull the package metadata using the Simple API, but wanted to be sure I was not reinventing the wheel.
I see where Artifactory has an endpoint to get package metadata using the
jsonendpoint, it might be our version of Artifactory does not support it.https://jfrog.com/help/r/jfrog-rest-apis/get-pypi-latest-package-version-metadata-in-json
Any help and feedback is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions