git: 2cba24e4258e - main - devel/py-pydrive: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Feb 2025 20:49:24 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cba24e4258e49c22d1c725f60988cc2bed6f365 commit 2cba24e4258e49c22d1c725f60988cc2bed6f365 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-02-04 20:49:19 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-02-04 20:49:19 +0000 devel/py-pydrive: Remove expired port 2025-01-31 devel/py-pydrive: Upstream repo archived on Jul 22, 2021 --- MOVED | 1 + devel/Makefile | 1 - devel/py-pydrive/Makefile | 25 ------------------------- devel/py-pydrive/distinfo | 3 --- devel/py-pydrive/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index ea0912fcf50f..925f9a035f40 100644 --- a/MOVED +++ b/MOVED @@ -4130,3 +4130,4 @@ databases/xtrabackup81|databases/xtrabackup84|2025-02-04|Has expired: Unsupporte games/allacrost||2025-02-04|Has expired: Fails to build and upstream is gone multimedia/mpeg_encode||2025-02-04|Has expired: Upstream is dead and it's buggy, consider using multimedia/ffmpeg sysutils/pcns||2025-02-04|Has expired: not supported upstream +devel/py-pydrive||2025-02-04|Has expired: Upstream repo archived on Jul 22, 2021 diff --git a/devel/Makefile b/devel/Makefile index 13054ac93412..e3ab9ae77433 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5556,7 +5556,6 @@ SUBDIR += py-pydevd SUBDIR += py-pydispatcher SUBDIR += py-pydocstyle - SUBDIR += py-pydrive SUBDIR += py-pyee SUBDIR += py-pyee11 SUBDIR += py-pyelftools diff --git a/devel/py-pydrive/Makefile b/devel/py-pydrive/Makefile deleted file mode 100644 index ec8d3ab7a271..000000000000 --- a/devel/py-pydrive/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= pydrive -PORTVERSION= 1.3.1 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyDrive-${PORTVERSION} - -MAINTAINER= paul@gromit.dlib.vt.edu -COMMENT= Google drive api made easy -WWW= https://github.com/googledrive/PyDrive - -LICENSE= APACHE20 - -DEPRECATED= Upstream repo archived on Jul 22, 2021 -EXPIRATION_DATE=2025-01-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.2:www/py-google-api-python-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0.0:security/py-oauth2client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.11:devel/py-pyyaml@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/devel/py-pydrive/distinfo b/devel/py-pydrive/distinfo deleted file mode 100644 index e8bb409c3fc0..000000000000 --- a/devel/py-pydrive/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1484930069 -SHA256 (PyDrive-1.3.1.tar.gz) = 83890dcc2278081c6e3f6a8da1f8083e25de0bcc8eb7c91374908c5549a20787 -SIZE (PyDrive-1.3.1.tar.gz) = 987445 diff --git a/devel/py-pydrive/pkg-descr b/devel/py-pydrive/pkg-descr deleted file mode 100644 index f75e73d040b2..000000000000 --- a/devel/py-pydrive/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyDrive - -PyDrive is a wrapper library of google-api-python-client that simplifies many -common Google Drive API tasks.