dev-python/prayer-times-calculator: add 0.0.10
Closes: #2456 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d19575f00a
commit
844fe28197
@ -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 1686 Ebuilds in total, 1675 of them have in total 1695 (43 different) licenses assigned.
|
||||
There are 1687 Ebuilds in total, 1676 of them have in total 1696 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|984|
|
||||
|MIT|985|
|
||||
|Apache-2.0|355|
|
||||
|GPL-3|96|
|
||||
|BSD|96|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST prayer_times_calculator-0.0.10.tar.gz 3757 BLAKE2B 3cba7c9a2508918b8de35cad4d3cdbe9c31e4769041f541ded789a02f7f65dc07d6161f6bf9892365e0f8c2c92b1b8f82390c8a945053f491a9d892e38b194bc SHA512 58a592ff484beda6e05ca3df964314dc657a06a9a28f06a1693db2592869d6c65cddace96aa62d7577b0b0e09fbf6e51cd5b232f26af9ab72ad81529414e2350
|
||||
DIST prayer_times_calculator-0.0.6.tar.gz 3441 BLAKE2B f13393f8cf9bd61243b29c8d71ae6aee57a3654db9984cd0a3578730f32a34a826b86bd50079ed1d27a3dcae2d8e9ae8bda72236d3dd9deb7e1503b4e64ae396 SHA512 79236b0d0990a0adf5a6b235f4bf7b323619c1df442707880d54b06db8821632d1da7595f3525a4a3a2eb824fce9fb5ed60535e5314c157d5681eb6c50c99921
|
||||
EBUILD prayer-times-calculator-0.0.10.ebuild 653 BLAKE2B a736680154751ef7c48dc2cc5e9873006e48d90cd2250dc1987fc6077d1461e047708c3f51353659d9edd11d355f4689d81555e0571029c90875cafcd658f7b2 SHA512 b12e4ad5388d9a4eabfee9b0383f9369f1822174a89f75e5ca61eafdef03e9abadc17e34b50dab98c0f892327280f2b938f92858e12c6bf5e3a4d8ccb7837fb7
|
||||
EBUILD prayer-times-calculator-0.0.6.ebuild 653 BLAKE2B a736680154751ef7c48dc2cc5e9873006e48d90cd2250dc1987fc6077d1461e047708c3f51353659d9edd11d355f4689d81555e0571029c90875cafcd658f7b2 SHA512 b12e4ad5388d9a4eabfee9b0383f9369f1822174a89f75e5ca61eafdef03e9abadc17e34b50dab98c0f892327280f2b938f92858e12c6bf5e3a4d8ccb7837fb7
|
||||
MISC metadata.xml 546 BLAKE2B b0c962613f7d6d77d4df13b652678972408490ab874018097787676479ed4f3f02891e765424255a85d12864c4c9bebb0b6546737ef185d46692e5858bd63199 SHA512 c3ec4c4b105f1d8ab92fa4fdb78abd394c9773522fba8053d7e375aea7ab8a4f76a832d04f8202da434ab00feae9470ce6e45bbd5b757820eb912539c6417b01
|
||||
|
@ -0,0 +1,31 @@
|
||||
# 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="Prayer Times Calculator"
|
||||
HOMEPAGE="https://github.com/uchagani/prayer-times-calculator https://pypi.org/project/prayer-times-calculator/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
#DOCS="README.MD"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user