Commits

reneeotten authored and Perry E. Metzger committed b36b1ab7c72
py-couchdbkit: remove obsolete py26 subport
No tags

python/py-couchdbkit/Portfile

Modified
24 24
25 25 homepage http://couchdbkit.org/
26 26 master_sites pypi:${_n}/${_name}/
27 27 distname ${_name}-${version}
28 28
29 29 checksums md5 d5f6382665697b0f126f68a211c1a5a2 \
30 30 sha1 64feff3bc6e47ff04d7efceeaad027036215d2c2 \
31 31 rmd160 58f1fe17b32c3b307851b9f2701a987aab8d9849
32 32
33 33 # Python >= 2.6 required, Python 3.x supported "soon"
34 -python.versions 26 27
34 +python.versions 27
35 35
36 36 if {${name} ne ${subport}} {
37 37 depends_build-append port:py${python.version}-setuptools
38 38 depends_lib-append port:py${python.version}-restkit
39 39
40 40 # Adding documentation and examples
41 41 post-destroot {
42 42 set dest_doc ${destroot}${prefix}/share/doc/${subport}
43 43 xinstall -d ${dest_doc}
44 44 xinstall -m 755 -W ${worksrcpath} \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut