You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
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-ulid
|
|
python.rootname python_ulid
|
|
version 3.1.0
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Universally Unique Lexicographically Sortable Identifier in Python 3.
|
|
long_description {*}${description}
|
|
homepage https://github.com/ahawker/ulid
|
|
|
|
checksums rmd160 64551a0d3c3844c3b723b72994920863bf7845c5 \
|
|
sha256 ff0410a598bc5f6b01b602851a3296ede6f91389f913a5d5f8c496003836f636 \
|
|
size 93175
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-hatch-vcs \
|
|
port:py${python.version}-hatch-fancy-pypi-readme
|
|
}
|