Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2024 19:06:02 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c8840afee14a - main - devel/py-sip4: Revert "devel/py-sip4: limit to python 3.9 to fix build"
Message-ID:  <202405301906.44UJ62xm088954@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8840afee14a9506c5cfd015e437152ed319e6af

commit c8840afee14a9506c5cfd015e437152ed319e6af
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-05-30 19:00:10 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-05-30 19:05:58 +0000

    devel/py-sip4: Revert "devel/py-sip4: limit to python 3.9 to fix build"
    
    This reverts commit 02aaa15f269fff7eecbb00fc16986641a9536fd4.
    This unbreaks bulk -a
---
 devel/libsavitar/Makefile  | 3 +--
 devel/py-pynest2d/Makefile | 4 ++--
 devel/py-sip4/Makefile     | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/devel/libsavitar/Makefile b/devel/libsavitar/Makefile
index 316079904e47..4623ee716921 100644
--- a/devel/libsavitar/Makefile
+++ b/devel/libsavitar/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libSavitar
 DISTVERSION=	4.13.1
-PORTREVISION=	1
 CATEGORIES=	devel cad
 DIST_SUBDIR=	Ultimaker
 
@@ -14,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	sip:devel/py-sip4
 LIB_DEPENDS=	libpugixml.so:textproc/pugixml
 
-USES=		cmake compiler:c++11-lang python:3.9 pyqt:5 gettext-runtime
+USES=		cmake compiler:c++11-lang python pyqt:5 gettext-runtime
 USE_GITHUB=	yes
 GH_ACCOUNT=	Ultimaker
 USE_LDCONFIG=	yes
diff --git a/devel/py-pynest2d/Makefile b/devel/py-pynest2d/Makefile
index be0556571f91..4c2f540833eb 100644
--- a/devel/py-pynest2d/Makefile
+++ b/devel/py-pynest2d/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	pynest2d
 # XXX there is no 4.13.1
 DISTVERSION=	4.12.1
-PORTREVISION=	4
+PORTREVISION=	3
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libpolyclipping.so:graphics/polyclipping \
 		libboost_system.so:devel/boost-libs \
 		libnlopt.so:math/nlopt
 
-USES=		python:3.9 cmake compiler:c++11-lang pyqt:5 pkgconfig
+USES=		python cmake compiler:c++11-lang pyqt:5 pkgconfig
 USE_PYTHON=	flavors
 
 USE_GITHUB=	yes
diff --git a/devel/py-sip4/Makefile b/devel/py-sip4/Makefile
index 8d8d06ababbc..ad15d855c4b1 100644
--- a/devel/py-sip4/Makefile
+++ b/devel/py-sip4/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sip4
 PORTVERSION=	${SIP4_VERSION}
-PORTREVISION=	2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	https://www.riverbankcomputing.com/static/Downloads/sip/${SIP4_VERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,7 @@ MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Python to C and C++ bindings generator
 WWW=		http://www.riverbankcomputing.co.uk/software/sip/
 
-USES=		python:3.9 pyqt:sip
+USES=		python pyqt:sip
 USE_PYTHON=	concurrent py3kplist flavors
 USE_PYQT=	#
 



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