git: 7fec4ff48fa3 - main - devel/py-jaraco.timing: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 01 Sep 2024 14:13:07 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7fec4ff48fa3510a022569e6517a60f846cef920

commit 7fec4ff48fa3510a022569e6517a60f846cef920
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-09-01 14:12:56 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-09-01 14:12:56 +0000

    devel/py-jaraco.timing: Remove expired port
    
    2024-08-31 devel/py-jaraco.timing: Deprecated by upstream
---
 MOVED                            |  1 +
 devel/Makefile                   |  1 -
 devel/py-jaraco.timing/Makefile  | 32 --------------------------------
 devel/py-jaraco.timing/distinfo  |  3 ---
 devel/py-jaraco.timing/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/MOVED b/MOVED
index 99b4ee52c40a..6028f9c759bd 100644
--- a/MOVED
+++ b/MOVED
@@ -3444,3 +3444,4 @@ math/py-PyWavelets|math/py-pywavelets|2024-08-29|Renamed to match wheel package
 dns/dsp||2024-09-01|Has expired: Depends on expired dns/p5-DSC
 dns/p5-DSC||2024-09-01|Has expired: Depends on expired math/ploticus
 textproc/btparse|textproc/p5-Text-BibTeX|2024-09-01|Has expired: btparse has not updated for 19 years while p5-Text-BibTeX is up-to-date. Use textproc/p5-Text-BibTeX instead
+devel/py-jaraco.timing||2024-09-01|Has expired: Deprecated by upstream
diff --git a/devel/Makefile b/devel/Makefile
index 7eafef4e49cb..cffc2cc1e61a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5003,7 +5003,6 @@
     SUBDIR += py-jaraco.packaging
     SUBDIR += py-jaraco.stream
     SUBDIR += py-jaraco.text
-    SUBDIR += py-jaraco.timing
     SUBDIR += py-jaraco.util
     SUBDIR += py-javaproperties
     SUBDIR += py-jdcal
diff --git a/devel/py-jaraco.timing/Makefile b/devel/py-jaraco.timing/Makefile
deleted file mode 100644
index 513e66de0d38..000000000000
--- a/devel/py-jaraco.timing/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	jaraco.timing
-PORTVERSION=	3.0.0
-CATEGORIES=	devel python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Routines pertinent to the fourth dimension
-WWW=		https://github.com/jaraco/jaraco.timing
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Deprecated by upstream
-EXPIRATION_DATE=2024-08-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tempora>=1.5:devel/py-tempora@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-checkdocs>=2.4:devel/py-pytest-checkdocs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-enabler>=2.2:devel/py-pytest-enabler@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-ruff>=0.2.1:devel/py-pytest-ruff@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517 pytest
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-jaraco.timing/distinfo b/devel/py-jaraco.timing/distinfo
deleted file mode 100644
index b79c9f787ea2..000000000000
--- a/devel/py-jaraco.timing/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1722272056
-SHA256 (jaraco.timing-3.0.0.tar.gz) = f9590e60e59d2eec7cbe93b8a6865c86a6ba51760c7be4f2a211811d2a4b9935
-SIZE (jaraco.timing-3.0.0.tar.gz) = 7048
diff --git a/devel/py-jaraco.timing/pkg-descr b/devel/py-jaraco.timing/pkg-descr
deleted file mode 100644
index 3bfb879e8dae..000000000000
--- a/devel/py-jaraco.timing/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Routines pertinent to the fourth dimension.