Commit 812a52a9 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-pydrive2: Remove expired port

2025-06-01 www/py-pydrive2: Depends on expired security/py-oauth2client
parent b5a8aa21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4477,3 +4477,4 @@ devel/py-pytest-cases||2025-06-02|Has expired: Depends on expired devel/py-makef
devel/py-decopatch||2025-06-02|Has expired: Depends on expired devel/py-makefun
graphics/rubygem-ezprint||2025-06-02|Has expired: Depends on expired graphics/rubygem-pdfkit
databases/datasette||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
www/py-pydrive2||2025-06-02|Has expired: Depends on expired security/py-oauth2client
+0 −1
Original line number Diff line number Diff line
@@ -1834,7 +1834,6 @@
    SUBDIR += py-proxy_tools
    SUBDIR += py-puppetboard
    SUBDIR += py-py-restclient
    SUBDIR += py-pydrive2
    SUBDIR += py-pygsheets
    SUBDIR += py-pyjwt
    SUBDIR += py-pyjwt1

www/py-pydrive2/Makefile

deleted100644 → 0
+0 −61
Original line number Diff line number Diff line
PORTNAME=	PyDrive2
DISTVERSION=	1.21.3
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pydrive2-${DISTVERSION}

MAINTAINER=	matthew@wener.org
COMMENT=	PyDrive2 is a wrapper library of google-api-python-client
WWW=		https://github.com/iterative/PyDrive2

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Depends on expired security/py-oauth2client
EXPIRATION_DATE=2025-06-01

BUILD_DEPENDS=	${PY_SETUPTOOLS} \
		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}oauth2client>=0:security/py-oauth2client@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}openssl<=24.2.1,1:security/py-openssl@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist cryptography pep517

NO_ARCH=	yes

PORTDOCS=	*
PORTEXAMPLES=	*

OPTIONS_DEFINE=	DOCS EXAMPLES FSSPEC

FSSPEC_DESC=		Filesystem interfaces for Python

DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
FSSPEC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}fsspec>=0:filesystems/py-fsspec@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}funcy>=0:devel/py-funcy@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}

pre-build-DOCS-on:
	@(cd ${BUILD_WRKSRC}; \
	${SETENVI} ${WRK_ENV} \
	sphinx-build-${PYTHON_VER} \
		-b html -d _build/doctress docs/ build/sphinx/html)

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	(cd ${WRKSRC}/build/sphinx/html && \
		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
		"! -name .buildinfo -and ! -name .nojekyll -and ! -name objects.inv")

do-install-EXAMPLES-on:
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})

.include <bsd.port.mk>

www/py-pydrive2/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1739219627
SHA256 (pydrive2-1.21.3.tar.gz) = 649b84d60c637bc7146485039535aa8f1254ad156423739f07e5d32507447c13
SIZE (pydrive2-1.21.3.tar.gz) = 63348

www/py-pydrive2/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
PyDrive2 is a wrapper library of google-api-python-client
that simplifies many common Google Drive API V2 tasks.