dev-python/dsmr-parser: add 1.4.2

Closes: #3609
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-22 09:16:02 +02:00
parent ee7331739f
commit d9ea9b3872
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 34 additions and 4 deletions

View File

@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1988 Ebuilds in total, 1977 of them have in total 2002 (42 different) licenses assigned.
There are 1989 Ebuilds in total, 1978 of them have in total 2003 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1149|
|MIT|1150|
|Apache-2.0|443|
|GPL-3|117|
|BSD|112|

View File

@ -1,3 +1,5 @@
DIST dsmr-parser-1.3.1.tar.gz 33519 BLAKE2B def1da59fcc1367f7c9c8e424b61823667eb1a06320576a94fe8a3a0c0832f91e6d2aa888a9a472a0fd473631cd31691801b04a863f92f4c7c0fbd94e80eb3f8 SHA512 3001dad145123b665b2baa2b59c78a182176a43eeb37ab04f175f192a5803ff8bbb8a90f611a1cec4621a70c03ab1ea30386026547689475d68a355d937b494c
EBUILD dsmr-parser-1.3.1.ebuild 854 BLAKE2B 79ba7d11f96f7acc18835113ba15382f0243e6c01510d70b3cb146588cac3a99459c93b142f6ad3bfd7ef9e5dba4679487a00efc2262c386fe2233cd3c9b0dac SHA512 58d712e85dbfe59a2fcbe72806f8ee6283d442b7da5cf79fd2d8f8f76f4bed437ec8038a715e9834495b640a03148fa9bd694d815ae65d44a5424bd045d8a961
DIST dsmr-parser-1.4.2.tar.gz 33334 BLAKE2B 0c00f829ef5cd06e6a77a935789b1ba60931a3ab65d8c01de9d02f23723f27737b9a0d230c99c336a70b6fd10d35b423f4bfbbb87028bbf096086e6c6e8802d9 SHA512 52d51af8f7a433ffd5392bd53ada04eb6f1f926c609010ab5d1b085bc2efcf01b169592a73f5883d0c460c4a981cd8eb8f81e87cce4285a0064c5176bfa7b8db
EBUILD dsmr-parser-1.3.1.ebuild 854 BLAKE2B ec020528119ed89620506f6287f9f34ad20ad75cb02df572801c410427ceb9a116959364d369095e0c12503c73e61ff51be97106ae53e5cbc225e21c69f04570 SHA512 428c4df866a40d80480d9d007f7af5afc455ec5abfdc284eaadf1e7168dfd1be614d85a6397e6e4dc0ee2bab1fea2bcdb9e11a54665ca1868270ef3daf8656ca
EBUILD dsmr-parser-1.4.2.ebuild 752 BLAKE2B e703da5a953d2151409a11adf57b7dc6d573b6ea06fc7964b216770101930db57da7a7cae8dfbd5fe9001090d6a207d61730fb85dfa269c2b08c0fe10258f823 SHA512 a87f91e762530f1f3dd52d18ed241d4c166e000f1ffd700c66a675daa3d9b1ef24035639dadf7751e696d4bacc1b5b4d78ca8c8eb2487d67aaedcfa50b01fbef
MISC metadata.xml 526 BLAKE2B 3fd87d8b6f9fd1ec631bdc1eb217aa4fbb177dc7bb8a24a8b5382ec622f1ef09709456497d3f7a767cbc94713a66486da8accaff82109c23df0915353e65d549 SHA512 2dd9e50263919097f7275df98e807d9970bc36e022ee54708a89cca9c9bf191d515e3a5950193f3bea901ffcca446298f6bf74e59bf9def6c223f06e617ad9aa

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,28 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Library to parse Dutch Smart Meter Requirements (DSMR)"
HOMEPAGE="https://github.com/ndokter/dsmr_parser https://pypi.org/project/dsmr-parser/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
~dev-python/tailer-0.4.1[${PYTHON_USEDEP}]
~dev-python/dlms-cosem-21.3.2[${PYTHON_USEDEP}]"
distutils_enable_tests pytest