You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 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-regex
|
|
version 2021.4.4
|
|
set distversion [regsub -all {(\.)0} ${version} {\1}]
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license PSF
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Alternate regular expression module, to replace re.
|
|
long_description ${description}
|
|
|
|
homepage https://bitbucket.org/mrabarnett/mrab-regex
|
|
|
|
distname ${python.rootname}-${distversion}
|
|
|
|
checksums rmd160 83cce176b6660ff0c2b28af0560afa9aff5ec785 \
|
|
sha256 52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb \
|
|
size 693187
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.version ${distversion}
|
|
}
|