pkgsrc/devel/py-xdis/Makefile
adam 8d70384118 py-xdis: updated to 4.0.3
4.0.3:
Support 3.8.0beta2; Code38 type with posonlyargcount field
Add Python versions 3.4.10, 3.7.4 and 3.6.9
script no longer works to install pydisasm; entry_points still works
Add pypy 3.6 opcode formatting for MAKE_FUNCTION and EXTENDED_ARG
Add format_CALL_function and use it or pypy36
Start using "blacken" to reformat Python files
2019-08-03 08:55:10 +00:00

24 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/08/03 08:55:10 adam Exp $
DISTNAME= xdis-4.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rocky/python-xdis
COMMENT= Python cross-version byte-code disassembler and marshal routines
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} pydisasm pydisasm-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"