dg lmnotify-0.0.4
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST lmnotify-0.0.4.tar.gz 9075 BLAKE2B f4812a1b99395d936d74429551dcfc203b8464756d092f306f98f2220751df023516dab15ff55b92a06397eb966421545b804dafce3d3183e994ab259475184b SHA512 37ed029640f78233b0b081a555cb6c4acf33cfefdb3f3766b380e3a6ff0709b24aa64fdfe01f4489c33974731a90151867baacfad6dba12191d8a947b46f125e
|
||||
DIST lmnotify-0.0.6.tar.gz 17072 BLAKE2B 443a0e0cbaf7a18fee9a65867246ed4cd4e7e478fd9c2dd517b1a548edf7b866ae4613260dfe941fcdf8882f5b4b00768346473c87f83340fbfc8792488ae733 SHA512 1666e378a9bde4069fc7ba95bbb00250651f1a2f503623f517fa5669632a0b3bec3d07072116c4199387fa1fdb74ef2968c508ed5fceec4804e9ef277b9abe5c
|
||||
EBUILD lmnotify-0.0.4.ebuild 805 BLAKE2B 199ced976f11804a02a4ece15d8a6e711020ca3a3fc0456f7bc18dd1339328a9c294e45c1b3cd9a39fdac50ccd734caea1146339c025fb17ae3e987e37059734 SHA512 ac1428755a9123169b10556881e4773380d0ce53a564b3caabfe1b7f903ad262d5457dcd62145c1f4610b116bb1bfff10dc5cc803b005920ac89e023bdfed083
|
||||
EBUILD lmnotify-0.0.6.ebuild 805 BLAKE2B 199ced976f11804a02a4ece15d8a6e711020ca3a3fc0456f7bc18dd1339328a9c294e45c1b3cd9a39fdac50ccd734caea1146339c025fb17ae3e987e37059734 SHA512 ac1428755a9123169b10556881e4773380d0ce53a564b3caabfe1b7f903ad262d5457dcd62145c1f4610b116bb1bfff10dc5cc803b005920ac89e023bdfed083
|
||||
MISC metadata.xml 454 BLAKE2B 17331706cba2b252bd2ca53ebbe332abaff4bbe2f1ed7ce2c0385a253ef8f532b2cb4d636069bd90e85f6955244bd4208a1a57f93927d9eba0f2ced3c37c90dd SHA512 b8ea8c551d8b3ec2f6889fa5df4547038766752898aae10892ccacded96c3dc7c1dd76d5130b2dbd7b7d66444a73361a85ce1effb8cabaf1aecb24da2d63f57a
|
||||
|
||||
32
dev-python/lmnotify/lmnotify-0.0.4.ebuild
Normal file
32
dev-python/lmnotify/lmnotify-0.0.4.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user