dev-python/pytest-freezer: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:33:51 +02:00
parent fae6516b78
commit 8cacfe2c19
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 50 deletions

View File

@ -617,11 +617,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 1780 Ebuilds in total, 1769 of them have in total 1789 (42 different) licenses assigned.
There are 1779 Ebuilds in total, 1768 of them have in total 1788 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1012|
|MIT|1011|
|Apache-2.0|398|
|GPL-3|106|
|BSD|104|

View File

@ -1,3 +0,0 @@
DIST pytest_freezer-0.4.6.tar.gz 8661714 BLAKE2B 03d2545762f0702776fb72b63ceffaa44e53775c2b96636223aee67b7d8503624dad02371cd9985eb507939b1346463d8a38bec9305518768ad63af0aca50147 SHA512 85b703d9ef20ff9d2186004d574357a89f0c19de251c9fdda4f47526b920df40b330c7970d06dcde2eccbcdd2a61f62ef995670d11a9a3fe6816eb64f5bc3158
EBUILD pytest-freezer-0.4.6.ebuild 628 BLAKE2B b346e9a6cc8407b1c3e69ad749e3d08f21f996c506b445a32484ddb7017e5926d5ceaf170d1f01169c526dc36a508637540e06deb6ee14854eed8d73d4db4691 SHA512 00a68b56cefa6f3f86e3fe95fed69e0be2621d16cd643aaf4c8064e8f2e4e212367020575cd855e9113590e8f86b314eb621a6734c86dded11166ec6069e3d1c
MISC metadata.xml 519 BLAKE2B 5a20fc914b13429208bb211e770cf169578c0d8763071d8f27da7d85a2eafd10b3854ad5f7a1b81fe27439a739a8c5b261f5de49225d4a8d9520b8b3aa6d586e SHA512 208312bba557085519ddaba503beedf288be5f99f422992bcdfde5d76d769131f98e01a89793df22eb0707bbe36ebb21e8f5a916ea6bdcf2936decb21a5ff283

View File

@ -1,16 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">pytest-freezer</remote-id>
<remote-id type="github">pytest-dev/pytest-freezer</remote-id>
<maintainer status="unknown">
<email>hey@wimglenn.com</email>
<name>Wim Glenn</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,29 +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=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Pytest plugin providing a fixture interface for spulec/freezegun"
HOMEPAGE="https://github.com/pytest-dev/pytest-freezer https://pypi.org/project/pytest-freezer/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest