You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
33 lines
957 B
Tcl
33 lines
957 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-ordered-set
|
|
version 4.1.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description An OrderedSet is a custom MutableSet that remembers its \
|
|
order, so that every
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/rspeer/ordered-set
|
|
|
|
checksums rmd160 a896f25617cd237391e0987b0bccf2f155e2b072 \
|
|
sha256 694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8 \
|
|
size 12826
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
python.pep517_backend flit
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|