mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.4
- Assign maintainership to submitter - Minor cleanup (me) PR: ports/74224 Approved by: dwhite (maintainer)
This commit is contained in:
parent
f716dbb7ac
commit
981e3b39ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124663
@ -6,20 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= kqueue
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= dwhite
|
||||
MASTER_SITES= http://ox.eicat.ca/~dgilbert/files/
|
||||
PKGNAMEPREFIX= py-
|
||||
DISTNAME= PyKQueue-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tbz
|
||||
|
||||
MAINTAINER= dwhite@FreeBSD.org
|
||||
MAINTAINER= ports@dclg.ca
|
||||
COMMENT= Python interface to kqueue(2) and kevent(2) system calls
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
USE_REINPLACE= yes
|
||||
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
|
||||
FILES= kqsyscallmodule.so KQueue.py KQueue.pyc
|
||||
PLIST_FILES= ${FILES:S+^+%%PYTHON_SITELIBDIR%%/+g}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (PyKQueue-1.3.tar.gz) = f50c3ae4b254ae933149938f8ed62bb5
|
||||
SIZE (PyKQueue-1.3.tar.gz) = 15958
|
||||
MD5 (PyKQueue-1.4.tbz) = 982607e72cd5f2f7deb06ff5ae496537
|
||||
SIZE (PyKQueue-1.4.tbz) = 12800
|
||||
|
@ -10,4 +10,4 @@ manpages for details.
|
||||
This Python module provides a C module and supporting Python script to
|
||||
use these functions in a object-oriented manner.
|
||||
|
||||
WWW: http://people.freebsd.org/~dwhite/PyKQueue/
|
||||
WWW: http://ox.eicat.ca/~dgilbert/files/PyKQueue.html
|
||||
|
@ -1,3 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/kqsyscallmodule.so
|
||||
%%PYTHON_SITELIBDIR%%/KQueue.py
|
||||
%%PYTHON_SITELIBDIR%%/KQueue.pyc
|
Loading…
Reference in New Issue
Block a user