ports/devel/py-pycnite/Makefile
Po-Chuan Hsieh 2225f873e5
devel/py-pycnite: Add py-pycnite 2023.10.11
pycnite is a collection of utilities for working with compiled Python bytecode.

This library adds pure Python, versioned parsers for the .pyc format, allowing
tools that work with bytecode to have different host and target Python versions.
2023-11-15 03:47:34 +08:00

22 lines
527 B
Makefile

PORTNAME= pycnite
PORTVERSION= 2023.10.11
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python bytecode utilities
WWW= https://github.com/google/pycnite
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>