You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
803 B
Tcl
24 lines
803 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-random2
|
|
version 1.0.2
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license PSF-2.1.1
|
|
maintainers nomaintainer
|
|
|
|
description Python 3 compatible Python 2 random Module.
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.python.org/pypi/random2
|
|
distname random2-${version}
|
|
|
|
checksums rmd160 af0574efdade2c422987e5091d3f1c6cc69dab0f \
|
|
sha256 3754fcef48267567cd5705fa7da6bbc3809cb3f808740313e6705acc3c057e77 \
|
|
size 18095
|
|
|
|
python.versions 310 311 312
|