You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
769 B
Tcl
24 lines
769 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-hiredis
|
|
version 3.3.0
|
|
revision 0
|
|
categories-append devel databases
|
|
license BSD
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Python wrapper for hiredis
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/pietern/hiredis-py
|
|
|
|
checksums rmd160 652280a07ec6d4a7a3b6bf5ec3a6cace2effbeb5 \
|
|
sha256 105596aad9249634361815c574351f1bd50455dc23b537c2940066c4a9dea685 \
|
|
size 89048
|