dev-python/mill-local: drop 0.1.1, 0.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:02:06 +01:00 committed by Andreas Billmeier
parent f248a851b6
commit 4c0a0b926c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 76 deletions

View File

@ -612,11 +612,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 1685 Ebuilds in total, 1674 of them have in total 1688 (40 different) licenses assigned.
There are 1683 Ebuilds in total, 1672 of them have in total 1686 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|966|
|MIT|964|
|Apache-2.0|362|
|BSD|99|
|GPL-3|98|

View File

@ -1,7 +1,3 @@
DIST mill-local-0.1.1.gh.tar.gz 4858 BLAKE2B c2507f366511d9ee313a6f10f5f81cd93ad32cc79a43ddb0a9809701658109ebba266408b649e9253888d8282083e6139df3dd65e7fad4516977e2900eca57a7 SHA512 7e0c5814c8ad5ecee93f5e51e85a9b549b3aaa43844dd0b7167befc938960048120f71a10e893a86ef6d5ace6437dfa32628f06e06d28001aed0a4de929ce1a2
DIST mill-local-0.2.0.gh.tar.gz 4795 BLAKE2B 891ee51e66d289ed7fb7f4c6989113ca2deb4d710d8fbbf7ce0a20d3cec9614b06ea974319ac0d8e3e7948e7a02e4f5fc81ee6517f01ba8bf4c37ad338e3ad87 SHA512 4839fe4afd2bac23b1c10622f861a5ea93a574f88f28e7b2620546c036b9f3f99fc77e88a2ba311840540d4952bc650c7ccac298186313ffa7105773ef44d26f
DIST mill-local-0.3.0.gh.tar.gz 7828 BLAKE2B 033cc2cfe8b55a7c98bb0ae5d2942f07f7cdc47fa85dbda15ad7adeb2f6cc603eba02f641eb10e49beab5f48fbe4c40f757a895c201c346bd3126a449bb20f88 SHA512 aa5f3d52ec1d0a020213b8b1eb1b47f08c716be01a08fd6400c69a9771efaee3bb1ae13358783dadd14167043c04bbe06ff80f4e335455b02025de7befbf7cf3
EBUILD mill-local-0.1.1.ebuild 821 BLAKE2B e1dc8d8bc8ea1dedc0ad4f065bc78823459bddbe0887029479e15b6389c542a0258ca0226b85be1eedd27ba022c11549d884e0e41efe12bfd490b1aa2b54e6d4 SHA512 649a1996af8dca4a698cc8e35ae8d263d826b69fefb23df703f18e14f4b83f8b05994154b79b98e3c9f01927244790c7d7354a162de7fa4bfd8eb9af3231dbde
EBUILD mill-local-0.2.0.ebuild 852 BLAKE2B 2e28a53a6af8ecd25cbd28a7bacb766f0b7478c66a847956fc0c0c77e60edff13ae1a06b37c822885b6d2b96ffc5a3ff22044551b15b8d05da7ac95bb03abb2e SHA512 39f54a53511fb51cccf86709c4a1319c366422d454a7a46a248ff6d1b56b00400c267b2349242564be8c14110164bb53c4e3fee4257ddfb8c57525a43760b710
EBUILD mill-local-0.3.0.ebuild 847 BLAKE2B b9c768cb80b790c35b49bd55812ed6be4864dc42cda05acf93b3978c740986b0e5b6e00f07cfd2b91e3baf1d22c0af3478ab3b30acb2b2c452ffa75bd159193e SHA512 aa15785bcbd3ce66dace3b9d0f41c912f9db47bc1fd00adfaa4465f0cdc2ad6044182b958b195fb7dc3f39a000d5c270da8af25cb95534fe083afe650b3ae8f3
MISC metadata.xml 528 BLAKE2B b59482b9f645b67d2b7dafa03a88cc6e29b418cbc9b8cbe03af4db419cd936d3b7ba79095d89b669c5399b8839c786682e3880b50a79dfc0eb14012c5f65705c SHA512 fe041bdb720f61ff6d85a9c17e345f686e3e80605429e6163e223a23fcc5b60b37e6185fd88718f4bf6ed7cbbc002462ec91183a8b16f510ce088f3b0dd2a0c2

View File

@ -1,34 +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} )
inherit distutils-r1
DESCRIPTION="A python3 library to communicate with Mill"
HOMEPAGE="https://github.com/Danielhiversen/pyMillLocal https://pypi.org/project/mill-local/"
MY_PN="pyMillLocal"
SRC_URI="https://github.com/Danielhiversen/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -1,36 +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} )
inherit distutils-r1
DESCRIPTION="A python3 library to communicate with Mill"
HOMEPAGE="https://github.com/Danielhiversen/pyMillLocal https://pypi.org/project/mill-local/"
MY_PN="pyMillLocal"
SRC_URI="https://github.com/Danielhiversen/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest