You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
800 B
Tcl
25 lines
800 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-base91
|
|
version 1.0.1
|
|
platforms {darwin any}
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
maintainers {@harens gmail.com:harensdeveloper} \
|
|
openmaintainer
|
|
|
|
description A Python implementation of Base91
|
|
long_description {*}${description}.
|
|
|
|
homepage https://github.com/Fuyukai/base91-python
|
|
|
|
checksums rmd160 c1bd97759a8d7bfdb95cd76ada05efa9e9d99f28 \
|
|
sha256 5b284a2ba3c97be1eb9473f3af94a9bf141d61005d836e75e645d2798da58799 \
|
|
size 2331
|
|
|
|
python.versions 39
|