git: 2c0526b38778 - main - net/py-ec2-cli-tools: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 14:55:27 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c0526b387787b8b2bf26d5c42884e0ecbeccb34
commit 2c0526b387787b8b2bf26d5c42884e0ecbeccb34
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:55:23 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:55:23 +0000
net/py-ec2-cli-tools: Remove expired port
2025-03-31 net/py-ec2-cli-tools: Depends on expired devel/py-boto
---
MOVED | 1 +
net/Makefile | 1 -
net/py-ec2-cli-tools/Makefile | 24 ------------------------
net/py-ec2-cli-tools/distinfo | 2 --
net/py-ec2-cli-tools/pkg-descr | 1 -
5 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/MOVED b/MOVED
index d4a152b5a6c1..d22d822d6c14 100644
--- a/MOVED
+++ b/MOVED
@@ -4258,3 +4258,4 @@ sysutils/py-google-compute-engine||2025-03-31|Has expired: Depends on expired de
devel/ocaml-type_conv|devel/ocaml-ppxlib|2025-03-31|Has expired: Deprecated, upstream recommends migrating to devel/ocaml-ppxlib
multimedia/dirac||2025-03-31|Has expired: Legacy video codec superseded by multiple formats. Files can be decoded using FFmpeg
ports-mgmt/py-pytoport||2025-03-31|Has expired: Depends on expired misc/py-spdx-lookup
+net/py-ec2-cli-tools||2025-03-31|Has expired: Depends on expired devel/py-boto
diff --git a/net/Makefile b/net/Makefile
index 5d622abb8e68..bc608af4341f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1056,7 +1056,6 @@
SUBDIR += py-dpkt
SUBDIR += py-duet
SUBDIR += py-dugong
- SUBDIR += py-ec2-cli-tools
SUBDIR += py-ephemeral-port-reserve
SUBDIR += py-err-backend-discord
SUBDIR += py-err-backend-mattermost
diff --git a/net/py-ec2-cli-tools/Makefile b/net/py-ec2-cli-tools/Makefile
deleted file mode 100644
index 65d5494673a2..000000000000
--- a/net/py-ec2-cli-tools/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= ec2-cli-tools
-PORTVERSION= 1.5
-PORTREVISION= 2
-CATEGORIES= net python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances
-WWW= https://github.com/FlipPath/ec2-cli-tools
-
-LICENSE= MIT
-
-DEPRECATED= Depends on expired devel/py-boto
-EXPIRATION_DATE=2025-03-31
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:devel/py-boto@${PY_FLAVOR} \
- bash:shells/bash
-
-USE_PYTHON= distutils autoplist
-USES= python shebangfix
-SHEBANG_FILES= bin/ec2getsnaps bin/ec2hostcache bin/ec2ssh
-
-.include <bsd.port.mk>
diff --git a/net/py-ec2-cli-tools/distinfo b/net/py-ec2-cli-tools/distinfo
deleted file mode 100644
index dcad06a478a8..000000000000
--- a/net/py-ec2-cli-tools/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ec2-cli-tools-1.5.tar.gz) = 9bd5d8cf71afae623f15c9050c56f9d8568d879c1695d7279081a4d961ce50a8
-SIZE (ec2-cli-tools-1.5.tar.gz) = 5949
diff --git a/net/py-ec2-cli-tools/pkg-descr b/net/py-ec2-cli-tools/pkg-descr
deleted file mode 100644
index fae852b2dca1..000000000000
--- a/net/py-ec2-cli-tools/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Helpful CLI utilities for querying and connecting to EC2 instances