mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 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-elastic-transport
|
|
version 9.1.0
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
description Transport classes/utilities for Elastic client libraries
|
|
long_description Transport classes and utilities shared among \
|
|
Python Elastic client libraries
|
|
|
|
homepage https://github.com/elastic/elastic-transport-python
|
|
distname elastic_transport-${version}
|
|
|
|
checksums rmd160 6b8195124247bec279500c9e3af69525c9fc4e36 \
|
|
sha256 1590e44a25b0fe208107d5e8d7dea15c070525f3ac9baafbe4cb659cd14f073d \
|
|
size 76483
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-certifi \
|
|
port:py${python.version}-urllib3
|
|
}
|