Skip to content

Commit 38a7957

Browse files
committed
dev-python/ttn-client: add 1.0.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 04b846d commit 38a7957

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 1878 Ebuilds in total, 1867 of them have in total 1890 (42 different) licenses assigned.
609+
There are 1879 Ebuilds in total, 1868 of them have in total 1891 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1077|
613+
|MIT|1078|
614614
|Apache-2.0|419|
615615
|GPL-3|109|
616616
|BSD|109|

dev-python/ttn-client/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST ttn_client-0.0.4.tar.gz 7863 BLAKE2B 8b96e1b8181bff8971714496ec6bc535c790b18358eeaca737c606fd26cd5d9c6bc4edb6be1cde84478a4d95beef4c8c21ce163658a825d40d826f547514ccab SHA512 e32bde3ed03f1e8dff2f9160ab28892e43ed967e9e7e9489c75241215ebf40c20c339fde618baf7978a37b5e3685cab2273db1c4bc8d078ab56b3259223f8f5d
2+
DIST ttn_client-1.0.0.tar.gz 7931 BLAKE2B f894c17cb593bd666db13489a043177c5eeaf60ebfe4cb74d706cd5d090ae49b354ecb96aca68924d46c91e80d0e6a3798b60302a5b367fedb98ef36a3620685 SHA512 0b7424277a2934b85925d707a0ca2c4955392919fbad560858f64954cfac911ecb7d1096216419dc4ec7e8a9b891532690be07fed2757eb95cdccb574168606e
23
EBUILD ttn-client-0.0.4.ebuild 601 BLAKE2B 804ef3308204988804cd0c37aa1609785ef2fd8a5d7e89f67c775b389e506e348b6056074cfc7433684bd13efbf137d05482fb8d7a13a63ac7919ba60fb09c56 SHA512 9db4932d62651c061442feea93909a945ded3408802ee62722549d3d4c802d0b3e09d5d7eac31d1c2a72a08a509badee2801b845550e64e374921b78fd372cc7
4+
EBUILD ttn-client-1.0.0.ebuild 609 BLAKE2B 6b9b648b4f5be0b8a59f8426e05a5c564bb084dcfb613d0bf9878a0b6f51eeef091b446beacc9f0325fc77ba584268ae4f7b7c6db19463b67ac92421915b6238 SHA512 041d530500bcdcb627659e4bd465651f0e40f3ed0a3ed216c138f71e447f53b225f4d182ec4927480e0e86201bc558d1b33b3573bc76fa166fa57d8feb1a1408
35
MISC metadata.xml 538 BLAKE2B f3b152f9876b38e98b920ea879886c8206c85bd686f1ce2ccf61f6374b5f9627ac3865472b54add75cb0ac3c4650246d4b32458a1259d24754dc044792673541 SHA512 f28caafb5daac30c0992f26cd77808a7fb7c16a18c841d220149a4af414c17f2213a2826473b09146d398a8025695f8ae42df942a14681b1dd0144ee5d1a4fe8
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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=hatchling
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A python client to fetch/receive and parse uplink messages from The Thinks Network"
11+
HOMEPAGE="https://github.com/angelnu/thethinksnetwork_python_client/ https://pypi.org/project/ttn-client/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.9.4[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)