add pyfttt-0.3.2
This commit is contained in:
parent
32eeba57a0
commit
84a47976b7
3
dev-python/pyfttt/Manifest
Normal file
3
dev-python/pyfttt/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyfttt-0.3.2.tar.gz 5870 BLAKE2B 4f1fd028723d5087d40a064b3d15a6f1687b00661fd792e2d10d17769a4e26ede046390c383e1fa6751d6556bfa2ab3304008da96c86433336db4c0f74e01623 SHA512 1de8d8793c91f0df70fa936bb16869da777351b7f8d57441c2396ebb3316d29d4a5928476f0ab1e70943dd7fd47271c3b7e8ce87fa32c4c74f2c68d2835ee3a8
|
||||
EBUILD pyfttt-0.3.2.ebuild 733 BLAKE2B 9f0e88e9880ec831fa6007f88c1af845d3c2a601dbe3ec7046075f3888a15fb684f9ffaa6ddab1edc6c4e2b231a11c72d107dda60315544adb244d91ddda34d1 SHA512 13ac29f0b4a8f3d44ada133d789dfeaa18d5cbc255e872f76691007a88dc03309cc9c7779c56b3ebe904571030f13e61bf34470f4243403949a939ddc6745f16
|
||||
MISC metadata.xml 457 BLAKE2B ced922fb10ed239d538c11cbabd2e835105fbc668544b053241651ae73b3177e0bd69d7552a3be046d2979749b4cb45ea31777a99d35c6cd1eba0a0a3175ea0f SHA512 d396e76a964ebc1b18e87ccb69a471840956f758d3691b75efb68659b6c69db53c389848b3de4348ba64ca20c708307d7a377c1d958b9e468835f52770c540e9
|
||||
16
dev-python/pyfttt/metadata.xml
Normal file
16
dev-python/pyfttt/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">pyfttt</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>bdc@bconnelly.net</email>
|
||||
<name>Brian Connelly</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyfttt/pyfttt-0.3.2.ebuild
Normal file
30
dev-python/pyfttt/pyfttt-0.3.2.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="Python tools for interacting with the IFTTT Webhooks Channel"
|
||||
HOMEPAGE="https://github.com/briandconnelly/pyfttt https://pypi.org/project/pyfttt/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user