20b6f8e2f3
Version 1.2 ~~~~~~~~~~~ - added ``getthreadtitle()`` and ``setthreadtitle()``. - Initialisation of the module moved to the first usage: importing the module doesn't cause side effects. - Manage much longer command lines (#52) - Improved build on BSD, dropped ancient versions (issue #67). - Fixed build for Python 3.8 (#66, #72) - Added support for Python 3.9 - Dropped support for Python < 3.6
14 lines
439 B
Makefile
14 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/11/29 18:09:51 wiz Exp $
|
|
|
|
DISTNAME= setproctitle-1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setproctitle/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/setproctitle
|
|
COMMENT= Python library to allow customization of the process title
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|