[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / py-bitstring

File: [local] / ports / devel / py-bitstring / Makefile (download)

Revision 1.7, Mon May 6 12:22:45 2024 UTC (3 weeks, 6 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT =		construction, analysis and modification of binary data

MODPY_EGG_VERSION =	3.1.5
DISTNAME =		bitstring-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}
REVISION =		4

CATEGORIES =		devel

HOMEPAGE =		https://github.com/scott-griffiths/bitstring

# MIT
PERMIT_PACKAGE =	Yes

EXTRACT_SUFX =		.zip

MODULES =		lang/python

MODPY_PI =		Yes
MODPY_PYTEST =		Yes
MODPY_TEST_DIR =	${WRKSRC}/test/

FLAVORS =		python3
FLAVOR =	python3

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${MODPY_PY_PREFIX}bitstring/
	${INSTALL_DATA} ${WRKSRC}/README.rst \
	    ${PREFIX}/share/doc/${MODPY_PY_PREFIX}bitstring/

.include <bsd.port.mk>