add lmnotify-0.0.6

This commit is contained in:
Andreas Billmeier 2019-11-23 11:50:32 +01:00
parent 6ddda4b23d
commit efab89c686
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 52 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11-22
* add lmnotify-0.0.6
* update pylacrosse-0.4
* add pykwb-0.0.10
* bump konnected-0.1.5

View File

@ -0,0 +1,3 @@
DIST lmnotify-0.0.6.tar.gz 17072 BLAKE2B 443a0e0cbaf7a18fee9a65867246ed4cd4e7e478fd9c2dd517b1a548edf7b866ae4613260dfe941fcdf8882f5b4b00768346473c87f83340fbfc8792488ae733 SHA512 1666e378a9bde4069fc7ba95bbb00250651f1a2f503623f517fa5669632a0b3bec3d07072116c4199387fa1fdb74ef2968c508ed5fceec4804e9ef277b9abe5c
EBUILD lmnotify-0.0.6.ebuild 805 BLAKE2B 199ced976f11804a02a4ece15d8a6e711020ca3a3fc0456f7bc18dd1339328a9c294e45c1b3cd9a39fdac50ccd734caea1146339c025fb17ae3e987e37059734 SHA512 ac1428755a9123169b10556881e4773380d0ce53a564b3caabfe1b7f903ad262d5457dcd62145c1f4610b116bb1bfff10dc5cc803b005920ac89e023bdfed083
MISC metadata.xml 454 BLAKE2B 17331706cba2b252bd2ca53ebbe332abaff4bbe2f1ed7ce2c0385a253ef8f532b2cb4d636069bd90e85f6955244bd4208a1a57f93927d9eba0f2ced3c37c90dd SHA512 b8ea8c551d8b3ec2f6889fa5df4547038766752898aae10892ccacded96c3dc7c1dd76d5130b2dbd7b7d66444a73361a85ce1effb8cabaf1aecb24da2d63f57a

View File

@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="A package for sending notifications to LaMetric Time."
HOMEPAGE="https://github.com/keans/lmnotify https://pypi.org/project/lmnotify/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/oauthlib[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">lmnotify</remote-id>
<maintainer status="unknown">
<email>keans@gmx.de</email>
<name>Ansgar Kellner</name>
</maintainer>
</upstream>
</pkgmetadata>