1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

devel/py-cachetools3: Remove obsoleted port

Use devel/py-cachetools instead.
This commit is contained in:
Po-Chuan Hsieh 2023-11-28 02:01:08 +08:00
parent 90bfd87af8
commit 8d7631e403
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
5 changed files with 1 additions and 29 deletions

1
MOVED
View File

@ -8093,3 +8093,4 @@ math/gri||2023-11-26|Has expired: Last upstream release was in 2012 and gnuplot
comms/telldus-core||2023-11-26|Has expired: BROKEN for more than a year
sysutils/openshift-install||2023-11-26|Has expired: BROKEN for more than a year
devel/capnproto080|devel/capnproto1|2023-11-27|Remove obsoleted port. Use devel/capnproto1 instead
devel/py-cachetools3|devel/py-cachetools|2023-11-27|Remove obsoleted port. Use devel/py-cachetools instead

View File

@ -4398,7 +4398,6 @@
SUBDIR += py-cabby
SUBDIR += py-cached-property
SUBDIR += py-cachetools
SUBDIR += py-cachetools3
SUBDIR += py-cacheyou
SUBDIR += py-cachy
SUBDIR += py-cadquery-pywrap

View File

@ -1,23 +0,0 @@
PORTNAME= cachetools
PORTVERSION= 3.1.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 3
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extensible memoizing collections and decorators
WWW= https://github.com/tkem/cachetools
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
# cachetools 4.0.0+ requires Python 3.5+
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1577523888
SHA256 (cachetools-3.1.1.tar.gz) = 8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a
SIZE (cachetools-3.1.1.tar.gz) = 22055

View File

@ -1,2 +0,0 @@
This module provides various memoizing collections and decorators, including
variants of the Python Standard Library's @lru_cache function decorator.