2016-02-26 13:23:58 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-06-03 08:35:52 +00:00
|
|
|
require github [ user="AGProjects" tag="release-${PV}" ]
|
|
|
|
require setup-py [ import=distutils blacklist="3" work="${PN}-release-${PV}" ]
|
2016-02-26 13:23:58 +00:00
|
|
|
|
|
|
|
SUMMARY="Coroutine-based networking library"
|
|
|
|
HOMEPAGE="http://sipsimpleclient.org"
|
|
|
|
|
|
|
|
LICENCES="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
run:
|
|
|
|
dev-python/greenlet[python_abis:*(-)?]
|
2019-06-04 12:21:16 +00:00
|
|
|
net-twisted/Twisted[python_abis:*(-)?]
|
2016-02-26 13:23:58 +00:00
|
|
|
"
|
|
|
|
|