71cce5e81d
setuptools has this as default when --root is used (since version 0.6a11).
17 lines
440 B
Makefile
17 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/09 11:58:14 wiz Exp $
|
|
|
|
DISTNAME= ipython_genutils-0.2.0
|
|
PKGREVISION= 3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython_genutils/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ipython.org/
|
|
COMMENT= Vestigial utilities from IPython
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|