You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
987 B
Tcl
32 lines
987 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-sqlalchemy-utils
|
|
python.rootname SQLAlchemy-Utils
|
|
version 0.41.2
|
|
revision 0
|
|
|
|
categories-append databases devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Various utility functions for SQLAlchemy.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/kvesteri/sqlalchemy-utils
|
|
|
|
checksums rmd160 50c671662efef4842803dde5db3fa41eeaeaaab0 \
|
|
sha256 bc599c8c3b3319e53ce6c5c3c471120bd325d0071fb6f38a10e924e3d07b9990 \
|
|
size 138017
|
|
|
|
python.versions 39 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-sqlalchemy
|
|
}
|