diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
commit | 41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch) | |
tree | dc94bc3df22b218498c473b644b9ddf5d9c9342d /devel/py-python-gitlab/Makefile | |
parent | Update to 2.6.0 (diff) |
Deprecate a few ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=526925
Diffstat (limited to 'devel/py-python-gitlab/Makefile')
-rw-r--r-- | devel/py-python-gitlab/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile index 23fbee1f6690..8de35bfc77fe 100644 --- a/devel/py-python-gitlab/Makefile +++ b/devel/py-python-gitlab/Makefile @@ -12,6 +12,9 @@ COMMENT= Interact with GitLab API LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httmock>0:www/py-httmock@${PY_FLAVOR} \ |