Files
2021-02-04 18:08:28 -08:00

33 lines
947 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
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 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}