bump pyrisco-0.5.2
This commit is contained in:
parent
3889348667
commit
5597c91e82
@ -523,11 +523,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 1826 Ebuilds in total, 1819 of them have in total 1830 (35 different) licenses assigned.
|
||||
There are 1827 Ebuilds in total, 1820 of them have in total 1831 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1106|
|
||||
|MIT|1107|
|
||||
|Apache-2.0|335|
|
||||
|GPL-3|109|
|
||||
|BSD|103|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pyrisco-0.3.1.tar.gz 6075 BLAKE2B af4e5b6243fc1393e545254368904353cf98131fa21ac7a70a6ea88def9573af3fa0ceabd5db9a7243a7bf7dad2f1627b69cf7a39e13e65cfe464642ddb05f08 SHA512 04218d6b82699646c8db508cc0687bb0f0b90c3e84fd1a6157a263f6987064f0c51ec94e140a6835d051a79d25234368b8f65157e4ffa963a4ed3d08d2a59eaf
|
||||
EBUILD pyrisco-0.3.1.ebuild 757 BLAKE2B bfa1aa0923472a53226dd74483a7a0fa18edfb102b7df5df7d50bc5f371028bbff257783aed867f021fcc975325a7779014ef5bf430fb196576c745ee75e8e3a SHA512 8a42e1a71a11efa2f203c926e1a875203a968185e6c9f5ce66ec03374b3b98266db244c73eae809c82992fa407150befdea78f4af28d136ec272874dd0175eb0
|
||||
DIST pyrisco-0.5.2.tar.gz 14092 BLAKE2B 041d01f7bd0de8f991cdaf4e5fbc81b1ef3d72134a1de7a4f6983b22f8d0b05511c6d28b9e8aede0a72b04ad6b4f7f39ce084e69b24fcdfd0fe0952a96f9f284 SHA512 b8aa2a9bcf6f6b3ce920650575512e609271a28c48094a6efc7df420e08d1a762ddbd24a9733f15f0775e35637037de2fdf9ed6b97736177a09e1640b2c12cb2
|
||||
EBUILD pyrisco-0.3.1.ebuild 733 BLAKE2B 0421b54087989aea10556286cfc45ad076e1c8065bb83477128724fdc68ba12881edaa7e3346fceb6088dc288f8cbd6b8e8d69763ae0f9c8c67d57342d14da19 SHA512 78265a3cc820c75dd7e49f864822c64ca96a6b22394e73a0012bf835523e2c59ea877518a0ac2237fba8b431d1ea36911fe8b518f81bb1a132a0688df3832171
|
||||
EBUILD pyrisco-0.5.2.ebuild 764 BLAKE2B 1bfb2f374aae162273851beaf25b3d7a20e9fed5f98d82405db2953779e02e55efb798204b414a5c1a1373efddf84cb9c9767df09c8b7c5e35fe726c484682f3 SHA512 aebe601995399003c0d71478e26c98745afce577d6ac714ee47798a53586aba45688f03d46552367d7b26edcfed76ae26f67e8fdba0a0fc29b4d9417321c665e
|
||||
MISC metadata.xml 447 BLAKE2B d28dd36c175659ca0fd7a1fd0abedc68ad458308c8a1aab332205e4d70d71ef1246e00e6f0f3fe9cc01820beca473411503fbad8d787414dced107d8bd7f6094 SHA512 97bc379be1563911d532b48d5a5455d9790ae5e5c5d1f876e2e69d51bfd950a410156cacd8418f87854997743e97fb6b4725cbc72b2a913b3f767abb587a964a
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
35
dev-python/pyrisco/pyrisco-0.5.2.ebuild
Normal file
35
dev-python/pyrisco/pyrisco-0.5.2.ebuild
Normal file
@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python library to communicate with Risco Cloud."
|
||||
HOMEPAGE="https://github.com/OnFreund/PyRisco https://pypi.org/project/pyrisco/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user