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

File: [local] / ports / news / py-sabctools / Makefile (download)

Revision 1.5, Mon May 6 12:23:55 2024 UTC (3 weeks, 6 days ago) by sthen
Branch: MAIN
Changes since 1.4: +1 -0 lines

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

COMMENT =		C implementations of functions for use within SABnzbd

MODPY_EGG_VERSION =	8.1.0
EPOCH =			0
DISTNAME =		sabctools-${MODPY_EGG_VERSION}
PKGNAME =		py-sabctools-${MODPY_EGG_VERSION}
REVISION =		0

CATEGORIES =		news

MAINTAINER =		Bjorn Ketelaars <bket@openbsd.org>

HOMEPAGE =		https://github.com/sabnzbd/sabctools

# GPLv2
PERMIT_PACKAGE =	Yes

WANTLIB =		${COMPILER_LIBCXX} m

# C++11
COMPILER =		base-clang ports-gcc ports-clang

MODULES =		lang/python
MODPY_PI =		Yes
MODPY_PYBUILD =		setuptools

FLAVORS =		python3
FLAVOR =		python3

# No test suites in pypi tarball
NO_TEST =	Yes

.include <bsd.port.mk>