Commit c0f98e13 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/py-absl: Remove expired port

2026-03-31 devel/py-absl: Use devel/py-absl-py
parent 1fc8d442
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5219,3 +5219,4 @@ devel/qjson||2026-03-31|Has expired: Deprecated upstream, not used by anything
multimedia/gstreamer1-vaapi||2026-03-31|Has expired: Project discontinued
databases/postgresql-cstore_fdw||2026-03-31|Has expired: Columnar storage is now part of databases/pg_citus. Please migrate
sysutils/alfio||2026-03-31|Has expired: Upstream abandoned the project and does not distribute it anymore
devel/py-absl|devel/py-absl-py|2026-03-31|Has expired: Use devel/py-absl-py
+0 −1
Original line number Diff line number Diff line
@@ -4385,7 +4385,6 @@
    SUBDIR += py-QtPy
    SUBDIR += py-RPyC
    SUBDIR += py-about-time
    SUBDIR += py-absl
    SUBDIR += py-absl-py
    SUBDIR += py-acstore
    SUBDIR += py-adb

devel/py-absl/Makefile

deleted100644 → 0
+0 −26
Original line number Diff line number Diff line
PORTNAME=	absl
DISTVERSION=	0.7.1
PORTREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	absl-py-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Abseil Python Common Libraries
WWW=		https://github.com/abseil/abseil-py

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Use devel/py-absl-py
EXPIRATION_DATE=2026-03-31

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>

devel/py-absl/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1562695293
SHA256 (absl-py-0.7.1.tar.gz) = b943d1c567743ed0455878fcd60bc28ac9fae38d129d1ccfad58079da00b8951
SIZE (absl-py-0.7.1.tar.gz) = 99948
+0 −13
Original line number Diff line number Diff line
--- setup.py.orig	2019-03-15 00:56:19.000000000 +0300
+++ setup.py	2021-10-28 14:41:48.002012000 +0300
@@ -29,10 +29,6 @@
   use_setuptools()
   import setuptools
 
-py_version = platform.python_version_tuple()
-if py_version < ('2', '7') or py_version[0] == '3' and py_version < ('3', '4'):
-  raise RuntimeError('Python version 2.7 or 3.4+ is required.')
-
 INSTALL_REQUIRES = [
     'six',
 ]
Loading