COMMENT =		tool and library for working with Valve Pak files

MODPY_EGG_VERSION =	1.3.3
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_SETUPTOOLS =	Yes

FLAVORS =		python3
FLAVOR =		python3

# tests not included in pypi tarball
NO_TEST =		Yes

.include <bsd.port.mk>
