diff --git a/lang/py-lupa/Makefile b/lang/py-lupa/Makefile index 202d441029ec..65abfc077ec2 100644 --- a/lang/py-lupa/Makefile +++ b/lang/py-lupa/Makefile @@ -1,36 +1,37 @@ PORTNAME= lupa -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= lang python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/scoder/lupa/releases/download/lupa-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python wrapper around Lua and LuaJIT WWW= https://github.com/scoder/lupa LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython3>=3.0.9:lang/cython3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= lua pkgconfig python USE_PYTHON= autoplist concurrent pep517 unittest MAKE_ARGS= --no-bundle --with-cython --with-lua-checks TEST_ARGS= lupa.tests.test # Clean up bundled libraries .if !defined(MAINTAINER_MODE) EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/third-party \ --no-same-owner --no-same-permissions .else post-patch: @${RM} -r ${WRKSRC}/third-party/ .endif post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include diff --git a/lang/py-lupa/distinfo b/lang/py-lupa/distinfo index 00f9289caadc..c86a5f4e3433 100644 --- a/lang/py-lupa/distinfo +++ b/lang/py-lupa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711466198 -SHA256 (lupa-2.1.tar.gz) = 760030712d5273396f5e963dd8731aefb5ac65d92eff8bf8fd4124c1630fe950 -SIZE (lupa-2.1.tar.gz) = 7111959 +TIMESTAMP = 1717386876 +SHA256 (lupa-2.2.tar.gz) = 665a006bcf8d9aacdfdb953824b929d06a0c55910a662b59be2f157ab4c8924d +SIZE (lupa-2.2.tar.gz) = 7147957