Ophidia-analytics-framework, ophidia-io-server: Work (#36801)

* ophidia-io-server: new package at v1.7
* ophidia-io-server: Fix package
* ophidia-analytics-framework: new package at v1.7
* Fix code style in ophidia-analytics-framework
* Merge
* ophidia-analytics-framework: update package to v1.7.3
* Update package.py
* Fix style

---------

Co-authored-by: SoniaScard <SoniaScard@users.noreply.github.com>
Co-authored-by: Donatello Elia <eldoo@users.noreply.github.com>
This commit is contained in:
SoniaScard 2023-05-10 17:38:43 +02:00 committed by GitHub
parent e49f10a28e
commit f51a4a1ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

View File

@ -10,10 +10,14 @@ class OphidiaAnalyticsFramework(AutotoolsPackage):
"""Core modules and operators of the Ophidia framework"""
homepage = "https://github.com/OphidiaBigData/ophidia-analytics-framework"
url = "https://github.com/OphidiaBigData/ophidia-analytics-framework/archive/refs/tags/v1.7.1.tar.gz"
url = "https://github.com/OphidiaBigData/ophidia-analytics-framework/archive/refs/tags/v1.7.3.tar.gz"
maintainers("eldoo", "SoniaScard")
version("1.7.1", sha256="565050b90ce1cefc59136c835a335ca7981fec792df7a1ee9309b24c05b275d6")
version("1.7.3", sha256="f8fc6374613efd10d9878e216b40494fd38622389c52005e3b85dd9956fa7cd5")
version(
"1.7.1",
sha256="565050b90ce1cefc59136c835a335ca7981fec792df7a1ee9309b24c05b275d6",
deprecated=True,
)
depends_on("autoconf", type="build")
depends_on("automake", type="build")
depends_on("libtool", type="build")

View File

@ -10,10 +10,14 @@ class OphidiaIoServer(AutotoolsPackage):
"""In-memory IO server of the Ophidia framework"""
homepage = "https://github.com/OphidiaBigData/ophidia-io-server"
url = "https://github.com/OphidiaBigData/ophidia-io-server/archive/refs/tags/v1.7.2.tar.gz"
url = "https://github.com/OphidiaBigData/ophidia-io-server/archive/refs/tags/v1.7.3.tar.gz"
maintainers("eldoo", "SoniaScard")
version("1.7.2", sha256="8b203c44e0e5497c00f1fdb2322f0b0a41f36900b62a33d95a4570ae1ccc2971")
version("1.7.3", sha256="a33f1010f72f163f103593d14e7b4480258e4c8f0094c792d2a19bcb88ef323f")
version(
"1.7.2",
sha256="8b203c44e0e5497c00f1fdb2322f0b0a41f36900b62a33d95a4570ae1ccc2971",
deprecated=True,
)
depends_on("autoconf", type="build")
depends_on("automake", type="build")
depends_on("libtool", type="build")