You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
7ecc5abdf1
- use https for homepage/master_sites
39 lines
1.4 KiB
Tcl
39 lines
1.4 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-mx-base
|
|
version 3.2.9
|
|
revision 0
|
|
platforms darwin
|
|
license Permissive GPLConflict
|
|
# GPL-conflicting due to choice of law clause.
|
|
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
|
|
maintainers nomaintainer
|
|
|
|
description eGenix.com mx Extensions for Python - base package
|
|
|
|
long_description collection of Python software tools which enhance Python's \
|
|
usability in many important areas such as ODBC database \
|
|
connectivity, fast text processing, date/time processing \
|
|
and web site programming.
|
|
|
|
homepage https://www.egenix.com/products/python/mxBase/
|
|
master_sites https://www.egenix.com/files/python/
|
|
distname egenix-mx-base-${version}
|
|
|
|
checksums rmd160 13b6fbc3fa8ad7fb7948789dd748d91be95f49c4 \
|
|
sha256 1c6b67688e7a231c6c1da09b7a6a2210745c3f2507bdda70e2639faedbf68977 \
|
|
size 4611603
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}
|
|
livecheck.regex Version: (\[0-9\\.\]+)
|
|
}
|