Files
main/network/misc/grpc/pspec.xml
T
luzpaz 1fe49de8d6 grpc: use correct Homepage URL schema (per repology)
As reported by repology (https://repology.org/repositories/updates)

> network/misc/grpc/pspec.xml: ERROR: homepage: "The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)" does not look like an URL (schema missing)
2023-08-05 09:23:49 -04:00

110 lines
4.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>grpc</Name>
<Homepage>https://grpc.io/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)</Summary>
<Description>High performance, open source, general RPC framework that puts mobile and HTTP/2 first.</Description>
<Archive sha1sum="e2d3d5f4c4638885afbe63820dd22e16cdfd5f92" type="targz">https://github.com/grpc/grpc/archive/refs/tags/v1.50.0.tar.gz</Archive>
<Archive sha1sum="cdddd449d4e3aa7bd421d4519c17139ea1890fe7" type="targz" target="grpc-1.50.0">https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>re2c</Dependency>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency>cython3</Dependency>
<Dependency>chrpath</Dependency>
<Dependency>re2-devel</Dependency>
<Dependency>php-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>gtest-devel</Dependency>
<Dependency>c-ares-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>protobuf-devel</Dependency>
<Dependency>benchmark-devel</Dependency>
<Dependency>abseil-cpp-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>NetworkManager-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>python-grpcio-use-system-abseil.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>grpc</Name>
<RuntimeDependencies>
<Dependency>xapp</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>polkit</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>python3</Dependency>
<Dependency>chrpath</Dependency>
<Dependency>protobuf</Dependency>
<Dependency>benchmark</Dependency>
<Dependency>abseil-cpp</Dependency>
<Dependency>NetworkManager</Dependency>
<Dependency>python3-pynacl</Dependency>
<Dependency>python3-protobuf</Dependency>
<Dependency>python3-zeroconf</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>python3-cryptography</Dependency>
<Dependency>python3-setproctitle</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/grpc</Path>
<Path fileType="library">/usr/lib/libgrpc*</Path>
<Path fileType="library">/usr/lib/libgpr*</Path>
<Path fileType="library">/usr/lib/libupb*</Path>
<Path fileType="library">/usr/lib/libaddress*</Path>
</Files>
</Package>
<Package>
<Name>grpc-devel</Name>
<RuntimeDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>abseil-cpp-devel</Dependency>
<Dependency release="current">grpc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2022-10-22</Date>
<Version>1.50.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2022-06-30</Date>
<Version>1.47.0</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-06-11</Date>
<Version>1.46.3</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>