You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -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-bson
|
|
version 0.5.10
|
|
revision 0
|
|
|
|
categories-append devel databases
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description BSON codec for Python that doesn't depend on MongoDB
|
|
long_description Independent {*}${description}.
|
|
|
|
homepage https://github.com/py-bson/bson
|
|
|
|
checksums rmd160 cace3b53c60ba232602dd83ad4f794fae1906bdb \
|
|
sha256 d6511b2ab051139a9123c184de1a04227262173ad593429d21e443d6462d6590 \
|
|
size 10363
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
conflicts py${python.version}-pymongo
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-dateutil \
|
|
port:py${python.version}-six
|
|
}
|