pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

slixxmpp: Update to 1.12.0 (does not build; new rust stuff)



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Fri Dec 5 20:03:36 2025 -0500
Changeset:	feed003066aa13ef51bc30ea3d7b0bb2d1a5842b

Modified Files:
	py-slixmpp/Makefile

Log Message:
slixxmpp: Update to 1.12.0 (does not build; new rust stuff)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=feed003066aa13ef51bc30ea3d7b0bb2d1a5842b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-slixmpp/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-slixmpp/Makefile b/py-slixmpp/Makefile
index 52bf0b3df0..992cccf063 100644
--- a/py-slixmpp/Makefile
+++ b/py-slixmpp/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	slixmpp-1.8.4
+DISTNAME=	slixmpp-1.12.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	python # TODO: add primary category
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/slixmpp/}
@@ -10,11 +10,16 @@ HOMEPAGE=	https://lab.louiz.org/poezio/slixmpp
 COMMENT=	Async Python library for XMPP (aka Jabber)
 LICENSE=	mit
 
+.include "../../devel/py-maturin/tool.mk"
+
 DEPENDS+=	${PYPKGPREFIX}-aiodns>=1.0:../../net/py-aiodns
 DEPENDS+=	${PYPKGPREFIX}-asn1>0:../../security/py-asn1
 DEPENDS+=	${PYPKGPREFIX}-asn1-modules>0:../../security/py-asn1-modules
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-.include "../../lang/python/egg.mk"
+#.include "cargo-depends.mk"
+
+.include "../../lang/python/wheel.mk"
+#.include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index