1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

devel/py-backports.os: Deprecate port

* Deprecate and set an expiration date as the port is only useful in
  conjunction with Python 2.7 which will be removed to the end of 2020.

PR:		249626
Submitted by:	swills
This commit is contained in:
Kai Knoblich 2020-10-30 07:30:08 +00:00
parent a0dac3b3a6
commit 5c860f9fd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553670

View File

@ -12,6 +12,9 @@ COMMENT= Backport of new features in Python's os module
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Python 2 is EOL upstream
EXPIRATION_DATE= 2020-12-31
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>=0:devel/py-backports@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR}