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
|
|
|
|
2008-03-29 04:07:30 +00:00
|
|
|
PortSystem 1.0
|
2013-01-19 06:35:34 +00:00
|
|
|
PortGroup python 1.0
|
2008-03-29 04:07:30 +00:00
|
|
|
|
|
|
|
|
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
|
2008-03-29 04:07:30 +00:00
|
|
|
platforms darwin
|
2014-07-03 17:50:11 +00:00
|
|
|
maintainers nomaintainer
|
2008-03-29 04:07:30 +00:00
|
|
|
description This is a kqueue package
|
|
|
|
|
long_description ${description}
|
|
|
|
|
homepage ftp://ftp.netbsd.org/pub/NetBSD/misc/jdolecek/
|
2016-05-24 07:48:05 +00:00
|
|
|
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
|
|
|
|
2014-10-15 01:40:58 +00:00
|
|
|
python.versions 27
|
2013-01-19 06:35:34 +00:00
|
|
|
|
2013-12-05 08:44:51 +00:00
|
|
|
if {${name} ne ${subport}} {
|
2013-01-19 06:35:34 +00:00
|
|
|
use_zip yes
|
2013-06-11 14:40:14 +00:00
|
|
|
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
|
|
|
}
|