Files

34 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2013-01-19 06:35:34 +00:00
# -*- 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
2008-04-09 12:27:12 +00:00
PortSystem 1.0
2013-01-19 06:35:34 +00:00
PortGroup python 1.0
name py-kqueue
2008-04-09 12:27:12 +00:00
version 2.0.1
2019-03-07 22:57:54 -05:00
revision 0
2013-01-19 06:35:34 +00:00
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/
2008-03-29 16:01:35 +00:00
distname py-kqueue-${version}
2008-04-09 12:27:12 +00:00
checksums md5 98d0c0d76c1ff827b3de33ac0073d2e7 \
sha1 2b59840332786d08af84fd936bf47a11affc5ef6 \
rmd160 882e5525742e3ac1c638faf91de4dd9230c54a1d
2013-01-19 06:35:34 +00:00
python.versions 27
2013-01-19 06:35:34 +00:00
if {${name} ne ${subport}} {
2013-01-19 06:35:34 +00:00
use_zip yes
depends_build port:py${python.version}-setuptools
2013-01-19 06:35:34 +00:00
post-destroot {
xinstall -m 644 -W ${worksrcpath} README.txt TODO test1.py pykqueue.txt \
${destroot}${prefix}/share/doc/${subport}
}
2019-03-07 22:57:54 -05:00
livecheck.type none
} else {
livecheck.name py-kqueue
2008-04-09 12:27:12 +00:00
}