You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 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-kqueue
|
|
version 2.0.1
|
|
revision 0
|
|
license BSD
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description This is a kqueue package
|
|
long_description ${description}
|
|
homepage ftp://ftp.netbsd.org/pub/NetBSD/misc/jdolecek/
|
|
master_sites pypi:p/py-kqueue/
|
|
distname py-kqueue-${version}
|
|
checksums md5 98d0c0d76c1ff827b3de33ac0073d2e7 \
|
|
sha1 2b59840332786d08af84fd936bf47a11affc5ef6 \
|
|
rmd160 882e5525742e3ac1c638faf91de4dd9230c54a1d
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
use_zip yes
|
|
depends_build port:py${python.version}-setuptools
|
|
post-destroot {
|
|
xinstall -m 644 -W ${worksrcpath} README.txt TODO test1.py pykqueue.txt \
|
|
${destroot}${prefix}/share/doc/${subport}
|
|
}
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.name py-kqueue
|
|
}
|