| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
|---|
| 2 | # $Id$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup python 1.0 |
|---|
| 6 | |
|---|
| 7 | name py-suelta |
|---|
| 8 | version git-20111027 |
|---|
| 9 | categories python devel net |
|---|
| 10 | maintainers vmunix.org:torstenb \ |
|---|
| 11 | openmaintainer |
|---|
| 12 | description pure python SASL client library |
|---|
| 13 | long_description Suelta is a python SASL client library, providing authentication \ |
|---|
| 14 | and in some cases security layers |
|---|
| 15 | |
|---|
| 16 | platforms darwin |
|---|
| 17 | supported_archs noarch |
|---|
| 18 | |
|---|
| 19 | homepage https://github.com/dwd/Suelta |
|---|
| 20 | |
|---|
| 21 | python.versions 26 27 31 32 |
|---|
| 22 | python.default_version 27 |
|---|
| 23 | |
|---|
| 24 | checksums rmd160 f31b64d62d77a37b5fb66bb6bf047258426c7bed \ |
|---|
| 25 | sha256 0fa14af4792cc0b6f61cb5a1cd8fbdf7ddbaa6864ef82681021b750e9e6b2b61 |
|---|
| 26 | |
|---|
| 27 | fetch.type git |
|---|
| 28 | git.url git://github.com/dwd/Suelta.git |
|---|
| 29 | git.branch 33a4ccabc2 |
|---|
| 30 | distname suelta |
|---|