Skip to content

Commit

Permalink
devel/py-sip: Update to 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Dec 7, 2023
1 parent cf53907 commit 0ff21e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Mk/Uses/pyqt.mk
Expand Up @@ -85,7 +85,7 @@ MASTER_SITES_QSCI2= RIVERBANK/QScintilla/${PORTVERSION} \
#
# Where noted, the ports are epoched and the py-${comp}-PATH variables,
# below, should have a suitable epoch appended to the version.
SIP_VERSION= 6.7.12 # ,1
SIP_VERSION= 6.8.0 # ,1
SIP4_VERSION= 4.19.25
QSCI2_VERSION= 2.14.1
PYQT5_VERSION= 5.15.10
Expand All @@ -102,7 +102,6 @@ PYQT5SIP_VERSION= 12.13.0
PYQT6SIP_VERSION= 13.6.0
PYQTBUILDER_VERSION= 1.15.3

SIP_DISTNAME= sip-${SIP_VERSION}
SIP4_DISTNAME= sip-${SIP4_VERSION}
PYQT5_DISTNAME= PyQt5-${PYQT5_VERSION}
PYQT6_DISTNAME= PyQt6-${PYQT6_VERSION}
Expand Down
7 changes: 5 additions & 2 deletions devel/py-sip/Makefile
Expand Up @@ -4,7 +4,6 @@ PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITES_SIP}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${SIP_DISTNAME}

MAINTAINER= kde@FreeBSD.org
COMMENT= Python to C and C++ bindings generator
Expand All @@ -19,13 +18,17 @@ LICENSE_FILE_SIP= ${WRKSRC}/LICENSE
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL2
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE-GPL3

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR}

USES= python pyqt:sip
USE_PYTHON= autoplist concurrent distutils flavors
USE_PYTHON= autoplist concurrent pep517
USE_PYQT= #

NO_ARCH= yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 31100
Expand Down
6 changes: 3 additions & 3 deletions devel/py-sip/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1697314539
SHA256 (sip-6.7.12.tar.gz) = 08e66f742592eb818ac8fda4173e2ed64c9f2d40b70bee11db1c499127d98450
SIZE (sip-6.7.12.tar.gz) = 1169656
TIMESTAMP = 1701799473
SHA256 (sip-6.8.0.tar.gz) = 2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c
SIZE (sip-6.8.0.tar.gz) = 985563

0 comments on commit 0ff21e4

Please sign in to comment.