32aa53991e
1.8.0: - add "importlib" pyimport mode for python3.5+, allowing unimportable test suites to contain identically named modules. - fix LocalPath.as_cwd() not calling os.chdir() with None, when being invoked from a non-existing directory.
18 lines
527 B
Makefile
18 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/03/13 19:22:47 adam Exp $
|
|
|
|
DISTNAME= py-1.8.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/py/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pytest-dev/py
|
|
COMMENT= Library with cross-python path, ini-parsing, io, code, log facilities
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|