Skip to content

Commit 272ecab

Browse files
committed
dev-python/israel-rail-api: new package, add 0.1.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3665 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 23b8d56 commit 272ecab

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

dev-python/israel-rail-api/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST israel-rail-api-0.1.2.tar.gz 14049 BLAKE2B b72e656d7b645de74c042acbd6728aadc020730e8b545b9a33f489092d96cd0d99043ab66ab76d7543f44958ed974bdd9b2a2b841e5f3348b251ad7796daa053 SHA512 0b1fcc18faa6b5df4fcab229f0e9a7a1976ddafed010cbf08005468c9e1bd0e1c1c2c4d2ddd01e87c7cce6560bb710a80b7343dfd7a4f553954f5a4a939bb82a
2+
EBUILD israel-rail-api-0.1.2.ebuild 591 BLAKE2B 829deccd4729d863259eaceba62092ac548dd39570f811cec6b20da7da13596c03b3fc2402391424d03ef4a97da17d95ecd7a14af299a35b31518cc9206ac69c SHA512 f43dbee962539f8ad7c773c81e7fed1454ff7f816c2ec3d4cb4622657c5a787f12fcf2fdc12fe42261f873cca1e0e33a80fb4353b29bc8074d649282d59e0489
3+
MISC metadata.xml 398 BLAKE2B 97f3b2b94d7cb5175c6daf8f010d150f19bfe7882a8475a58eb6b8175745f95cc4181c528cdffa2a31fe3eabe12c5fb26dee05f1144eedb3d078aa9bdffecda0 SHA512 6d3aaa21066a90f475808ef2f676b4bad24912b7f57a2e2665912727dd43179aa57f6b3d16f140e46c5b319efde7079f74dca0d3a1314c9d95736a8530377f5f
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
11+
DESCRIPTION="Israeli Rail unofficial API"
12+
HOMEPAGE="https://github.com/sh0oki/israel-rail-api https://pypi.org/project/israel-rail-api/"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
23+
dev-python/pytz[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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">israel-rail-api</remote-id>
10+
<remote-id type="github">sh0oki/israel-rail-api</remote-id>
11+
</upstream>
12+
</pkgmetadata>

0 commit comments

Comments
 (0)