logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

python-nbxmpp-0.6.10.ebuild (707B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  3. # Distributed under the terms of the GNU General Public License v2
  4. EAPI=7
  5. PYTHON_COMPAT=( python3_{5,6} )
  6. inherit distutils-r1
  7. DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
  8. HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
  9. SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/python-nbxmpp-nbxmpp-${PV}.tar.gz"
  10. SLOT="0"
  11. LICENSE="BSD"
  12. KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
  13. IUSE=""
  14. S="${WORKDIR}/${PN}-nbxmpp-${PV}"
  15. DEPEND="
  16. ${PYTHON_DEPS}
  17. >=dev-python/precis-i18n-1.0.0
  18. >=dev-python/pyopenssl-16.2
  19. "