add txdbus-1.1.2
This commit is contained in:
parent
7705cf0637
commit
a92c9e54ad
@ -4,6 +4,7 @@
|
||||
* bump platformio-5.0.3
|
||||
* adjust esphome-1.15.3-r2 to homeassistant-2020.12.1 DEPS
|
||||
* update esphome-9999 (for testing)
|
||||
* add txdbus-1.1.2
|
||||
|
||||
2020-12-19
|
||||
* update dtlssocket-0.1.11, dtlssocket-0.1.12
|
||||
|
3
dev-python/txdbus/Manifest
Normal file
3
dev-python/txdbus/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST txdbus-1.1.2.tar.gz 61352 BLAKE2B 77948dc655ee56ab1d92701a13711426a8d128168b2918bcbabe004f3988eda78d609b8ddee69b181ebb02cd6784c06ae2d6830ddf1471b4e750f4914d65e2a5 SHA512 afb6afc105014469368c38ebd0e15f6378c152f5d339dafe24198d92f42a9b785582fa41e104c57e7b961c8cb380176401e0dc7719757c617d9d898c9d140d17
|
||||
EBUILD txdbus-1.1.2.ebuild 795 BLAKE2B 2d704656fdeb091e54070412cc59131760e49ddebfff41bda9493ebc5f3eb1cf13450304df8eabedd4d8a200b7d38b82269ffa24eef9d2d3abc3ad6ac84d18fd SHA512 c492a9a2025b19999fd71c04d0972beaf2f5c2b3961f08d9fc03a4cd9c37e66614c304276966c09755a143c7734e8897c2668ee9fc59ebf7d92a49a8cce886e4
|
||||
MISC metadata.xml 499 BLAKE2B 29c1cd573a413da7e25596e757d28a34a718fa4002611a8c5a32eb8ddef12267c48902e84fb7dd8a7dc98ff496e8aa97bc7de4cba01b8da765631dc408d75313 SHA512 800a59bf4ebbe467657a19e2d6dd2266751449f72620dd4456822d651413e6ed1bca0fbf1fba462c39806511158665da2bd7d5b8fc8e759d21e5d9d698573288
|
16
dev-python/txdbus/metadata.xml
Normal file
16
dev-python/txdbus/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">txdbus</remote-id>
|
||||
<doc>https://pythonhosted.org/txdbus/</doc>
|
||||
<maintainer status="unknown">
|
||||
<email>tom.cocagne@gmail.com</email>
|
||||
<name>Tom Cocagne</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
33
dev-python/txdbus/txdbus-1.1.2.ebuild
Normal file
33
dev-python/txdbus/txdbus-1.1.2.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A native Python implementation of the DBus protocol for Twisted applications."
|
||||
HOMEPAGE="https://github.com/cocagne/txdbus https://pypi.org/project/txdbus/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user