You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
34 lines
1.0 KiB
Tcl
34 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-sqlalchemy-utils
|
|
python.rootname SQLAlchemy-Utils
|
|
version 0.42.1
|
|
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
|
|
|
|
distname sqlalchemy_utils-${version}
|
|
|
|
checksums rmd160 e1c38e03cd67e4740707cde8638fb6b4f6ec9580 \
|
|
sha256 881f9cd9e5044dc8f827bccb0425ce2e55490ce44fc0bb848c55cc8ee44cc02e \
|
|
size 130789
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-sqlalchemy
|
|
}
|