diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-03-24 13:34:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-03-24 13:34:35 +0000 |
commit | b217c7fc9cc4e56e26f88b17551499a17c4c6d24 (patch) | |
tree | 927d28feccb5a8860ed230fbec099ccb4255ada8 /databases/pypy-sqlite3/Makefile | |
parent | devel/py-zope.interface: update to 5.3.0 (diff) |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665
Diffstat (limited to 'databases/pypy-sqlite3/Makefile')
-rw-r--r-- | databases/pypy-sqlite3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/pypy-sqlite3/Makefile b/databases/pypy-sqlite3/Makefile index 499ee0051131..f3387b873a38 100644 --- a/databases/pypy-sqlite3/Makefile +++ b/databases/pypy-sqlite3/Makefile @@ -7,6 +7,9 @@ CATEGORIES= databases python MAINTAINER= python@FreeBSD.org COMMENT= Standard PyPy binding to the SQLite3 library +DEPRECATED= Uses EOL Python 2.7 via lang/pypy +EXPIRATION_DATE=2021-06-23 + LIB_DEPENDS= libsqlite3.so:databases/sqlite3 CFFI_NAME= _ffi |