dev-python/pylaunches: rework, remove olds
This commit is contained in:
@@ -538,11 +538,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 1822 Ebuilds in total, 1815 of them have in total 1827 (35 different) licenses assigned.
|
||||
There are 1820 Ebuilds in total, 1813 of them have in total 1825 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1095|
|
||||
|MIT|1093|
|
||||
|Apache-2.0|344|
|
||||
|GPL-3|113|
|
||||
|BSD|101|
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
DIST pylaunches-1.0.0.tar.gz 4051 BLAKE2B 1ec38ff72a1d6d42ee43e8ec27905c1e3ce5de84ec82f372b663c32f92456c66b4fc670b5e821037fe610db0f269930bcb4997cc4c6c3702c0274b7aa950ccfd SHA512 944b5bf43aa42bf1ce5c1706109568083717ccd507fd8bfb6a3536bfed3a6fae95cb9dad6cfa3a77425ae1f1e6634cc77107103d98a47ad490c37f80481fcd55
|
||||
DIST pylaunches-1.2.0.tar.gz 4906 BLAKE2B caaacbf688a3e91b91173561fbf33c6350d630c9b67747e870f9c8c8b137cdd720f98089c6c9f356c90117ad9e2e50fed70415f7b00c6bf9cf77fbdabfce5e8a SHA512 7844a2895541f69b3c3abdd6785665a8f6215ccb531ed892682d5c9565ec6b3385968d2cf7a4fa5d0503105ff1a680cd4869b40c56f5251ce01a6362d72cbf73
|
||||
DIST pylaunches-1.3.0.tar.gz 5688 BLAKE2B 4078ea021ab494469f68604497ebcba378f3f022bbed214d988a231494762ede5606f753e5eb91e332b3f211a679909e8afa6ecde4c202e31caadca7d0814991 SHA512 70a023f7b23831d39224e1604e9acac207d1d34db104f2bd497fed681840d913994e8fda1a38cf194c1d53553cd1207104ce6aeda267ed5414d71a6a077ec5dc
|
||||
EBUILD pylaunches-1.0.0.ebuild 828 BLAKE2B 7fb43b065cd0d861455f53347159c49e146d8ff37bf7780aa5a5165dbd31b1aa44bd81958dd1498071bc4ff25161fbec764ba4f64c92e48c6de8ae52086f3c81 SHA512 3fe3854be14df3fe410f2dbcebce469fdfdc673540ca5fbe0e804a22cf0eeff2ef9552179e95ff38e1ad4d6d78a279e5216f2c506ea3c03cfd6a468c644630ff
|
||||
EBUILD pylaunches-1.2.0.ebuild 826 BLAKE2B e97a1a4308ea960f3a273f9044585c6ef6d7cda9364879c6b26b51cb650e0c9ee8bf2aeb93e94943296fb0077985c14e8f53d4aeba54a85bc057529d23c5fb22 SHA512 a8bb67f5bd131357ff69c66c08223c1c361fbd7d5abbb40d2e081fc918b7bc8923949d3c920714271747fad3c806f353ee873f583c759f47e528e20eb87c1a80
|
||||
EBUILD pylaunches-1.3.0.ebuild 826 BLAKE2B b166b8af2764281c02268f37234a610deb029c330b4a82d5bb6af8bf9f01946fe7f263576bf7b66d819def5c0c9200cf9e6bc4b325b25dd94554716d0e798d46 SHA512 e998dacf6e24619648fed47a918f00c073e4e73372fd43fb909851d0205fbb007c8ce700ddd4ae16618e9bf43a92ab0e8746da32ba9dc7cf0c4b5d094f36b2c3
|
||||
EBUILD pylaunches-1.3.0.ebuild 829 BLAKE2B 8c4ecfffb8b7ed85b9a0edcb4708bca1cdf6c39c57c3ec4bbbca9c8577bfd447db6b38e879c4b2ddc67b58b1d780f4c96c03e54874e6e7fdfc16bcfc3f6b82fe SHA512 2665908c3b84799317609a2be050b0e21223f8a9345801934be9806861be824340c83c8a35a940bfee095419ae1972d72dde3708183cc3bd613c7a0404819d70
|
||||
MISC metadata.xml 452 BLAKE2B 8eb9e669d886b2c09532b0c65cfc1c67c0c2ae4c00623be179b77adf5d29919e72f4976a6121c3ba86a943c68d34aa1c9e22ebb7fed7720f26ff73162b50b190 SHA512 22ed0a6ebe883a46e92f577a89d6815ce7784c82fd3d9b67ff46cd64e31367fc416ad3c9ae4ed0582e4fa03cb30b2f637a74180e1b8bb8bcd751ff6638ef01e2
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python packages to get information form upcoming space launches"
|
||||
HOMEPAGE="https://github.com/ludeeus/pylaunches https://pypi.org/project/pylaunches/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
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/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python packages to get information form upcoming space launches"
|
||||
HOMEPAGE="https://github.com/ludeeus/pylaunches https://pypi.org/project/pylaunches/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -32,3 +32,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user