You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
46495213c4
- drop py39, add py314 subport
30 lines
845 B
Tcl
30 lines
845 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-avro
|
|
version 1.12.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
description Avro is a serialization and RPC framework.
|
|
long_description {*}${description}
|
|
|
|
homepage https://avro.apache.org/
|
|
|
|
checksums rmd160 a7f631e41377d41b11524cd3b258f9854e8184d3 \
|
|
sha256 c5b8dd2dd4c10816f0dc127cc29cfd43b5e405cf7e6840e89460a024bf3d098d \
|
|
size 91115
|
|
|
|
python.versions 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|