Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow external dependencies in registries #443

Merged

Conversation

gfngfn
Copy link
Owner

@gfngfn gfngfn commented Jun 22, 2024

(See #422)

You will be able to use external registries in your package release configs:

 saphe: "^0.0.1"
 satysfi: "^0.1.0"
 name: "your-cool-pkg"
 version: "0.0.1"
 source:
   tar_gzip:
     url: "https://foo.com/your-cool-pkg.0.0.1.tar.gz"
     checksum: "52fb5bf621027c218c2522d4ccb1e375"
+registries:
+- name: "an-external-registry"
+  git:
+    url: "https://bar.com/an-external-registry"
+    branch: "master"
 dependencies:
 - used_as: "Stdlib"
   name: "stdlib"
   requirement: "^0.0.1"
 - used_as: "YourLibrary"
+  registry: "an-external-registry"
   name: "your-library"
   requirement: "^0.0.1"

@gfngfn gfngfn mentioned this pull request Jun 22, 2024
34 tasks
@gfngfn gfngfn changed the title Allow external dependencies in registries [WIP] Allow external dependencies in registries Jun 22, 2024
@gfngfn gfngfn changed the title [WIP] Allow external dependencies in registries Allow external dependencies in registries Jun 23, 2024
@gfngfn gfngfn merged commit 6c55d36 into dev-0-1-0-separate-saphe-from-satysfi Jun 23, 2024
4 checks passed
@gfngfn gfngfn deleted the allow-external-deps-in-registry branch June 23, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant