e88f4c65bd
Official release notes: GH#103: Provide wheels for MS Windows and fix MSVC build on Py2.7. Some notable commits: - Fix a potential crash on Python shutdown when trying to create a traceback entry for an exception, by statically disabling C-lines in tracebacks. - Remove official support for Py2.6 and add it for Py3.7.
18 lines
436 B
Makefile
18 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/11/01 23:57:15 alnsn Exp $
|
|
|
|
DISTNAME= lupa-1.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lupa/}
|
|
|
|
MAINTAINER= alnsn@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/lupa
|
|
COMMENT= Python wrapper around Lua and LuaJIT
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|