new: dev-python/python-nbxmpp (gajim dependency)
This commit is contained in:
parent
f1d32f6c24
commit
23fabf1ce3
|
@ -0,0 +1,2 @@
|
||||||
|
DIST python-nbxmpp-0.6.9.tar.gz 1337067 BLAKE2B c53229603f8c76cfee8a8108119d91c85cb34757519f567403bc079da4518ce033356b0dff7ceaa4b62414209cdad06df615f97130523b2f1553c24314003ff2 SHA512 04dfe774881665e2a8d88b3b4dbd93db1cca90ef38c47af0b981c228ba6fde852a817507ca489ecdcd38a63d9942e39d78b656d0f06bbd7928eb6a26d404594e
|
||||||
|
EBUILD python-nbxmpp-0.6.9.ebuild 520 BLAKE2B 16008314e3d039b6f86476ab0119d45f40e736c468ee1f975d4414151ff6d7bd6b9fdbd67a30b0883cd47a07521eb790224ca4f2abce5f7b6fa775231789094f SHA512 3b19c0b798f08659be4e0d95dbce24d940a19ba18316e55d56ba858c1fd62b776ad44a599d6d5e3857402848b29b80aae428de1c31453f7d8db4b71a9e2479e4
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Copyright 1999-2019 Gentoo Authors
|
||||||
|
# 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=""
|
Loading…
Reference in New Issue