From owner-svn-ports-all@freebsd.org Tue Jan 8 13:31:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A47E149FB0B; Tue, 8 Jan 2019 13:31:15 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E57278A523; Tue, 8 Jan 2019 13:31:14 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D92EC4AA; Tue, 8 Jan 2019 13:31:14 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x08DVEPM082837; Tue, 8 Jan 2019 13:31:14 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x08DVEZ2082835; Tue, 8 Jan 2019 13:31:14 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201901081331.x08DVEZ2082835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 8 Jan 2019 13:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489686 - head/net-im/py-slixmpp X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/net-im/py-slixmpp X-SVN-Commit-Revision: 489686 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E57278A523 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2019 13:31:15 -0000 Author: 0mp Date: Tue Jan 8 13:31:14 2019 New Revision: 489686 URL: https://svnweb.freebsd.org/changeset/ports/489686 Log: net-im/py-slixmpp: Add missing RUN_DEPENDS and fix some other issues - Switch MASTER_SITES to CHEESESHOP as it ought to be the default for Python software. - Adjust COMMENT to match the short description from setup.py. - Add missing RUN_DEPENDS. - Standardize test invocation. - Update WWW to point to project's homepage instead of the Git repository. Reported by: koobs Reviewed by: koobs, krion Approved by: koobs, krion (mentor) Differential Revision: https://reviews.freebsd.org/D18684 Modified: head/net-im/py-slixmpp/Makefile head/net-im/py-slixmpp/distinfo head/net-im/py-slixmpp/pkg-descr Modified: head/net-im/py-slixmpp/Makefile ============================================================================== --- head/net-im/py-slixmpp/Makefile Tue Jan 8 13:24:33 2019 (r489685) +++ head/net-im/py-slixmpp/Makefile Tue Jan 8 13:31:14 2019 (r489686) @@ -2,26 +2,30 @@ PORTNAME= slixmpp DISTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= net-im python -MASTER_SITES= https://git.poez.io/slixmpp/snapshot/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= slix-${DISTVERSION} MAINTAINER= 0mp@FreeBSD.org -COMMENT= Threadless Poezio-oriented fork of SleekXMPP using asyncio +COMMENT= Elegant Python library for XMPP (aka Jabber, Google Talk, etc.) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libidn.so:dns/libidn +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiodns>=1.0:dns/py-aiodns@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} TEST_DEPENDS= gpg:security/gnupg -USES= python:3.5+ +USES= pkgconfig python:3.5+ USE_PYTHON= distutils autoplist cython NO_ARCH= yes do-test: - cd ${WRKSRC} && ${PYTHON_CMD} run_tests.py + cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/net-im/py-slixmpp/distinfo ============================================================================== --- head/net-im/py-slixmpp/distinfo Tue Jan 8 13:24:33 2019 (r489685) +++ head/net-im/py-slixmpp/distinfo Tue Jan 8 13:31:14 2019 (r489686) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545919194 -SHA256 (slix-1.4.1.tar.gz) = 2ae5755c9d593d5e2e31985dffe4829670d947273f78a7a34ec263617eece0d6 -SIZE (slix-1.4.1.tar.gz) = 1009754 +TIMESTAMP = 1546111826 +SHA256 (slixmpp-1.4.1.tar.gz) = 020acd4507fd00c38835b78b5f338db60d3df840187623e0d41ab2ca89d7ae57 +SIZE (slixmpp-1.4.1.tar.gz) = 862964 Modified: head/net-im/py-slixmpp/pkg-descr ============================================================================== --- head/net-im/py-slixmpp/pkg-descr Tue Jan 8 13:24:33 2019 (r489685) +++ head/net-im/py-slixmpp/pkg-descr Tue Jan 8 13:31:14 2019 (r489686) @@ -5,4 +5,4 @@ Slixmpp's goals is to only rewrite the core of the lib socket handling, the timers, the events dispatching) in order to remove all threads. -WWW: https://git.poez.io/slixmpp/ +WWW: https://dev.louiz.org/projects/slixmpp