e7a1800738
py3c helps you port C extensions to Python 3. It provides a detailed guide, and a set of macros to make porting easy and reduce boilerplate.
20 lines
557 B
Makefile
20 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/07/27 20:11:44 adam Exp $
|
|
|
|
DISTNAME= py3c-1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= lang python
|
|
# PyPI version does not have anything useful as of 1.2
|
|
#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"
|