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-pyodbc
|
|
version 3.0.6
|
|
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.
|
|
|
|
python.versions 37
|
|
|
|
homepage https://code.google.com/p/${python.rootname}/
|
|
master_sites googlecode:${python.rootname}
|
|
distname ${python.rootname}-${version}
|
|
use_zip yes
|
|
|
|
checksums rmd160 6c175aa2d83b60808dff7c77bf9725b2e9d31681 \
|
|
sha256 e5a7f12deddf4b258bed904b5a071dd43c40c78de8e24c9228f8174e69f5366d
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:unixODBC
|
|
|
|
patchfiles setup.py.patch
|
|
}
|