dev-python/pyfireservicerota: rework, remove olds

This commit is contained in:
2022-10-15 10:00:49 +02:00
committed by Andreas Billmeier
parent c48f28d3a6
commit 0e76826719
5 changed files with 9 additions and 83 deletions

View File

@@ -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 1820 Ebuilds in total, 1813 of them have in total 1825 (35 different) licenses assigned.
There are 1815 Ebuilds in total, 1808 of them have in total 1820 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1093|
|MIT|1088|
|Apache-2.0|344|
|GPL-3|113|
|BSD|101|

View File

@@ -1,7 +1,3 @@
DIST pyfireservicerota-0.0.40.tar.gz 7395 BLAKE2B 7dc08bd0d672d7d79c3df7b12a15dcdcfbceff0c30ae190f25dc12495ce3e2b9411ddb005deea2ddb36b4e4d0470b90d0e8921c5c61ae83b8a07861101c2ca97 SHA512 f98d1a3483647f9e8b3dd07d6f251ea1b242b5ef19900f1f64eece6afd129d7b2a1c6210c13e9cb8ba799a3d7cdc3e23090423fc885b4c8254e73a7ef17ddbee
DIST pyfireservicerota-0.0.42.tar.gz 7428 BLAKE2B 2a1e4db3d274908ad0a0a56dce495daed9fa14ba6d8bde7ca7fe62efe313dbe492ba62a2533925a916f57878ee78bc7b974dc9f5758ad8e0e83727684c32c668 SHA512 efef47b36f20660d7d9cd865eda77424ec08093ef87ff91dc15f701d31217d3bdaef4266ed9de12a3fb8cfa3b230dd060cce7b8d165c3d566c09893898f37728
DIST pyfireservicerota-0.0.43.tar.gz 7428 BLAKE2B 001bd840cc2d02cc19145582807b6d36783f7e5a8ff09a09d93ae3d9d4e9dc20ebc4fdaac30ccb584fd317126282f24a3f4e37b9fe233151ec08ae4ff8234aa8 SHA512 49470f754974762c6a5f8517f8fbacccc3bfbc6bd708923e25f94d65f6568282e0283b12aac75bddc1f9b864ee73a3cb79c43cb12cc511a1a005e7a4b928cc4c
EBUILD pyfireservicerota-0.0.40.ebuild 920 BLAKE2B f6b75f681f888cb1d6bb0d826cedf65fcb2c18e1abfd4b570d702a012732784fc511c76be850369a099ad2fe846afacd870f61dbd40664d7230b21ce129d1783 SHA512 88471f489c64fb3aa83263c0b556c6ab4c756bffe926f3cd6ccebc7281af2a88c75a84e2651d33ba26051fccc81195c7eb519a16641efafd1103e5b7288ad95f
EBUILD pyfireservicerota-0.0.42.ebuild 920 BLAKE2B f6b75f681f888cb1d6bb0d826cedf65fcb2c18e1abfd4b570d702a012732784fc511c76be850369a099ad2fe846afacd870f61dbd40664d7230b21ce129d1783 SHA512 88471f489c64fb3aa83263c0b556c6ab4c756bffe926f3cd6ccebc7281af2a88c75a84e2651d33ba26051fccc81195c7eb519a16641efafd1103e5b7288ad95f
EBUILD pyfireservicerota-0.0.43.ebuild 917 BLAKE2B 1e91413b4ec5e376c19cc50c86fd2b6777e06f56130157e9c6e90c8958d11c83d21c0732ab31e01f74dcca26300ace1dedf148915b6716bef5e649408899f7b2 SHA512 d7d8c114f4a9090bb6b32067df7cffa3615fd4ee72a8cd675e5795277fb71a6921c844f000dcc3462c10827711ec93c9494e9f3f37cdb07cca54b9968236fafe
EBUILD pyfireservicerota-0.0.43.ebuild 921 BLAKE2B c95145a638936e73d18464ce9f2ed39069c0bdda64afa7e847a1ddd490593f33ecc05c76e6aa4a4d402f89c912d6d8118a41054195e43182d8e4483ad1795fbf SHA512 2a77299221563283fdc79844e8c1266e2cd47d44f82cc04fe74d35c1bc7dce684162f28ad832adfe0f4c87bc9aa69132688c83d8aaad113b4ad27a9c535f184b
MISC metadata.xml 459 BLAKE2B 45b78c4bdbe8b584aeb5b4e23e259e10b81041b8eacd676705658fa533d73a95e811890cf7fbc9d2f30fdb80462f5243940076b9ee6bab153025cbaa0beca2cd SHA512 cc0b14d5e897206c01f601d59441722f15b176260ff4d57e537d401e0db58099745f7bd46b3aeb4da9e83c01ce5ef4104be3e3c9346587448276b7d49f435577

View File

@@ -1,36 +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="Python 3 API wrapper for FireServiceRota/BrandweerRooster"
HOMEPAGE="https://github.com/cyberjunky/python-fireservicerota https://pypi.org/project/pyfireservicerota/"
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/pytz[${PYTHON_USEDEP}]
dev-python/oauthlib[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/websocket-client[${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
}

View File

@@ -1,36 +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="Python 3 API wrapper for FireServiceRota/BrandweerRooster"
HOMEPAGE="https://github.com/cyberjunky/python-fireservicerota https://pypi.org/project/pyfireservicerota/"
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/pytz[${PYTHON_USEDEP}]
dev-python/oauthlib[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/websocket-client[${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
}

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="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 )"
@@ -34,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest