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
854 B
Tcl
27 lines
854 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-pylev
|
|
version 1.4.0
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
maintainers nomaintainer
|
|
|
|
description A pure Python Levenshtein implementation that's not \
|
|
freaking GPL'd.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/toastdriven/pylev
|
|
|
|
checksums rmd160 1d79c75a5a51c6a82db9e3358ad63f6c72847ca1 \
|
|
sha256 9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1 \
|
|
size 4710
|