added python-nbxmpp-0.6.6

This commit is contained in:
tastytea 2018-05-20 21:38:10 +02:00
parent 9651d5ec92
commit 0bfad4b2a5
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 18 additions and 1 deletions

View File

@ -1,2 +1,2 @@
DIST python-nbxmpp-0.6.5.tar.gz 1332044 BLAKE2B 74f39024cbe6b2c89452f7b5f92c9d6b462c296cb3e07cfe88ab8e0ef2220254207cd6ab6b97b48f390bddfc32444bd0b15a8f53714ee1818f8de22a7e45e08f SHA512 397791609f8438d6de1d5cdd758b244a0cedafdec12a662159188b4813df2c6716141f4351feb47dd72d218950f59eb1773aab8ff882e49606c708b61c25817a
EBUILD python-nbxmpp-0.6.5.ebuild 531 BLAKE2B 140575ac533fa20f064223a3815ef4b86d0d5678ffc77883011c9160c0f51e46b0760ee5df2d6d49ce6ef3ca2218a9919cc6c3c4de239aa366e5e4391aaa8acc SHA512 738d09ea0f82d449969e07a5d6642ba83bf2432d42583bb691629371d64a74ae4cf43772e95825b609b6ebd1550b7e5ca71157c289aa245983ab5c5424b9429c
DIST python-nbxmpp-0.6.6.tar.gz 1332465 BLAKE2B b6e28842c8cd42b3e259c62cedc917c8e142d916bc4d2f711e0e804c69b08a0d362cd3951b40373d1be18e3bdfa29f7c7f56ee10e0bf543214cb4d73db508e24 SHA512 729ec2c5d170cb5784e0a7a0097276e0cfcf98671af6c1304bc8c890cbd81349d91ccbe68af88e9f3b95803e33371cf2bf7fbc3891d7d6106ccc06bb9036e2fe

View File

@ -0,0 +1,17 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
HOMEPAGE="http://python-nbxmpp.gajim.org/"
SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/repository/archive.tar.gz?ref=nbxmpp-${PV} -> ${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""