Files
2021-02-04 18:07:59 -08:00

34 lines
1003 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-pybase62
version 0.4.3
platforms darwin
license BSD
supported_archs noarch
maintainers {@harens gmail.com:harensdeveloper} \
openmaintainer
description Python module for base62 encoding
long_description {*}${description}, a URL-safe encoding \
for arbitrary data.
homepage https://github.com/suminb/base62
checksums rmd160 4e4bbd9167da97535661ab20c0874059842d05fb \
sha256 0fbbe8474fc5fb020cc7f94dc88adfd12ef9bf38640c46612568ea07f046438c \
size 3703
python.versions 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}