svn commit: r528034 - head/devel/py-python-gitlab

Tobias C. Berner tcberner at FreeBSD.org
Sun Mar 8 13:44:37 UTC 2020


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 at 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} \


More information about the svn-ports-all mailing list