![]() ![]() | ![]() |
py-stone: update to 3.3.8. 3.3.8 Bug fix for enumerated subtypes custom annotation by @vidit2606 in #338 Update stone version to 3.3.8 by @vidit2606 in #339 3.3.7 If a parameter has no properties still rerturn an empty dict not nil by @shizam in #333 fix: Replace deprecated distutils by @Moraxyc in #334 Fix custom annotation inheirtance bug by @rhui-dbx in #336 Update version to 3.3.7 by @vidit2606 in #337
# $NetBSD: Makefile,v 1.12 2024/08/10 07:39:59 wiz Exp $ DISTNAME= stone-3.3.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=s/stone/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/dropbox/stone COMMENT= Interface description language (IDL) for APIs LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner>=5.3.2:../../devel/py-test-runner TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-ply>=3.4:../../devel/py-ply DEPENDS+= ${PYPKGPREFIX}-six>=1.12.0:../../lang/py-six # doesn't work: # E ModuleNotFoundError: No module named 'test.backend_test_util' TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 # https://github.com/dropbox/stone/issues/266 post-extract: ${ECHO} 'ply>= 3.4' > ${WRKSRC}/requirements.txt ${ECHO} 'six>= 1.12.0' >> ${WRKSRC}/requirements.txt post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} stone stone-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"