pkgsrc/lang/py-py3c/Makefile
adam 74459f0b17 py-py3c: updated to 1.4
v1.4

Additions:
add guidance around the use of Py_FindMethod

Fixes:
Avoid compiler warning about unused function
Fix DESTDIR support in the Makefile
Various documentation warning fixes
2022-01-31 13:44:39 +00:00

20 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/01/31 13:44:39 adam Exp $
DISTNAME= py3c-1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
# PyPI version does not have anything useful as of 1.3
#MASTER_SITES= ${MASTER_SITE_PYPI:=p/py3c/}
MASTER_SITES= ${MASTER_SITE_GITHUB:=encukou/}
GITHUB_PROJECT= py3c
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/encukou/py3c
COMMENT= Python compatibility headers
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"