You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
42 lines
1.2 KiB
Tcl
42 lines
1.2 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-avro
|
|
version 1.10.1
|
|
revision 0
|
|
categories-append devel
|
|
|
|
platforms darwin
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
description Avro is a serialization and RPC framework.
|
|
long_description {*}${description}
|
|
|
|
homepage https://avro.apache.org/
|
|
|
|
checksums rmd160 60ced3747c5983814cd971c239fa510a10f2e5b9 \
|
|
sha256 b3a405df5aa8654b992d2aca7b80482b858a1919a44dc0b10a682162e8ee340a \
|
|
size 68125
|
|
|
|
python.versions 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-codestyle \
|
|
port:py${python.version}-isort
|
|
|
|
depends_test-append \
|
|
port:py${python.version}-pytest
|
|
|
|
test.run yes
|
|
test.cmd py.test-${python.branch}
|
|
test.target
|
|
test.env-append PYTHONPATH=${worksrcpath}/build/lib
|
|
|
|
livecheck.type none
|
|
}
|