dev-python/pyopnsense: drop 0.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
c033466d5d
commit
1b42328fd2
@ -612,13 +612,13 @@ 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 1629 Ebuilds in total, 1618 of them have in total 1636 (42 different) licenses assigned.
|
||||
There are 1628 Ebuilds in total, 1617 of them have in total 1635 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|941|
|
||||
|Apache-2.0|343|
|
||||
|GPL-3|105|
|
||||
|GPL-3|104|
|
||||
|BSD|88|
|
||||
|LGPL-3|23|
|
||||
|GPL-2|20|
|
||||
|
@ -1,5 +1,3 @@
|
||||
DIST pyopnsense-0.2.0.tar.gz 21227 BLAKE2B 0a495adbe5f29d9712da22396ae6d195c531d92364e5d8c05777a019c8829ecd10a11fb3b2ada40077f13bbedeaaa365acae3a94ede98cc865bd0c46d5ee0d50 SHA512 058e93f8adb931e3b20b9fdb4dd8ab0fd74fb735e875bf8aabe0c1c4dd89c1a4eb5526baee46f34f9e2bcc329ad60be029bed65a4cfdcf2841c45881891b2f6a
|
||||
DIST pyopnsense-0.4.0.tar.gz 22548 BLAKE2B e2f2882f8ac967f6f310c69fa5dce646e195de951fdb8cbd2a989ddd5b863894c5efd4744666312fa0a1ff5219e1a34e63935b79db5db2a901890714da96312d SHA512 fb0b466a19663878c8151eb431639b59ed0eeeb44e71fbf116bb8e3c3c5697bfb494cf63f81c1a915a816e517e88a14b3bdeeca7450bb1e13b048aa1a8aa17cf
|
||||
EBUILD pyopnsense-0.2.0.ebuild 532 BLAKE2B f1916295b4bcf4a6946d015d3cf6b9d971e8220645ea30b18c6dddcde52eb01ba2f5149bf1e3d7d000c84a0ce0f524f04f52184b5e0bd612f10ba084eac11259 SHA512 bcafeaa89e202525196b15dab076f439b7ca3a36f47c44f3f5da4e581fe1a38f3b4808f5fa2d6105fac35e976e6787bc28a04aa2398cff0da0211cf82a3de308
|
||||
EBUILD pyopnsense-0.4.0.ebuild 532 BLAKE2B f1916295b4bcf4a6946d015d3cf6b9d971e8220645ea30b18c6dddcde52eb01ba2f5149bf1e3d7d000c84a0ce0f524f04f52184b5e0bd612f10ba084eac11259 SHA512 bcafeaa89e202525196b15dab076f439b7ca3a36f47c44f3f5da4e581fe1a38f3b4808f5fa2d6105fac35e976e6787bc28a04aa2398cff0da0211cf82a3de308
|
||||
MISC metadata.xml 459 BLAKE2B 90d5cb4bcf18835029d1a28056f8f65ef127d00976b31b075fb9d6114cb2b2f84b98ebf35c7178811fa921538b0cc0889f47c0f1ebb1f70378d6c05f35c59e1e SHA512 6d52c6636b03d731a67d70c11eb21ae3c102a26ff0e845464ed072d5e2d7b461631d9c641eb8c03012221ac253f662261d6e3162ac3717130e8f453df2691894
|
||||
|
@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A python API client for OPNsense"
|
||||
HOMEPAGE="https://github.com/mtreinish/pyopnsense https://pypi.org/project/pyopnsense/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user