4478b1de5e
Version 1.3.2 - Restore import-time initialization of macOS to avoid crash on thread+fork
21 lines
614 B
Makefile
21 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/08/18 07:35:32 adam Exp $
|
|
|
|
DISTNAME= setproctitle-1.3.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setproctitle/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/dvarrazzo/py-setproctitle
|
|
COMMENT= Python module to customize the process title
|
|
LICENSE= modified-bsd
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|