mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
971 B
Tcl
31 lines
971 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-pnoise
|
|
version 0.1.0
|
|
revision 0
|
|
|
|
license LGPL-2.1
|
|
maintainers @abey79 openmaintainer
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description Vectorized Perlin noise library
|
|
long_description pnoise is a pure-Python, Numpy-based, vectorized port of \
|
|
Processing's noise() function
|
|
|
|
homepage https://github.com/plottertools/pnoise
|
|
|
|
checksums rmd160 e185d6786c2833125f301fa1bfa4f0c9a328e6cb \
|
|
sha256 ad51bc5e48cf86785d446b14e6ce088eb2c0e96555a3cdc39dc5140b25a88bd3 \
|
|
size 3703
|
|
|
|
python.versions 310
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-numpy
|
|
}
|