dev-python/korean-lunar-calendar: drop 0.2.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:29:08 +01:00 committed by Andreas Billmeier
parent 25f4289faa
commit d901c6d857
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 32 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 1683 Ebuilds in total, 1672 of them have in total 1690 (42 different) licenses assigned.
There are 1682 Ebuilds in total, 1671 of them have in total 1689 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|977|
|MIT|976|
|Apache-2.0|352|
|GPL-3|108|
|BSD|92|

View File

@ -1,5 +1,3 @@
DIST korean_lunar_calendar-0.2.1.tar.gz 8395 BLAKE2B b8b1b54014bbfbee34a3d8c9bacc95438ddaabc1a2582c54ead4cdc8f4aeaadf9aa77ecd7c072677eea5ac7c7a562751d95e7491c4b6170ce1fdad6fc87632db SHA512 5d2a757696b86866cb869c4fdecc8257dafe99d78ae6ff33939f0f7d0f15509506c33fab9e520c79c6da30be1489d56b7f31b3128c215591c5f816d8091e8449
DIST korean_lunar_calendar-0.3.1.tar.gz 9877 BLAKE2B 874f55815eace733ed81128b4277c8f65870b535ac808be7ee735d61ddbbd17f37549b0677d67a56aa3819f6d0a62b8826b941a2781cf9c26d8c3e1fe7ac234d SHA512 c717ec43cbdb11042b0f4a523a75f9dbe9d0269a4b35b80b8ef2e98bc6b6da506cc495f10bfd564a178016431fcaa0d898b0f60c7936c6fa65f38cd8446518c8
EBUILD korean-lunar-calendar-0.2.1.ebuild 571 BLAKE2B 506d649b295d452a176f0f2ccb122a4f4df2cb91936f647adf89fe38a9f35c4b03c5b1d4469a3835a57744ec6612899bac5b3436f7aa83bb10ec111c1037f55d SHA512 765327cc669cacc70c8ae8238dce351a22675e8dc11b80d8d3cdb55f0ddaa92988eace435bd0b0f57894d46ec4c0e7846fbba70d8ffce9ddb1352dd6d341f468
EBUILD korean-lunar-calendar-0.3.1.ebuild 602 BLAKE2B a4c05741218488baafe8a6824744738d55215dcc83706997b4850ad03b06e52aad0d2f296b8f0865d9c28a47d7000d3463e07b07eef31af55984708e0d100424 SHA512 a9fc3c38648aaa071bb5891f2e78d257553dd1e664358f221e30486402bef5157a8db0bb95fa0d43632d0aad3fd5cf80d2636b6d050154cb34038b31ddfabded
MISC metadata.xml 536 BLAKE2B 79e95d205950ee3980070f64ca6d91eea7279aff078a00bb073a4370c8fc570bef82dcc7c0561dfb76617cf8e410c5e7d0d86529381bb3b074fbfdfadb6fcbc8 SHA512 a46634855cdc94fb89abb3e3532b481dcaaeedad2d592649b24ae4d5792d5de1b7e44455d5c6fe30bd23c4194139496a4230026dd9d71eee5b02ae1c9ec65116

View File

@ -1,28 +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="Korean Lunar Calendar"
HOMEPAGE="https://github.com/usingsky/korean_lunar_calendar_py https://pypi.org/project/korean-lunar-calendar/"
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
}