# -*- 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-ulid
python.rootname     ulid-py
version             1.1.0
revision            0

license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         Universally Unique Lexicographically Sortable Identifier in Python 3.
long_description    {*}${description}
homepage            https://github.com/ahawker/ulid

checksums           rmd160  0c63593321e2e177072a880404f94648af8f7fdc \
                    sha256  dc6884be91558df077c3011b9fb0c87d1097cb8fc6534b11f310161afd5738f0 \
                    size    22514

python.versions     310 311 312 313 314
