256e20030f
- Fixes the broken test for creating and destroying integer nodes via py-sysctl. - Bumps PKGREVISION due to the fix. This addresses the issue mentioned by maya@ in PR pkg/54530 Thanks to christos@ for helping with the fix. Reveiwed by: maya
19 lines
521 B
Makefile
19 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/09/15 15:17:06 fox Exp $
|
|
|
|
DISTNAME= py-sysctl-0.1
|
|
PKGNAME= ${PYPKGPREFIX}-sysctl-0.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cherry/
|
|
|
|
# Depends on NetBSD's dynamic sysctl discovery API.
|
|
# (If you have another OS that supports this, add it here)
|
|
ONLY_FOR_PLATFORM+= NetBSD-*-*
|
|
|
|
MAINTAINER= cherry@zyx.in
|
|
COMMENT= Python interface to sysctl(3)
|
|
|
|
PYDISTUTILSPKG= # yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|