head	1.11;
access;
symbols
	pkgsrc-2026Q1:1.10.0.2
	pkgsrc-2026Q1-base:1.10
	pkgsrc-2025Q4:1.9.0.2
	pkgsrc-2025Q4-base:1.9
	pkgsrc-2025Q3:1.8.0.4
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.2
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.7.0.12
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.10
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.7.0.8
	pkgsrc-2024Q3-base:1.7
	pkgsrc-2024Q2:1.7.0.6
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.7.0.4
	pkgsrc-2024Q1-base:1.7
	pkgsrc-2023Q4:1.7.0.2
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.5.0.14
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.12
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.5.0.10
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.8
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.5.0.6
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.5.0.4
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.5.0.2
	pkgsrc-2022Q1-base:1.5
	pkgsrc-2021Q4:1.4.0.8
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.6
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.4
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.2
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.3.0.4
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.3.0.2
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.2.0.4
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.1.0.6
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.2
	pkgsrc-2019Q3-base:1.1;
locks; strict;
comment	@# @;


1.11
date	2026.04.05.11.37.36;	author wiz;	state Exp;
branches;
next	1.10;
commitid	NMuQhJI6OArcnLAG;

1.10
date	2025.12.21.17.13.26;	author wiz;	state Exp;
branches;
next	1.9;
commitid	o8xJuKF8Do3EBinG;

1.9
date	2025.11.02.20.03.19;	author wiz;	state Exp;
branches;
next	1.8;
commitid	uIoVH0QvWSvo71hG;

1.8
date	2025.04.13.19.01.57;	author wiz;	state Exp;
branches;
next	1.7;
commitid	fqaioLePz847jVQF;

1.7
date	2023.12.17.22.23.50;	author wiz;	state Exp;
branches;
next	1.6;
commitid	hreBk2pTHERVWRQE;

1.6
date	2023.10.04.16.04.56;	author adam;	state Exp;
branches;
next	1.5;
commitid	Ed8gGsNi5ufnekHE;

1.5
date	2022.01.04.20.54.41;	author wiz;	state Exp;
branches;
next	1.4;
commitid	CYyhdK9qtoffkmnD;

1.4
date	2021.03.05.08.30.36;	author adam;	state Exp;
branches;
next	1.3;
commitid	WwEgNJltjXwI16KC;

1.3
date	2020.07.15.09.30.30;	author adam;	state Exp;
branches;
next	1.2;
commitid	3c7feDoShWkHQ9gC;

1.2
date	2020.01.09.14.21.06;	author wiz;	state Exp;
branches;
next	1.1;
commitid	lxUeISBr1mL0v1SB;

1.1
date	2019.07.02.12.00.13;	author adam;	state Exp;
branches;
next	;
commitid	vtL4teJV39ojRstB;


desc
@@


1.11
log
@py-google-auth-httplib2: update to 0.3.1.

Allow Protobuf 7.x, require Python 3.9 (#16102) (ec9262c45055d3d2b596cdde1649d3ce90b4347d)
Require Python 3.9 (ec9262c45055d3d2b596cdde1649d3ce90b4347d)
@
text
@# $NetBSD: Makefile,v 1.10 2025/12/21 17:13:26 wiz Exp $

DISTNAME=	google_auth_httplib2-0.3.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES=	security python
MASTER_SITES=	${MASTER_SITE_PYPI:=g/google-auth-httplib2/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth-httplib2
COMMENT=	Google Authentication Library: httplib2 transport
LICENSE=	apache-2.0

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-google-auth>=1.32:../../security/py-google-auth
DEPENDS+=	${PYPKGPREFIX}-httplib2>=0.19.0:../../www/py-httplib2
TEST_DEPENDS+=	${PYPKGPREFIX}-flask>=0:../../www/py-flask
TEST_DEPENDS+=	${PYPKGPREFIX}-test-localserver>=0:../../devel/py-test-localserver

USE_LANGUAGES=	# none

.if make(test)
ALLOW_NETWORK_ACCESS=	yes
.endif

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.10
log
@py-google-auth-httplib2: update to 0.3.0.

Add support for Python 3.14 (#202) (bdf128e7)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2025/11/02 20:03:19 wiz Exp $
d3 1
a3 1
DISTNAME=	google_auth_httplib2-0.3.0
d9 1
a9 1
HOMEPAGE=	https://github.com/googleapis/google-auth-library-python-httplib2
@


1.9
log
@py-google-auth-httplib2: update to 0.2.1.

Bug Fixes

    deps: Require google-auth >= 1.32.0,<3.0.0 (a69b725)
    deps: Require httplib2 >= 0.19.0,<1.0.0 (a69b725)
    Drop python 3.6; require python 3.7+ (a69b725)
    Remove setup.cfg configuration for creating universal wheels (#191) (c2be0ae)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/04/13 19:01:57 wiz Exp $
d3 1
a3 1
DISTNAME=	google_auth_httplib2-0.2.1
d21 3
a23 2
# as of 0.2.1
# 4 failed, 14 passed
@


1.8
log
@py-google-auth-httplib2: fix for setuptools>=78; add test depends
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2023/12/17 22:23:50 wiz Exp $
d3 2
a4 3
DISTNAME=	google-auth-httplib2-0.2.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
d9 1
a9 1
HOMEPAGE=	https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
d14 1
a14 1
DEPENDS+=	${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth
d21 3
@


1.7
log
@py-google-auth-httplib2: update to 0.2.0.

0.2.0 (2023-12-12)

Features

    Add support for Python 3.12 (#126) (9a110a6)

Dependencies

    Remove third-party mock library (#124) (ea0c7c6)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/10/04 16:04:56 adam Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
d17 2
a21 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.6
log
@py-google-auth-httplib2: updated to 0.1.1

0.1.1

Bug Fixes

Update setup.py
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:41 wiz Exp $
d3 1
a3 1
DISTNAME=	google-auth-httplib2-0.1.1
d13 1
d21 1
a21 1
.include "../../lang/python/egg.mk"
@


1.5
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2021/03/05 08:30:36 adam Exp $
d3 1
a3 1
DISTNAME=	google-auth-httplib2-0.1.0
a4 1
PKGREVISION=	1
d14 1
a14 2
DEPENDS+=	${PYPKGPREFIX}-httplib2>=0.15.0:../../www/py-httplib2
DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
@


1.4
log
@py-google-auth-httplib2: updated to 0.1.0

0.1.0

Features

add close method
expose a few httplib2 properties and a method
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/07/15 09:30:30 adam Exp $
d5 1
@


1.3
log
@py-google-auth-httplib2: updated to 0.0.4

0.0.4:
Features
expose a few httplib2 properties and a method
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/01/09 14:21:06 wiz Exp $
d3 1
a3 1
DISTNAME=	google-auth-httplib2-0.0.4
d14 1
a14 1
DEPENDS+=	${PYPKGPREFIX}-httplib2>=0.9.1:../../www/py-httplib2
@


1.2
log
@*: py-cachetools only supports python 3.x now, pass down to dependencies
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2019/07/02 12:00:13 adam Exp $
d3 1
a3 1
DISTNAME=	google-auth-httplib2-0.0.3
d13 1
d15 3
a19 1
USE_LANGUAGES=	# none
@


1.1
log
@py-google-auth-httplib2: added version 0.0.3

This library provides an httplib2 transport for google-auth.
@
text
@d1 1
a1 1
# $NetBSD$
d15 1
@

