From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1042593-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D83E9138334 for <garchives@archives.gentoo.org>; Sat, 18 Aug 2018 19:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D29B5E0819; Sat, 18 Aug 2018 19:54:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9341CE0819 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 19:54:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27D2E340C9C for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 19:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC4BA394 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 19:54:30 +0000 (UTC) From: "Andrey Utkin" <andrey_utkin@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" <andrey_utkin@gentoo.org> Message-ID: <1534622001.36e6b308737eb60bfce0ea8bd78ebc2a16204ffb.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slixmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/slixmpp/Manifest dev-python/slixmpp/metadata.xml dev-python/slixmpp/slixmpp-1.4.0.ebuild dev-python/slixmpp/slixmpp-9999.ebuild X-VCS-Directories: dev-python/slixmpp/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 36e6b308737eb60bfce0ea8bd78ebc2a16204ffb X-VCS-Branch: master Date: Sat, 18 Aug 2018 19:54:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b078063d-beaa-4c2a-9389-9d3c8377ca95 X-Archives-Hash: 6f2241c514bce779259a707fb6cc4534 commit: 36e6b308737eb60bfce0ea8bd78ebc2a16204ffb Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Sat Aug 18 16:39:02 2018 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Sat Aug 18 19:53:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e6b308 dev-python/slixmpp: add new package Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/slixmpp/Manifest | 1 + dev-python/slixmpp/metadata.xml | 11 ++++++++++ dev-python/slixmpp/slixmpp-1.4.0.ebuild | 36 +++++++++++++++++++++++++++++++++ dev-python/slixmpp/slixmpp-9999.ebuild | 36 +++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/dev-python/slixmpp/Manifest b/dev-python/slixmpp/Manifest new file mode 100644 index 00000000000..bf08c4b528b --- /dev/null +++ b/dev-python/slixmpp/Manifest @@ -0,0 +1 @@ +DIST slixmpp-1.4.0.tar.gz 862826 BLAKE2B 940c6c66f7f98574c88da6fbfaadf7103c4469cd198e096fbad57978f5e206c53b86933a930a24a8b891415b961c4a255d4c9c25885a8bd630f5d6185486fb6e SHA512 586fa5156641d786f9e45df8e6a1a20b8cb2dc2b9baef2a0713daa9ab8a3321202fd4b31d5753cf2659cc9311a4842bee9991a7fc295e62dfd78a869d8619d20 diff --git a/dev-python/slixmpp/metadata.xml b/dev-python/slixmpp/metadata.xml new file mode 100644 index 00000000000..97309be0a01 --- /dev/null +++ b/dev-python/slixmpp/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>andrey_utkin@gentoo.org</email> + <name>Andrey Utkin</name> + </maintainer> + <upstream> + <remote-id type="pypi">slixmpp</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/slixmpp/slixmpp-1.4.0.ebuild b/dev-python/slixmpp/slixmpp-1.4.0.ebuild new file mode 100644 index 00000000000..be8cfcfecb5 --- /dev/null +++ b/dev-python/slixmpp/slixmpp-1.4.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6} ) + +inherit eutils distutils-r1 + +DESCRIPTION="Python 3 library for XMPP" +HOMEPAGE="https://dev.louiz.org/projects/slixmpp" +LICENSE="MIT" +SLOT="0" +IUSE="test" + +if [[ "${PV}" == "9999" ]]; then + EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git" + inherit git-r3 +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RDEPEND=" + dev-python/aiodns[${PYTHON_USEDEP}] + dev-python/pyasn1-modules[${PYTHON_USEDEP}] + dev-python/pyasn1[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + net-dns/libidn + test? ( $RDEPEND ) +" + +python_test() { + esetup.py test +} diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild new file mode 100644 index 00000000000..be8cfcfecb5 --- /dev/null +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6} ) + +inherit eutils distutils-r1 + +DESCRIPTION="Python 3 library for XMPP" +HOMEPAGE="https://dev.louiz.org/projects/slixmpp" +LICENSE="MIT" +SLOT="0" +IUSE="test" + +if [[ "${PV}" == "9999" ]]; then + EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git" + inherit git-r3 +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RDEPEND=" + dev-python/aiodns[${PYTHON_USEDEP}] + dev-python/pyasn1-modules[${PYTHON_USEDEP}] + dev-python/pyasn1[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + net-dns/libidn + test? ( $RDEPEND ) +" + +python_test() { + esetup.py test +}