aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-11 15:29:47 +0000
committerRene Ladan <rene@FreeBSD.org>2024-06-11 15:29:47 +0000
commita201fc5c177a4f2bf9f325639474c479dfebcfc5 (patch)
tree1ea57e7ff62d5a8528052cf87857895d0f69dc85
parent25e1127e5703dd56162b7cf0e9acbe0427baae89 (diff)
devel/py-gtfslib: Remove expired port
2024-06-04 devel/py-gtfslib: Depends on expired databases/py-sqlalchemy11
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-gtfslib/Makefile28
-rw-r--r--devel/py-gtfslib/distinfo3
-rw-r--r--devel/py-gtfslib/pkg-descr2
5 files changed, 1 insertions, 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.