Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2020 14:41:02 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531211 - head/devel/py-libvirt
Message-ID:  <202004091441.039Ef27f047140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Apr  9 14:41:02 2020
New Revision: 531211
URL: https://svnweb.freebsd.org/changeset/ports/531211

Log:
  devel/py-libvirt: update to 6.2.0
  
  Now Python 3.6 or newer is required.

Modified:
  head/devel/py-libvirt/Makefile
  head/devel/py-libvirt/distinfo

Modified: head/devel/py-libvirt/Makefile
==============================================================================
--- head/devel/py-libvirt/Makefile	Thu Apr  9 14:39:42 2020	(r531210)
+++ head/devel/py-libvirt/Makefile	Thu Apr  9 14:41:02 2020	(r531211)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt
-PORTVERSION=	5.8.0
+PORTVERSION=	6.2.0
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/python/ \
 		ftp://libvirt.org/libvirt/python/
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libvirt.so:devel/libvirt
 
-USES=	pkgconfig python shebangfix
+USES=	pkgconfig python:3.6+ shebangfix
 SHEBANG_FILES=	generator.py sanitytest.py setup.py
 USE_PYTHON=	distutils autoplist
 

Modified: head/devel/py-libvirt/distinfo
==============================================================================
--- head/devel/py-libvirt/distinfo	Thu Apr  9 14:39:42 2020	(r531210)
+++ head/devel/py-libvirt/distinfo	Thu Apr  9 14:41:02 2020	(r531211)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570956798
-SHA256 (libvirt-python-5.8.0.tar.gz) = 4617fa535364a155425dc99f639b3a0fe9f703eb36feb56b3917b5443a1ddf4f
-SIZE (libvirt-python-5.8.0.tar.gz) = 202807
+TIMESTAMP = 1586410959
+SHA256 (libvirt-python-6.2.0.tar.gz) = d9ff49257ef768d2187ae92f550e96d9e4b13124d8acd3e78af83e5c4c1dec5d
+SIZE (libvirt-python-6.2.0.tar.gz) = 196971



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