Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2020 13:44:37 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528034 - head/devel/py-python-gitlab
Message-ID:  <202003081344.028Dib6M037664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Mar  8 13:44:36 2020
New Revision: 528034
URL: https://svnweb.freebsd.org/changeset/ports/528034

Log:
  devel/py-python-gitlab: Remove EXPIRATION_DATE
  
  The port is using python 3 since r527415.
  
  PR:		244668
  Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)

Modified:
  head/devel/py-python-gitlab/Makefile

Modified: head/devel/py-python-gitlab/Makefile
==============================================================================
--- head/devel/py-python-gitlab/Makefile	Sun Mar  8 13:40:53 2020	(r528033)
+++ head/devel/py-python-gitlab/Makefile	Sun Mar  8 13:44:36 2020	(r528034)
@@ -12,9 +12,6 @@ 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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003081344.028Dib6M037664>