diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-03 12:42:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-03 12:42:33 +0000 |
| commit | 7f0c4d0a37caff71e6baad3880f09aade7c3a732 (patch) | |
| tree | d9e998c06aab85587c66e8ad34f1d4a19273843e /dev-python/python-nbxmpp/python-nbxmpp-1.0.2.ebuild | |
| parent | 3298ae69c4b723a8faf507a621da4d1b30045c20 (diff) | |
| download | baldeagleos-repo-7f0c4d0a37caff71e6baad3880f09aade7c3a732.tar.gz baldeagleos-repo-7f0c4d0a37caff71e6baad3880f09aade7c3a732.tar.xz baldeagleos-repo-7f0c4d0a37caff71e6baad3880f09aade7c3a732.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-nbxmpp/python-nbxmpp-1.0.2.ebuild')
| -rw-r--r-- | dev-python/python-nbxmpp/python-nbxmpp-1.0.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/python-nbxmpp/python-nbxmpp-1.0.2.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-1.0.2.ebuild new file mode 100644 index 000000000000..5e6d216a70d9 --- /dev/null +++ b/dev-python/python-nbxmpp/python-nbxmpp-1.0.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way" +HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/" +SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/python-nbxmpp-nbxmpp-${PV}.tar.bz2 -> ${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" |
