You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20312b7c7f
- drop py39, add py31[2,3] subports
37 lines
1.0 KiB
Tcl
37 lines
1.0 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-smi
|
|
python.rootname pysmi
|
|
version 1.6.2
|
|
revision 0
|
|
|
|
categories-append net
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
|
|
maintainers nomaintainer
|
|
|
|
description SNMP SMI/MIB Parser
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/lextudio/pysmi
|
|
|
|
checksums rmd160 0a5d5bf57031832b4c147754c76837041ed55a95 \
|
|
sha256 abed01673113886d10f0f336426859238fc13b5383c7e28e13dbcd5af0443ba1 \
|
|
size 61955
|
|
|
|
python.versions 310 311 312 313
|
|
python.pep517_backend flit
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-ply \
|
|
port:py${python.version}-jinja2 \
|
|
port:py${python.version}-requests
|
|
|
|
}
|