You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
883 B
Tcl
27 lines
883 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-affine
|
|
version 2.4.0
|
|
revision 0
|
|
categories-append devel math gis
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend flit
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Matrices describing affine transformation of the plane.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/sgillies/affine
|
|
|
|
checksums rmd160 ceece4e0bd31e104f862655db920bf0ff56dc03c \
|
|
sha256 a24d818d6a836c131976d22f8c27b8d3ca32d0af64c1d8d29deb7bafa4da1eea \
|
|
size 17132
|