You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 KiB
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-python-snappy
|
|
version 0.6.1
|
|
revision 0
|
|
platforms darwin
|
|
license BSD
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
description Python library for the snappy compression library from \
|
|
Google
|
|
long_description {*}${description}
|
|
|
|
homepage http://github.com/andrix/python-snappy
|
|
|
|
checksums rmd160 fecb63cbcfa4ba3e8b84877b6cbaf803c00304f3 \
|
|
sha256 b6a107ab06206acc5359d4c5632bd9b22d448702a79b3169b0c62e0fb808bb2a \
|
|
size 24110
|
|
|
|
python.versions 39 310 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cffi \
|
|
port:py${python.version}-setuptools \
|
|
port:snappy
|
|
|
|
depends_lib-append \
|
|
port:snappy
|
|
}
|