pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/exabgp
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 15 07:20:37 UTC 2025
Modified Files:
pkgsrc/net/exabgp: Makefile PLIST distinfo
Log Message:
exabgp: updated to 4.2.25
4.2.25
This release fixes an issue with doctopt introduced in 4.2.23.
The short option of the command line -1, -s and -x were not understood anymore.
4.2.24
This release is a follow up to 4.2.23 removing some unused (or unnecessary vendored library) which broke following the backward incompatible changes introduced by python 3.13
4.2.23
After nearly a year, an update to keep up with Python development.
Fix: issue with code with python 3.13
Fix: update doctopt to master
Fix: workaround for deprecated asyncore
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/exabgp/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/exabgp/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/exabgp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/exabgp/Makefile
diff -u pkgsrc/net/exabgp/Makefile:1.44 pkgsrc/net/exabgp/Makefile:1.45
--- pkgsrc/net/exabgp/Makefile:1.44 Sat Sep 28 12:47:11 2024
+++ pkgsrc/net/exabgp/Makefile Tue Apr 15 07:20:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2024/09/28 12:47:11 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/04/15 07:20:37 adam Exp $
-DISTNAME= exabgp-4.2.22
+DISTNAME= exabgp-4.2.25
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=Exa-Networks/}
@@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/Exa-Network
COMMENT= BGP swiss army knife
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_TOOLS+= perl:run
@@ -21,15 +21,13 @@ REPLACE_PYTHON+= etc/exabgp/run/*.py
CHECK_PORTABILITY_SKIP+= dev/release/google
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
USE_LANGUAGES= # none
INSTALLATION_DIRS+= share/exabgp bin
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
pre-install:
- find ${WRKDIR} -name "*.orig" | xargs rm -f
+ ${FIND} ${WRKDIR} -name "*.orig" | xargs ${RM} -f
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/man/exabgp.1 \
@@ -38,8 +36,6 @@ post-install:
${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
.include "../../lang/python/wheel.mk"
.include "../../lang/python/application.mk"
Index: pkgsrc/net/exabgp/PLIST
diff -u pkgsrc/net/exabgp/PLIST:1.12 pkgsrc/net/exabgp/PLIST:1.13
--- pkgsrc/net/exabgp/PLIST:1.12 Sat Sep 28 11:53:52 2024
+++ pkgsrc/net/exabgp/PLIST Tue Apr 15 07:20:37 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2024/09/28 11:53:52 he Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/04/15 07:20:37 adam Exp $
bin/exabgp
bin/exabgp-cli
bin/exabgp-healthcheck
@@ -37,11 +37,11 @@ etc/exabgp/examples/syslog-1.py
etc/exabgp/examples/watchdog-1.pl
etc/exabgp/examples/watchdog-1.sh
etc/exabgp/examples/watchdog.run
-${PYSITELIB}/${WHEEL_INFODIR}/LICENCE.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/exabgp/__init__.py
${PYSITELIB}/exabgp/__init__.pyc
@@ -907,12 +907,6 @@ ${PYSITELIB}/exabgp/vendoring/__init__.p
${PYSITELIB}/exabgp/vendoring/bitstring.py
${PYSITELIB}/exabgp/vendoring/bitstring.pyc
${PYSITELIB}/exabgp/vendoring/bitstring.pyo
-${PYSITELIB}/exabgp/vendoring/cmd2.py
-${PYSITELIB}/exabgp/vendoring/cmd2.pyc
-${PYSITELIB}/exabgp/vendoring/cmd2.pyo
-${PYSITELIB}/exabgp/vendoring/counter.py
-${PYSITELIB}/exabgp/vendoring/counter.pyc
-${PYSITELIB}/exabgp/vendoring/counter.pyo
${PYSITELIB}/exabgp/vendoring/docopt.py
${PYSITELIB}/exabgp/vendoring/docopt.pyc
${PYSITELIB}/exabgp/vendoring/docopt.pyo
@@ -934,9 +928,6 @@ ${PYSITELIB}/exabgp/vendoring/ordereddic
${PYSITELIB}/exabgp/vendoring/profiler.py
${PYSITELIB}/exabgp/vendoring/profiler.pyc
${PYSITELIB}/exabgp/vendoring/profiler.pyo
-${PYSITELIB}/exabgp/vendoring/pyparsing.py
-${PYSITELIB}/exabgp/vendoring/pyparsing.pyc
-${PYSITELIB}/exabgp/vendoring/pyparsing.pyo
${PYSITELIB}/exabgp/vendoring/six.py
${PYSITELIB}/exabgp/vendoring/six.pyc
${PYSITELIB}/exabgp/vendoring/six.pyo
Index: pkgsrc/net/exabgp/distinfo
diff -u pkgsrc/net/exabgp/distinfo:1.21 pkgsrc/net/exabgp/distinfo:1.22
--- pkgsrc/net/exabgp/distinfo:1.21 Sat Sep 28 11:53:52 2024
+++ pkgsrc/net/exabgp/distinfo Tue Apr 15 07:20:37 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2024/09/28 11:53:52 he Exp $
+$NetBSD: distinfo,v 1.22 2025/04/15 07:20:37 adam Exp $
-BLAKE2s (exabgp-4.2.22.tar.gz) = 399b6e5c60bd23daf1d88cea1de9b49fcda2a2f8a7844be7701bc830409e52d0
-SHA512 (exabgp-4.2.22.tar.gz) = 40536a20dc245bd8442d05d1ff19adfa6ed3113383e0f413c2e11f05fdb52d5fec8ee0d643ed3da32a47400af54975c64d0ae14b12ef6db0e07589ffc11c91bb
-Size (exabgp-4.2.22.tar.gz) = 2935045 bytes
+BLAKE2s (exabgp-4.2.25.tar.gz) = cc760005fb6e20456cdb70aeb1ca0ef047beceb0e5bc7cb50bb4ed76febef341
+SHA512 (exabgp-4.2.25.tar.gz) = 24211bbde4657edf17d36d0109353b37db641e5412f51c360e337651e0a210082329451fdeed3952f824751229ccdec6fe86da99e575686ee484147a2bdf42aa
+Size (exabgp-4.2.25.tar.gz) = 2881687 bytes
SHA1 (patch-lib_exabgp_application_healthcheck.py) = af35c59feb16bcf79abbf615d9ed13205127c534
Home |
Main Index |
Thread Index |
Old Index