head 1.7; access; symbols pkgsrc-2026Q1:1.7.0.10 pkgsrc-2026Q1-base:1.7 pkgsrc-2025Q4:1.7.0.8 pkgsrc-2025Q4-base:1.7 pkgsrc-2025Q3:1.7.0.6 pkgsrc-2025Q3-base:1.7 pkgsrc-2025Q2:1.7.0.4 pkgsrc-2025Q2-base:1.7 pkgsrc-2025Q1:1.7.0.2 pkgsrc-2025Q1-base:1.7 pkgsrc-2024Q4:1.6.0.2 pkgsrc-2024Q4-base:1.6 pkgsrc-2024Q3:1.5.0.4 pkgsrc-2024Q3-base:1.5 pkgsrc-2024Q2:1.5.0.2 pkgsrc-2024Q2-base:1.5 pkgsrc-2024Q1:1.3.0.4 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.2 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.2.0.4 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.2 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.7 date 2025.03.02.09.42.22; author wiz; state Exp; branches; next 1.6; commitid CscfD3BLPVwNytLF; 1.6 date 2024.10.14.06.45.39; author wiz; state Exp; branches; next 1.5; commitid ynDJEEQamKd33BtF; 1.5 date 2024.04.21.15.15.36; author wiz; state Exp; branches; next 1.4; commitid QlHRo6TRXetSw17F; 1.4 date 2024.04.21.13.40.01; author wiz; state Exp; branches; next 1.3; commitid rTVJBerEiFf7017F; 1.3 date 2023.10.28.19.57.00; author wiz; state Exp; branches; next 1.2; commitid jP8MYROLWZ3yJqKE; 1.2 date 2023.06.06.12.41.13; author riastradh; state Exp; branches; next 1.1; commitid xhspr6Z8JLQOWSrE; 1.1 date 2022.04.26.21.36.21; author wiz; state Exp; branches; next ; commitid dPuZoyqVfNooYKBD; desc @@ 1.7 log @py-gidgethub: fix build with latest flit_core and depend on it Bump PKGREVISION. @ text @# $NetBSD: Makefile,v 1.6 2024/10/14 06:45:39 wiz Exp $ DISTNAME= gidgethub-5.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gidgethub/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://pypi.org/project/gidgethub/ COMMENT= Async GitHub API library LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core TOOL_DEPENDS+= ${PYPKGPREFIX}-flit-[0-9]*:../../devel/py-flit DEPENDS+= ${PYPKGPREFIX}-uritemplate>=3.0.1:../../textproc/py-uritemplate DEPENDS+= ${PYPKGPREFIX}-JWT>=2.0.0:../../textproc/py-JWT TEST_DEPENDS+= ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp TEST_DEPENDS+= ${PYPKGPREFIX}-black-[0-9]*:../../textproc/py-black TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage TEST_DEPENDS+= ${PYPKGPREFIX}-httpx>=0.16.1:../../www/py-httpx TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources TEST_DEPENDS+= ${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.1:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov # not packaged yet #TEST_DEPENDS+= ${PYPKGPREFIX}-test-tornasync-[0-9]*:../../devel/py-test-tornasync TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist TEST_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @*: clean-up after python38 removal @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2024/04/21 15:15:36 wiz Exp $ d5 1 d14 1 @ 1.5 log @py-gidgethub: does not support Python 3.8 any longer (due to py-docutils) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2024/04/21 13:40:01 wiz Exp $ a29 2 PYTHON_VERSIONS_INCOMPATIBLE= 27 38 @ 1.4 log @py-gidgethub: update to 5.3.0. 5.3.0 ----- - Add support passing ``extra_headers`` when making requests (`PR #192 `_) - Add a getstatus() method for APIs that do not return content. (`PR #194 `_) 5.2.1 ----- - Fix cgi and importlib_resources deprecations. (`PR #185 `_) - Add support for Python 3.11 and drop EOL Python 3.6 (`PR #184 `_) 5.2.0 ----- - Make the minimum version of PyJWT be v2.4.0. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/10/28 19:57:00 wiz Exp $ d30 1 a30 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 @ 1.3 log @python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/06/06 12:41:13 riastradh Exp $ d3 1 a3 1 DISTNAME= gidgethub-5.1.0 a4 1 PKGREVISION= 1 @ 1.2 log @Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2022/04/26 21:36:21 wiz Exp $ d5 1 @ 1.1 log @devel/py-gidgethub: import py-gidgethub-5.1.0 This is a library for the GitHub API which performs no I/O of its own (a sans-I/O library). This allows users to choose whatever HTTP library they prefer while parceling out GitHub-specific details to this library. This base library is then built upon to provide an abstract base class to a cleaner API to work with. Finally, implementations of the abstract base class are provided for asynchronous HTTP libraries for immediate usage. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.29 2020/05/03 18:29:16 adam Exp $ d13 1 a13 1 BUILD_DEPENDS+= ${PYPKGPREFIX}-flit-[0-9]*:../../devel/py-flit @