Skip to content

Commit f626b85

Browse files
committed
dev-python/azure-core: new package, add 1.30.2
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 8845c90 commit f626b85

File tree

5 files changed

+56
-5
lines changed

5 files changed

+56
-5
lines changed

DOMAINTABLE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
|aemet| AEMET OpenData meteorological data|N|N|Y|2021.3|
1212
|aftership|The aftership platform allows one to track deliveries by AfterShip|N|Y|Y|0.85|
1313
|agent_dvr|Agent DVR is a free* software DVR solution|N|Y|Y|0.110|
14+
|airgradient|The AirGradient integration will fetch data from your AirGradient devices|N|N|Y|2024.6.0b4|
1415
|airly|Uses the Airly web service as a source for air quality data|Y|Y|Y||
1516
|airnow|AirNow web service as a source for air quality data|N|N|Y|2021.2|
1617
|airq|integrating the sensors provided by your air-Q device|N|N|Y|2022.12.0|
@@ -47,6 +48,7 @@
4748
|apprise|The Apprise service is an all-in-one solution to open up Home Assistant|N|Y|Y|0.101|
4849
|aprilaire|The Aprilaire integration allows you to control an Aprilaire thermostat|N|N|Y|2024.3.0|
4950
|aprs|Tracker integration connects to the APRS-IS|N|N|Y|0.95|
51+
|apsystems|allows you to read the data from your APsystems EZ1 microinverter|N|N|Y|2024.6.0b4|
5052
|aqualogic|Provides connectivity to a Hayward/Goldline AquaLogic/ProLogic pool controller|N|N|Y|0.80|
5153
|aquostv|The aquostv platform allows you to control a Sharp Aquos TV|N|Y|Y|0.35|
5254
|aranet|Integrates Aranet devices into Home Assistant|N|N|Y|2022.12.0|
@@ -377,6 +379,7 @@
377379
|image|handle image assets in Home Assistant|N|N|Y||
378380
|image_upload|handle image assets in Home Assistant|N|Y|Y|2023.1.1|
379381
|imap|observing your IMAP server and reporting the amount of unread emails|N|Y|Y|0.25|
382+
|imgw_pib|hydrological data from Institute of Meteorology and Water Management - Poland|N|N|Y|2024.6.0b4|
380383
|improv_ble|allows connecting devices implementing Improv via BLE to Wi-Fi|N|N|Y|2023.11.0b2|
381384
|incomfort|client for Intergas InComfort/InTouch Lan2RF systems|N|Y|Y|0.93|
382385
|influxdb|transfer sensor data to a local InfluxDB database|Y|Y|Y|0.9|
@@ -391,6 +394,7 @@
391394
|ipp|read current data from your networked printer|N|Y|Y|0.108|
392395
|iqvia|collects allergy, asthma and disease information (based on a U.S. ZIP code)|N|N|Y||
393396
|irish_rail_transport|will give you the time until the next two departures|N|N|Y|0.57|
397+
|isal|Intelligent Storage Acceleration, is used for accelerating aiohttp|Y|Y|Y|2024.6.0b4|
394398
|islamic_prayer_times|integration displays the various prayer times for Muslims as sensors|N|Y|Y|0.85|
395399
|iss|know if the station is above your home location|N|N|Y||
396400
|isy994|controller that is capable of controlling Insteon and X10 devices|N|N|Y||
@@ -501,6 +505,7 @@
501505
|modern_forms|Asynchronous Python client for Modern Forms fans|N|N|Y|2021.7|
502506
|moehlenhoff_alpha2|allows you to control a Möhlenhoff Alpha 2 temperature control system|N|N|Y|2022.3.0b3|
503507
|monoprice|Python API for talking to Monoprice 6-zone amplifier|N|N|Y|0.56|
508+
|monzo|allows you to connect your Monzo bank accounts to Home Assistant|N|N|Y|2024.6.0b4|
504509
|mopeka|Integrates Mopeka devices into Home Assistant|N|N|Y|2023.2.1|
505510
|mosquitto|Set a runtime dependency for Mosquitto MQTT broker|Y|Y|Y|2022.8.3|
506511
|motionblinds_ble|adds support for Motionblinds Bluetooth motors|N|N|Y|2024.4.0b3|

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,18 @@ Since homeassistant-0.115.3 the **Main Ebuild** is released in three different s
119119

120120
[![emerge ha-min](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml/badge.svg)](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml)
121121

122-
These are the USE Flags I use in production myself. All will compile fine and are extensively tested in every release, a daily compilation test is run at Github, big thanks to @antonfischl1980, it currently holds **106** USE Flags.
122+
These are the USE Flags I use in production myself. All will compile fine and are extensively tested in every release, a daily compilation test is run at Github, big thanks to @antonfischl1980, it currently holds **107** USE Flags.
123123

124124
### `app-misc/homeassistant`
125125

126126
[![emerge ha-med](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml/badge.svg?branch=master)](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml)
127127

128-
The Ebuild we have since `0.97.0`, as soon as I know that at least one user is actively using a component, it will be added. These all compile fine, but some version conflicts could occure, a daily compilation test is run at Github, big thanks to @antonfischl1980, It currently holds **299** USE Flags.
128+
The Ebuild we have since `0.97.0`, as soon as I know that at least one user is actively using a component, it will be added. These all compile fine, but some version conflicts could occure, a daily compilation test is run at Github, big thanks to @antonfischl1980, It currently holds **300** USE Flags.
129129

130130
### `app-misc/homeassistant-full`
131131

132132
WARNING: This one currently breaks (caused by shell limitations) emerge with an 'Argument list too long' error. It compiles with a [kernel hack](https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/190#issuecomment-1002). Thanks to @gcampagnoli.
133-
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **982** USE Flags.
133+
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **987** USE Flags.
134134

135135
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
136136

@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
609-
There are 1936 Ebuilds in total, 1925 of them have in total 1948 (42 different) licenses assigned.
609+
There are 1940 Ebuilds in total, 1929 of them have in total 1952 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1110|
613+
|MIT|1114|
614614
|Apache-2.0|435|
615615
|GPL-3|114|
616616
|BSD|110|

dev-python/azure-core/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST azure-core-1.30.2.tar.gz 271104 BLAKE2B 4ba61368add18f2e3fd78163bb576305747ecc5fcd42cf416bf02e0fd8cd763aab644c942226b549d992af38be5e28a4b41d579b8c37cf3c19cd84f07b074a31 SHA512 69b68f66fd461f008f07f39db5a2c31343f0c70106cc8bc3700c27202f26d6492dead767810dcd17889fcdeb73e9306460829f7116f4097305171238e0b2d4a7
2+
EBUILD azure-core-1.30.2.ebuild 749 BLAKE2B 44809c2b0966d6e5b33852f0735e14df21448f565fd1268e5803ed1cabcc793ed90641f993e2ef28122873339ffc8135e3c56aec86b6c53bd249dc3a87f290d0 SHA512 0792cc949f59270fbc6e8ac36532256388f7bfbe102f80ebda5de1ec07c0d17b5ab8d91137f659516972df1991c913ebfe5f97e084591210ace2a7dcace670f6
3+
MISC metadata.xml 537 BLAKE2B eee8004d70d5cb0535f1e1e3a43b8cde10744ec0dd8ea936cbfe48d68aef6f29fc4458d5074a49fac1fc795b1e16ac2801fb6a1cf04dfeac3157c771e4982292 SHA512 b94d68b0ca9ce0c52743483e173be54772c825c7c5ea0663b51bc70b99b452fb318aed500b47c735ccd44b43348a02b3c7ac6fad4639dd52b42747aaade87eb1
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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="Microsoft Azure Core Library for Python"
12+
HOMEPAGE="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core https://pypi.org/project/azure-core/"
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-2.21.0[${PYTHON_USEDEP}]
23+
>=dev-python/six-1.11.0[${PYTHON_USEDEP}]
24+
>=dev-python/typing-extensions-4.6.0[${PYTHON_USEDEP}]
25+
>=dev-python/aiohttp-3.0[${PYTHON_USEDEP}]"
26+
27+
distutils_enable_tests pytest

dev-python/azure-core/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">azure-core</remote-id>
10+
<remote-id type="github">Azure/azure-sdk-for-python</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Microsoft Corporation</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)