dev-python/pyads: add 3.4.0

Closes: #3466
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-08 15:18:09 +02:00
parent 74964c2e1c
commit 1d6ea2c875
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 24 additions and 5 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 1860 Ebuilds in total, 1849 of them have in total 1872 (42 different) licenses assigned.
There are 1861 Ebuilds in total, 1850 of them have in total 1873 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1067|
|MIT|1068|
|Apache-2.0|414|
|BSD|108|
|GPL-3|107|

View File

@ -1,3 +1,5 @@
DIST pyads-3.2.2.tar.gz 464540 BLAKE2B 5f514042e41125eb12c85f52c8cf3af16497b9c862d2327ece7805bbbda51d97a992c7eabf18efff49a93101212b8dd6a9735cadc986c945e7032df2ab276ead SHA512 4606358c0c5a4c7e383b4971e22d31a1c06ee572be3285579832389594ed59c87c614e654d865b37684be960630f9655cc6e7523f2fad723a325dd8d5e5dd6e3
EBUILD pyads-3.2.2.ebuild 624 BLAKE2B b9c5218df82d8c2b0139f70e1bf27b06b960b398bcfd805a3e75407b2dd304d1d44bf9e577269655d1cf3afac9cd22a531709a56e377750752b635e16ffe5f50 SHA512 1c56df46527ef21c7d6199f74447cdac233fded021823ed614e6dc06108d95ab1148197c61c7cd7fa5044aa6dfd0117368833ccf779f6f366ac7a11c7a0e37bd
DIST pyads-3.4.0.tar.gz 165833 BLAKE2B a31acba2f0e918bdc7a41076b3c13632c40402df085e386dd05dc5d1098a98a946cb0e63da447c50d779465b3067bf36e336bf537044f4efaece2bf54be9c960 SHA512 550c98fb68553bbaf0766a14c1b2e2f18958e20cdb2a0e36cfd3a863bfab1148647c518104cd4e2319b4397f927beaaa327cbfb9720b7b12c63ece27b6c3b16b
EBUILD pyads-3.2.2.ebuild 624 BLAKE2B dbd308cac62ad2c4d420ab0c24f6979feff3e20d5637a8aa1a5b0ef1969f63790083508f1cc56f19f905a92a509f72224690afd61eaf497472dff891ad218ee3 SHA512 ce1c709fc373d5987b48b6d464b07ff955c5296e59a64a3cb25b6e39d527f879a1ecf7745d341f15b408a851b849c7e4c46b94f68e8f392905aa16f15aeb5c53
EBUILD pyads-3.4.0.ebuild 429 BLAKE2B 636a05a46f7203cf47fa95bedb6dabdc5e16b45ca15beb73e0b13cd6faf5190e48c281918606eadcdc36e257a313db43958b49db87fa19344d50e270d934f2b8 SHA512 4c1417b5854657ef3ac699da4eba7321aa08d2eb8ac790fc264e2ec7f9b0d1361be3bf0c2385683286717bbf2d6059e481b99dd2d1fc64c6dc043763c3cf882c
MISC metadata.xml 513 BLAKE2B 34e866b0fb32cbb779c0b157ff5b9ca06fc6882b1e41a793deedb1c51f1f34c84413e51cf43199b3839eb0f1e8dc638fc515529a56de9285d6042fb7cd80157c SHA512 120c2297a59702dc79993cd428083c252669025ce807402611e11347c9b7625cec47012bf588115b480f2687830295d79c7a8691b14f5fd12cae95530710948e

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,17 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for TwinCAT ADS library"
HOMEPAGE="https://github.com/MrLeeh/pyads https://pypi.org/project/pyads/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"