You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
29 lines
932 B
Tcl
29 lines
932 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-pyodbc
|
|
version 5.3.0
|
|
revision 0
|
|
|
|
categories-append databases devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Python DB API 2 module for ODBC
|
|
long_description {*}${description}. This project provides an up-to-date, convenient \
|
|
interface to ODBC using native data types like datetime and decimal.
|
|
|
|
homepage https://github.com/mkleehammer/pyodbc
|
|
|
|
checksums rmd160 294cd3ea0cef5798f216022864cc328a999f6d92 \
|
|
sha256 2fe0e063d8fb66efd0ac6dc39236c4de1a45f17c33eaded0d553d21c199f4d05
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:unixODBC
|
|
}
|