dev-python/related: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:14:49 +01:00 committed by Andreas Billmeier
parent 41ccfac69b
commit c310f6e324
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 10 deletions

View File

@ -612,12 +612,12 @@ 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 1910 Ebuilds in total, 1899 of them have in total 1918 (40 different) licenses assigned.
There are 1909 Ebuilds in total, 1898 of them have in total 1917 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1097|
|Apache-2.0|417|
|Apache-2.0|416|
|GPL-3|123|
|BSD|105|
|GPL-2|27|

View File

@ -1,3 +1,3 @@
DIST related-0.7.2.tar.gz 27399 BLAKE2B 9ec0028384b332351cd82d0eaeba354f9c47e37154bbf1bb39e7fb6075a5c855f0332f31d5e6caffdb2e1a8019ebe73af5e48d5c029a4ef4275b449be0708952 SHA512 855e6d19d9ba246a0d9424744e420dd9dde7e9971d2f1dcdd1a90f0349f04e43bfaf4a9916637ee062b09a3a60aee30b65bb5f1687f025bf9ffdeb6527342ab6
EBUILD related-0.7.2.ebuild 883 BLAKE2B 542e5e100e9d106ef1d092492ae5d0b2076cf568ca2479ea013ff8a5e57c8077d23dc99ad63120ee79171fac97914d1964ce1aff838f4411bd93c865af364cd9 SHA512 3cfd0a49ef16af895a0300032511aaf4cea2374279abae23f4948fa71f7cf2987b7482ffd4ca7f9e58fdcbaf149a7d857cb38e7ee29d5bf4c4fa8691833c5a0f
EBUILD related-0.7.2.ebuild 827 BLAKE2B b6fb64cf592d17c50dc2e7267b1cec691569b5331a85b0166e18e1ebd24d304e38cd3636107cfdca4d6357e44dd08d9e864600d7afd0e4f3958f3e1f11e40b18 SHA512 2443b50a52e20e7898c9c82584aa9e2c44ed675e849d2eb41685c6fb852e71945207444321fcc5271396fa29c3f732a38cc76c3991bbf10d07a2b678dba6e16a
MISC metadata.xml 389 BLAKE2B d980e5935f3fb74d03e53e1db89e8c274a0ded1fceb23839f3b38b35f1909feb33723013c7a11402333d7ca0319859a371223a3e3ff5ee9aca9b9bb10a07bf4b SHA512 67c36d528723691230cadc2f0c7ce91cd59262c77414743bbd81f0ef4b3e4ec401a39a9954d5897fceed0d096c59c9488d5b7070c016917290e84759badc9249

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Related: Straightforward nested object models in Python"
HOMEPAGE="https://github.com/genomoncology/related https://pypi.org/project/related/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -24,7 +22,6 @@ RDEPEND=">=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]