You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
944 B
Tcl
27 lines
944 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-shortuuid
|
|
version 1.0.13
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A generator library for concise, unambiguous and URL-safe UUIDs.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/skorokithakis/shortuuid/
|
|
|
|
checksums rmd160 2981d77a92ea19cd23773cfa33141f23778f2f3d \
|
|
sha256 3bb9cf07f606260584b1df46399c0b87dd84773e7b25912b7e391e30797c5e72 \
|
|
size 9662
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend poetry
|