Skip to content

Commit dafc5c7

Browse files
committed
dev-python/jaraco-abode: new package, add 3.3.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 2c2f347 commit dafc5c7

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

dev-python/jaraco-abode/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST jaraco-abode-3.3.0.tar.gz 60736 BLAKE2B d76430d168a46f174383ea52460c81cde66825e272eeac260143120bb810057428ba47d75b89d1b11a9f53b51214b11e6aef010072ef5a233efd8dc0f4e37cdb SHA512 932486b4650fa119062ba4d8099951194570437f396b99de74d22c3e4a1d69e382a3dd7ef89e7bd3bc342acbdd981de9a418e43c39950c6f8d2c35f97732704c
2+
EBUILD jaraco-abode-3.3.0.ebuild 1367 BLAKE2B 9bfffb8af2526287461a2a0f9da6e5faad9520dc871d27bff95a00908d73e0ce923681a5ed84a002966467f0bdd25caa47bfbdda872de7c2db1478c72ed86e28 SHA512 cc942660554e6647acb931f3791c3b60bf2123132a23be5f9a8f9c9352e8f81018880cd49ff20df45ee146e7c4fe630fadd491ce88d5db4359d151a2503f7181
3+
MISC metadata.xml 518 BLAKE2B a39788b7f983162d6f660ed79ff5cc1c23bcbc5e2ecfada2bb0911efbb68e4b155cc759db94f6bec30908f3b55d165d4a37a411d838060c03a36fd018649c42e SHA512 d230eb4861b264c438b516ed5dd41d234465929d5a8c5e041d2f023fef57572cf20eebc0a3ecf45b28a227370f5191e166a1ccd9bd9726b509a7885fbe6b7d95
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{9..11} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1
9+
10+
DESCRIPTION="A library interfacing to the Abode home security system"
11+
HOMEPAGE="https://github.com/jaraco/jaraco.abode https://pypi.org/project/jaraco.abode/"
12+
MY_PN=${PN/-/.}
13+
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
14+
S="${WORKDIR}/${MY_PN}-${PV}"
15+
16+
LICENSE="MIT"
17+
SLOT="0"
18+
KEYWORDS="amd64 arm arm64 x86"
19+
IUSE="test"
20+
RESTRICT="!test? ( test )"
21+
22+
DOCS="README.rst"
23+
24+
RDEPEND=">=dev-python/requests-2.12.4[${PYTHON_USEDEP}]
25+
>=dev-python/lomond-0.3.3[${PYTHON_USEDEP}]
26+
>=dev-python/colorlog-3.0.1[${PYTHON_USEDEP}]
27+
dev-python/keyring[${PYTHON_USEDEP}]
28+
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
29+
dev-python/jaraco-collections[${PYTHON_USEDEP}]
30+
dev-python/jaraco-context[${PYTHON_USEDEP}]
31+
dev-python/jaraco-classes[${PYTHON_USEDEP}]
32+
>=dev-python/jaraco-net-9[${PYTHON_USEDEP}]
33+
dev-python/more-itertools[${PYTHON_USEDEP}]
34+
dev-python/bx-py-utils[${PYTHON_USEDEP}]
35+
dev-python/platformdirs[${PYTHON_USEDEP}]
36+
dev-python/jaraco-itertools[${PYTHON_USEDEP}]"
37+
BDEPEND="
38+
dev-python/setuptools[${PYTHON_USEDEP}]
39+
test? (
40+
dev-python/pytest[${PYTHON_USEDEP}]
41+
)"
42+
43+
python_test() {
44+
py.test -v -v || die
45+
}
46+
47+
distutils_enable_tests pytest

dev-python/jaraco-abode/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">jaraco.abode</remote-id>
10+
<remote-id type="github">jaraco/jaraco.abode</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Jason R. Coombs</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)