You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
eb9e68f07a
- use python.rootname, default PyPI livecheck
42 lines
1.5 KiB
Tcl
42 lines
1.5 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-couchdb
|
|
python.rootname CouchDB
|
|
version 1.2
|
|
revision 0
|
|
|
|
categories-append www
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Python library for working with CouchDB
|
|
long_description Python library for working with CouchDB. This package \
|
|
currently encompasses four primary modules: \
|
|
1) couchdb.client: the basic client library, \
|
|
2) couchdb.design: management of design documents, \
|
|
3) couchdb.schema: a higher-lever API for mapping between \
|
|
CouchDB documents and Python objects, \
|
|
4) couchdb.view: a CouchDB view server that allows \
|
|
writing view functions in Python
|
|
|
|
homepage https://code.google.com/p/couchdb-python/
|
|
|
|
checksums rmd160 2634cad47914207577937619357631c084b84a41 \
|
|
sha256 1386a1a43f25bed3667e3b805222054940d674fa1967fa48e9d2012a18630ab7 \
|
|
size 65880
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-simplejson
|
|
|
|
livecheck.type none
|
|
}
|