head	1.11;
access;
symbols
	pkgsrc-2024Q1:1.10.0.18
	pkgsrc-2024Q1-base:1.10
	pkgsrc-2023Q4:1.10.0.16
	pkgsrc-2023Q4-base:1.10
	pkgsrc-2023Q3:1.10.0.14
	pkgsrc-2023Q3-base:1.10
	pkgsrc-2023Q2:1.10.0.12
	pkgsrc-2023Q2-base:1.10
	pkgsrc-2023Q1:1.10.0.10
	pkgsrc-2023Q1-base:1.10
	pkgsrc-2022Q4:1.10.0.8
	pkgsrc-2022Q4-base:1.10
	pkgsrc-2022Q3:1.10.0.6
	pkgsrc-2022Q3-base:1.10
	pkgsrc-2022Q2:1.10.0.4
	pkgsrc-2022Q2-base:1.10
	pkgsrc-2022Q1:1.10.0.2
	pkgsrc-2022Q1-base:1.10
	pkgsrc-2021Q4:1.7.0.6
	pkgsrc-2021Q4-base:1.7
	pkgsrc-2021Q3:1.7.0.4
	pkgsrc-2021Q3-base:1.7
	pkgsrc-2021Q2:1.7.0.2
	pkgsrc-2021Q2-base:1.7
	pkgsrc-2021Q1:1.6.0.8
	pkgsrc-2021Q1-base:1.6
	pkgsrc-2020Q4:1.6.0.6
	pkgsrc-2020Q4-base:1.6
	pkgsrc-2020Q3:1.6.0.4
	pkgsrc-2020Q3-base:1.6
	pkgsrc-2020Q2:1.6.0.2
	pkgsrc-2020Q2-base:1.6
	pkgsrc-2020Q1:1.5.0.4
	pkgsrc-2020Q1-base:1.5
	pkgsrc-2019Q4:1.5.0.6
	pkgsrc-2019Q4-base:1.5
	pkgsrc-2019Q3:1.5.0.2
	pkgsrc-2019Q3-base:1.5
	pkgsrc-2019Q2:1.4.0.6
	pkgsrc-2019Q2-base:1.4
	pkgsrc-2019Q1:1.4.0.4
	pkgsrc-2019Q1-base:1.4
	pkgsrc-2018Q4:1.4.0.2
	pkgsrc-2018Q4-base:1.4
	pkgsrc-2018Q3:1.3.0.4
	pkgsrc-2018Q3-base:1.3
	pkgsrc-2018Q2:1.3.0.2
	pkgsrc-2018Q2-base:1.3
	pkgsrc-2018Q1:1.2.0.2
	pkgsrc-2018Q1-base:1.2;
locks; strict;
comment	@# @;


1.11
date	2024.04.04.13.37.21;	author wiz;	state dead;
branches;
next	1.10;
commitid	XR3ccQPeG75SwP4F;

1.10
date	2022.01.05.15.41.29;	author wiz;	state Exp;
branches;
next	1.9;
commitid	FQ77UruBIUsgzsnD;

1.9
date	2022.01.04.20.55.29;	author wiz;	state Exp;
branches;
next	1.8;
commitid	CYyhdK9qtoffkmnD;

1.8
date	2022.01.01.17.31.36;	author wiz;	state Exp;
branches;
next	1.7;
commitid	o3YYvhVOF4ZujXmD;

1.7
date	2021.05.06.04.49.56;	author adam;	state Exp;
branches;
next	1.6;
commitid	jYEQQhASmC4wO2SC;

1.6
date	2020.06.04.06.25.17;	author adam;	state Exp;
branches;
next	1.5;
commitid	2m51Q5x0B0vS8SaC;

1.5
date	2019.07.02.10.08.19;	author adam;	state Exp;
branches;
next	1.4;
commitid	j7o0P48sVyyYestB;

1.4
date	2018.10.07.11.18.46;	author adam;	state Exp;
branches;
next	1.3;
commitid	3XvoImbhFAgff1VA;

1.3
date	2018.06.16.20.31.12;	author bsiegert;	state Exp;
branches;
next	1.2;
commitid	F4mMBSPSm8KLVxGA;

1.2
date	2018.02.05.15.05.02;	author jperkin;	state Exp;
branches;
next	1.1;
commitid	J5wfFbobMok0lGpA;

1.1
date	2018.02.04.15.04.00;	author bsiegert;	state Exp;
branches;
next	;
commitid	NQIjpH1avhMFmypA;


desc
@@


1.11
log
@py-google-apitools: remove

Deprecated upstream, replaced by other Google Cloud tools.
@
text
@# $NetBSD: Makefile,v 1.10 2022/01/05 15:41:29 wiz Exp $

DISTNAME=	google-apitools-0.5.32
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_PYPI:=g/google-apitools/}

MAINTAINER=	bsiegert@@NetBSD.org
HOMEPAGE=	https://github.com/google/apitools
COMMENT=	Client libraries for humans
LICENSE=	apache-2.0

DEPENDS+=	${PYPKGPREFIX}-fasteners>=0.14:../../devel/py-fasteners
DEPENDS+=	${PYPKGPREFIX}-gflags>=3.0.6:../../devel/py-gflags
DEPENDS+=	${PYPKGPREFIX}-httplib2>=0.8:../../www/py-httplib2
DEPENDS+=	${PYPKGPREFIX}-oauth2client>=2.1.0:../../security/py-oauth2client
DEPENDS+=	${PYPKGPREFIX}-six>=1.12.0:../../lang/py-six
TEST_DEPENDS+=	${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock
TEST_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose

PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-gflags

USE_PKG_RESOURCES=	yes

USE_LANGUAGES=	# none

post-install:
	cd ${DESTDIR}${PREFIX}/bin && \
	${MV} gen_client gen_client-${PYVERSSUFFIX} || ${TRUE}

do-test:
	cd ${WRKSRC} && nosetests-${PYVERSSUFFIX}

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


1.10
log
@python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:29 wiz Exp $
@


1.9
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.8 2022/01/01 17:31:36 wiz Exp $
d5 1
a5 1
PKGREVISION=	1
d24 2
@


1.8
log
@py-gflags: convert to egg.mk

Disable python 2.7 version, which would need a hack.

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2021/05/06 04:49:56 adam Exp $
d5 1
@


1.7
log
@py-google-apitools: updated to 0.5.32

v0.5.32
* Pin to an old RSA version for Python 2
* Try switching the order or rsa and oauth2client
* Revert attempted RSA fix.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2020/06/04 06:25:17 adam Exp $
d21 2
@


1.6
log
@py-google-apitools: updated to 0.5.31

v0.5.31
Update apitools version to 0.5.31.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2019/07/02 10:08:19 adam Exp $
d3 1
a3 1
DISTNAME=	google-apitools-0.5.31
a19 1
TEST_DEPENDS+=	${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
@


1.5
log
@py-google-apitools: updated to 0.5.30

0.5.30:
Unknown changes.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2018/10/07 11:18:46 adam Exp $
d3 1
a3 1
DISTNAME=	google-apitools-0.5.30
@


1.4
log
@py-google-apitools: updated to 0.5.24

0.5.24:
Bug fixes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2018/06/16 20:31:12 bsiegert Exp $
d3 1
a3 1
DISTNAME=	google-apitools-0.5.24
d17 1
a17 1
DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
d26 1
a26 1
		${MV} gen_client gen_client-${PYVERSSUFFIX} || ${TRUE}
@


1.3
log
@Update py-google-apitools to 0.5.23.

Now with Python 3 support.

(I forgot to commit this as part of the py-gsutil upgrade. Sorry.)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2018/02/05 15:05:02 jperkin Exp $
d3 1
a3 1
DISTNAME=	google-apitools-0.5.23
d5 1
a5 1
CATEGORIES=	www
d18 9
a26 5

# Test dependencies:
DEPENDS+=	${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock
DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
DEPENDS+=	${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
@


1.2
log
@py-google-apitools: Set PYTHON_VERSIONS_INCOMPATIBLE (py-google-apputils).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/02/04 15:04:00 bsiegert Exp $
d3 1
a3 1
DISTNAME=	google-apitools-0.5.21
a14 1
DEPENDS+=	${PYPKGPREFIX}-google-apputils>=0.4.0:../../devel/py-google-apputils
a23 4
PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-google-apputils

post-install:
	${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/requires.txt.orig
@


1.1
log
@Add a package for google-apitools.

"google-apitools" is a collection of utilities to make it easier to build
client-side tools, especially those that talk to Google APIs.

Part of PR pkg/52941.
@
text
@d1 1
a1 1
# $NetBSD$
d25 2
@

