Files

24 lines
842 B
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-google-crc32c
python.rootname google_crc32c
version 1.8.0
revision 0
categories-append devel
license Apache-2
maintainers nomaintainer
description Python wrapper of Google CRC32C library
long_description {*}${description}
homepage https://github.com/googleapis/google-cloud-python/tree/main/packages/google-crc32c
checksums rmd160 e79ce1ba1f2449d2ae24c842f6e6e7be584e5f74 \
sha256 a428e25fb7691024de47fecfbff7ff957214da51eddded0da0ae0e0f03a2cf79 \
size 14192
python.versions 310 311 312 313 314