dev-python/python-nbxmpp: Update python versions.
continuous-integration/drone/push Build is passing Details

Package-Manager: Portage-2.3.84, Repoman-2.3.16
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2020-01-09 18:59:11 +01:00
parent 72be0ab31e
commit 6da0819c76
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 7 additions and 26 deletions

View File

@ -2,14 +2,12 @@
Hash: SHA256
DIST python-nbxmpp-0.6.10.tar.gz 1337256 BLAKE2B 2c885887dce4881b2871a9a1607378bcc6c18418275b6888f95891ec5f2f7d034c50c5af06e9363103ad68748b45b687b79bea908dac06fc44595ce6b3f921d6 SHA512 1e58b3faa6a9eeb0373a077f152c71c69ac56a8e3cd0ab66d1687bf891b529c6ab4cbe683357269c6dacd39b632761a63fbe2acaf1622fe4996e38c3881735b5
DIST python-nbxmpp-0.6.9.tar.gz 1337067 BLAKE2B c53229603f8c76cfee8a8108119d91c85cb34757519f567403bc079da4518ce033356b0dff7ceaa4b62414209cdad06df615f97130523b2f1553c24314003ff2 SHA512 04dfe774881665e2a8d88b3b4dbd93db1cca90ef38c47af0b981c228ba6fde852a817507ca489ecdcd38a63d9942e39d78b656d0f06bbd7928eb6a26d404594e
EBUILD python-nbxmpp-0.6.10.ebuild 528 BLAKE2B cd327f51df1aedfb2aca7e58b365e633755b52c334520fb34ffa5defcc2fb72681632a64ad0a3160e6f6f26c57dea24b6e34a565dc3c56e9691151fb43398b12 SHA512 e523da0488a21e0ba7b3efd328ace98f152934d4e505e226c39ba09c26a4e4725f369fc34a0af575790f1fbc1cb78aa81750fcf91bf3dd077b00d2b1106fb16c
EBUILD python-nbxmpp-0.6.9.ebuild 528 BLAKE2B cd327f51df1aedfb2aca7e58b365e633755b52c334520fb34ffa5defcc2fb72681632a64ad0a3160e6f6f26c57dea24b6e34a565dc3c56e9691151fb43398b12 SHA512 e523da0488a21e0ba7b3efd328ace98f152934d4e505e226c39ba09c26a4e4725f369fc34a0af575790f1fbc1cb78aa81750fcf91bf3dd077b00d2b1106fb16c
EBUILD python-nbxmpp-0.6.10.ebuild 526 BLAKE2B ca9e3a28cc4f847500c9967138f5e0cb5a9d2ce00fce033755166c0368a4e56d99118bc439244ad7f7761a8f587e42893370bdf677609b887fa4219afb57e125 SHA512 941e85095dce93c420c0217603264f204e96d0e3d2f62fbcb2520640791cfddd697163676dbc3081394ac87b4170652904c8f6dc828d19c52d4b30182b7fd6fa
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXGsSkQAKCRDPw5SX8bJu
By2NAP0eqHY8mh+sQQyncY1Mvv6Ho0oZJLLChYxuzQFRrFdragD/e96nFKNuBcQ3
ltLxJAIpfX91wYpRkHi7znWe/QfcT7M=
=mWA1
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXhdp7gAKCRDPw5SX8bJu
B1PDAP9a99ixxO0D1Lu0/fBqpaktmvfgh+IcIKEtJUwV9fLcIAEAgjW//uT1Afk8
HTMG11zJiY4kQaHNVcL+wV5ho+cU3A8=
=cc+s
-----END PGP SIGNATURE-----

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1 vcs-snapshot

View File

@ -1,17 +0,0 @@
# 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=""