dev-python/pylaunches: drop 1.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:52:31 +01:00 committed by Andreas Billmeier
parent 6ce17d5be1
commit e8ac095345
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 1637 Ebuilds in total, 1626 of them have in total 1644 (42 different) licenses assigned.
There are 1636 Ebuilds in total, 1625 of them have in total 1643 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|947|
|MIT|946|
|Apache-2.0|343|
|GPL-3|105|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pylaunches-1.3.0.tar.gz 5688 BLAKE2B 4078ea021ab494469f68604497ebcba378f3f022bbed214d988a231494762ede5606f753e5eb91e332b3f211a679909e8afa6ecde4c202e31caadca7d0814991 SHA512 70a023f7b23831d39224e1604e9acac207d1d34db104f2bd497fed681840d913994e8fda1a38cf194c1d53553cd1207104ce6aeda267ed5414d71a6a077ec5dc
DIST pylaunches-1.4.0.tar.gz 5811 BLAKE2B f3cb316f88ea007ee17f6c9b8057cfa88b6c0e12756e1cfb694d4da8e8033f7bda3358f8a06e5876db0958c2bb310f81a4bc68f1804fdae2b16bc2142a01e3c1 SHA512 c0c0b68dfce2e2c3f2da88cad9b1d2e415df048f5e6e3cfc9ccdaa8d4c99148023ee6d6c3b506003491d46e16e3deb404672583f9172361d84fdfe697d53389d
EBUILD pylaunches-1.3.0.ebuild 669 BLAKE2B 2c483855ff58eb78687031b01995e21c14c0e5deddfba21e4f42b3016fd3a880920aa9a3a19cf1664b9331c721469d7b26a34a1064d958195a4abd8eb7f4b69c SHA512 77f1aea4826187eb4bf571e5ab30913d272d90ff034dc248a902377314009fbbbd740b4d491f30f70b263fdd8356e18677608dfbd872bf4a478611e645989684
EBUILD pylaunches-1.4.0.ebuild 669 BLAKE2B 2c483855ff58eb78687031b01995e21c14c0e5deddfba21e4f42b3016fd3a880920aa9a3a19cf1664b9331c721469d7b26a34a1064d958195a4abd8eb7f4b69c SHA512 77f1aea4826187eb4bf571e5ab30913d272d90ff034dc248a902377314009fbbbd740b4d491f30f70b263fdd8356e18677608dfbd872bf4a478611e645989684
MISC metadata.xml 512 BLAKE2B 33922c63bf964a11973ec870695e6bf66e9623090ddc7fe5562341528a0f0867dc4227b513098969b31c5dca3ca4e6088088f62e2891feb0945c7e98d31ef84e SHA512 e4a3fa5a1ec3ca90119e344f085346a95f77c3f76a3fb4e4c5ff0ad2b18eb22e1720d08083824d172f44494888da66e3d6223525b42919a5ac9be24246186394

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="A python packages to get information form upcoming space launches"
HOMEPAGE="https://github.com/ludeeus/pylaunches https://pypi.org/project/pylaunches/"
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/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest