pandoramonitoring,pandorasdk: change docstrings that are wrong (#47937)

and are copied from the pandorapfa package

Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
Juan Miguel Carceller 2024-12-05 16:53:09 +01:00 committed by GitHub
parent 22d104d7a9
commit 3fcc38ef04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View File

@ -8,9 +8,8 @@
class Pandoramonitoring(CMakePackage):
"""Metadata package to bring together and build multiple Pandora libraries.
NOTE: for proper version control with spack, this should be broken up and
the subpackages installed individually."""
"""ROOT-based Event Visualisation Environment for Pandora with
tree-writing functionality"""
url = "https://github.com/PandoraPFA/PandoraMonitoring/archive/v03-04-00.tar.gz"
homepage = "https://github.com/PandoraPFA/PandoraMonitoring"

View File

@ -8,9 +8,7 @@
class Pandorasdk(CMakePackage):
"""Metadata package to bring together and build multiple Pandora libraries.
NOTE: for proper version control with spack, this should be broken up and
the subpackages installed individually."""
"""Pandora Software Development Kit for pattern-recognition algorithms"""
url = "https://github.com/PandoraPFA/PandoraSDK/archive/v03-04-00.tar.gz"
homepage = "https://github.com/PandoraPFA/PandoraSDK"