You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
deea695418
- drop py39 subport
33 lines
1.0 KiB
Tcl
33 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-mongoengine
|
|
version 0.29.1
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers nomaintainer
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
description \
|
|
MongoEngine is a Document-Object Mapper (think ORM, but for document \
|
|
databases) for working with MongoDB from Python.
|
|
long_description \
|
|
{*}${description} It uses a simple declarative API, similar to the Django ORM.
|
|
|
|
homepage http://mongoengine.org/
|
|
|
|
checksums rmd160 ecf682f538d0bdfab969546010aead230ecc8bd6 \
|
|
sha256 3b43abaf2d5f0b7d39efc2b7d9e78f4d4a5dc7ce92b9889ba81a5a9b8dee3cf3 \
|
|
size 168735
|
|
|
|
python.versions 310 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-pymongo
|
|
}
|