git: a201fc5c177a - main - devel/py-gtfslib: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jun 2024 15:29:57 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a201fc5c177a4f2bf9f325639474c479dfebcfc5 commit a201fc5c177a4f2bf9f325639474c479dfebcfc5 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-11 15:29:47 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-11 15:29:47 +0000 devel/py-gtfslib: Remove expired port 2024-06-04 devel/py-gtfslib: Depends on expired databases/py-sqlalchemy11 --- MOVED | 1 + devel/Makefile | 1 - devel/py-gtfslib/Makefile | 28 ---------------------------- devel/py-gtfslib/distinfo | 3 --- devel/py-gtfslib/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 34 deletions(-) diff --git a/MOVED b/MOVED index e4556a889ef5..5d4af3667c6e 100644 --- a/MOVED +++ b/MOVED @@ -3283,3 +3283,4 @@ databases/py-alembic14||2024-06-11|Has expired: Depends on expired databases/py- deskutils/griffith||2024-06-11|Has expired: Depends on expired databases/py-sqlalchemy12 misc/py-cinder||2024-06-11|Has expired: Depends on expired databases/py-sqlalchemy12 databases/py-sqlalchemy12||2024-06-11|Has expired: Upstream makred EOL in Release Status +devel/py-gtfslib||2024-06-11|Has expired: Depends on expired databases/py-sqlalchemy11 diff --git a/devel/Makefile b/devel/Makefile index f7d768a1a9ef..c51192cb5181 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4867,7 +4867,6 @@ SUBDIR += py-grpcio-status SUBDIR += py-grpcio-tools SUBDIR += py-gs_api_client - SUBDIR += py-gtfslib SUBDIR += py-guppy3 SUBDIR += py-gyp SUBDIR += py-hacking diff --git a/devel/py-gtfslib/Makefile b/devel/py-gtfslib/Makefile deleted file mode 100644 index 33c2434a1c12..000000000000 --- a/devel/py-gtfslib/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= gtfslib -PORTVERSION= 1.0.0 -CATEGORIES= devel python databases geography -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= lbartoletti@FreeBSD.org -COMMENT= Library for reading GTFS-based transit data in Python -WWW= https://pypi.org/project/gtfslib/ - -LICENSE= GPLv3+ - -DEPRECATED= Depends on expired databases/py-sqlalchemy11 -EXPIRATION_DATE=2024-06-04 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.6.1:databases/py-sqlalchemy11@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docopt>=0.6:devel/py-docopt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyqtree>=0.24:devel/py-pyqtree@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyshp>=1.2.12:devel/py-pyshp@${PY_FLAVOR} - -NO_ARCH= yes - -USES= python -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/devel/py-gtfslib/distinfo b/devel/py-gtfslib/distinfo deleted file mode 100644 index d5938bff59d8..000000000000 --- a/devel/py-gtfslib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1503435799 -SHA256 (gtfslib-1.0.0.tar.gz) = d3f715c32b90ee468a13b4f9da3053b7a791d52ed5bf88a4ac2b524a3a2427b5 -SIZE (gtfslib-1.0.0.tar.gz) = 46686 diff --git a/devel/py-gtfslib/pkg-descr b/devel/py-gtfslib/pkg-descr deleted file mode 100644 index 2603dc4bf20a..000000000000 --- a/devel/py-gtfslib/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -An open source library in python for reading GTFS files and computing various -stats and indicators about Public Transport networks.