# -*- 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 version 2.0.34 revision 0 categories-append databases license MIT python.versions 38 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer description Python SQL ORM long_description SQLAlchemy is the Python SQL toolkit and Object \ Relational Mapper that gives application developers \ the full power and flexibility of SQL. homepage http://www.sqlalchemy.org/ checksums rmd160 77c0e0f150a17d22495a6ac576621ee85025f8fe \ sha256 10d8f36990dd929690666679b0f42235c159a7051534adb135728ee52828dd22 \ size 9556527 if {${name} ne ${subport}} { depends_build-append \ path:bin/cython-${python.branch}:py${python.version}-cython depends_lib-append port:py${python.version}-greenlet \ port:py${python.version}-typing_extensions post-destroot { # Install example files not installed by the Makefile xinstall -m 755 -d ${destroot}${python.prefix}/share/doc/sqlalchemy/examples foreach f [glob -directory ${worksrcpath}/doc *] { copy $f ${destroot}${python.prefix}/share/doc/sqlalchemy/[file tail $f] } foreach f [glob -directory ${worksrcpath}/examples *] { copy $f ${destroot}${python.prefix}/share/doc/sqlalchemy/examples/[file tail $f] } } }