Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit a232a25

Browse files
Point to github/pypi brainbuilder
1 parent 0de5567 commit a232a25

File tree

1 file changed

+4
-4
lines changed
  • bluebrain/repo-bluebrain/packages/brainbuilder

1 file changed

+4
-4
lines changed

bluebrain/repo-bluebrain/packages/brainbuilder/package.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
class Brainbuilder(PythonPackage):
1010
"""Miscellaneous circuit building utilities"""
1111

12-
homepage = "https://bbpgitlab.epfl.ch/nse/brainbuilder/"
13-
git = "ssh://git@bbpgitlab.epfl.ch/nse/brainbuilder.git"
12+
homepage = "https://github.com/BlueBrain/brainbuilder"
13+
git = "https://github.com/BlueBrain/brainbuilder.git"
14+
pypi = "brainbuilder/brainbuilder-0.20.1.tar.gz"
1415

15-
version("develop", branch="main")
16-
version("0.20.1", tag="brainbuilder-v0.20.1")
16+
version("0.20.1", sha256="d46c3dc831dbac24a926a6e7b31a9eeea06bcc5fa500b84efb8153e27b56fac3")
1717

1818
depends_on("py-setuptools", type=("build", "run"))
1919

0 commit comments

Comments
 (0)