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
820 B
Tcl
25 lines
820 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.6.0
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
maintainers {@harens harens} 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 d1603d5430c4237b4602a63ce303fe0898fe4a05 \
|
|
sha256 b5dfa56480855d159e1be64543535b24d2c35cdd18d617f107bef7e2f7413722 \
|
|
size 4484
|
|
|
|
python.versions 310 311
|