COMMENT =		tool and library for working with Valve Pak files

MODPY_EGG_VERSION =	1.4.0
REVISION =		1
DISTNAME =		vpk-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}
CATEGORIES =		archivers
HOMEPAGE =		https://github.com/ValvePython/vpk

# MIT
PERMIT_PACKAGE =	Yes

MODULES =		lang/python
MODPY_PI =		Yes
MODPY_PYBUILD =		setuptools

FLAVORS =		python3
FLAVOR =		python3

# tests not included in pypi tarball
NO_TEST =		Yes

FIX_EXTRACT_PERMISSIONS =	Yes

.include <bsd.port.mk>
