add python-pushover-0.4
This commit is contained in:
3
dev-python/python-pushover/Manifest
Normal file
3
dev-python/python-pushover/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST python-pushover-0.4.tar.gz 19946 BLAKE2B fd0e6f0c9256344df9871112372cf537e0370646b60948143ec4bc166a480061d13a0c36fc998b148937d5c4d29e408484d85a11dc4110565c47b63cb36aa730 SHA512 94963738896357837000416f49d379247ab79f543d8493457b31ab7c98091a37a9854dbbdec4be5078817ac2630ac08cf97169354610411ac7cdd9f3eca55fc4
|
||||
EBUILD python-pushover-0.4.ebuild 776 BLAKE2B 66f01a7098ff8a88ab3579d31e3aa37bb14d3f28a7e725230384e4595656fd7ed38dcbfe77cb719fa9f7d884766b10d6d40a526297bac05c905c75a8966bcab0 SHA512 2c3a0f0f8266ccaa669983b01a26a9445db0de2c1c4cd0edb1530340aba4b83c40ed73d824598956791ddd23e89b9584125f917acc30a1b5b0ab9a710d92c97d
|
||||
MISC metadata.xml 480 BLAKE2B 0d971e20bf39925468ff7947c2cad6b036a9b9c1addab46324b7dc6a5dcf8e711289da149e6fe813f869b7cb809f20dc668834f6df7f7859c4aee3cc0ba15b75 SHA512 568bf8a3b5619049ecc959c724b4477c795823f160f9da7bd38035d8cdcd44841d757def2ace26205dfca4819b4630a421fdc094a7ee3f9a4ab657aecbd77a2a
|
||||
16
dev-python/python-pushover/metadata.xml
Normal file
16
dev-python/python-pushover/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>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">python-pushover</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>thibaut.horel+pushover@gmail.com</email>
|
||||
<name>Thibaut Horel</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/python-pushover/python-pushover-0.4.ebuild
Normal file
30
dev-python/python-pushover/python-pushover-0.4.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Comprehensive bindings and command line utility for the Pushover notification service"
|
||||
HOMEPAGE="https://github.com/Thibauth/python-pushover https://pypi.org/project/python-pushover/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GNU GPLv3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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