dev-python/prayer-times-calculator-offline: new package, add 1.0.3
Closes: #3278 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
f89dffe07c
commit
9834ddb13b
@ -617,11 +617,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 1801 Ebuilds in total, 1790 of them have in total 1809 (42 different) licenses assigned.
|
||||
There are 1802 Ebuilds in total, 1791 of them have in total 1810 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1028|
|
||||
|MIT|1029|
|
||||
|Apache-2.0|397|
|
||||
|GPL-3|108|
|
||||
|BSD|106|
|
||||
|
3
dev-python/prayer-times-calculator-offline/Manifest
Normal file
3
dev-python/prayer-times-calculator-offline/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST prayer_times_calculator_offline-1.0.3.tar.gz 13331 BLAKE2B 92b30f0bc4cd584ab415b19d7ed78d05bbd2acb9e2e103d916f633b95a97140cddfc9d85d8902298bba8929df1081ef1518e89823672072ae7821fd5ac5fe152 SHA512 aa304f50454415c52a142bfff4fd9bbbf330058d604d8e951739324972d184e452cb41257bbbfe122e4a60e36b466e2051e7efec9a0a055ec1bf536cbbd8d665
|
||||
EBUILD prayer-times-calculator-offline-1.0.3.ebuild 716 BLAKE2B ae8207991ec3ba7af4a41a401b66f4013154c1aa7029c4749661827bc82d50ab741f5bea31ea59255a1ac5d56bf03fd19966aa16fc2ba35dae3411f4b869fd91 SHA512 d7ffbe7b473c0b74277418bece96a6521ea781ee669a73710d5244c210bb4f05b106431e797c59c0df823db3a6a54e3f91e2ea2878faca66ae18d2bc2eb9dcbb
|
||||
MISC metadata.xml 546 BLAKE2B 10fa32a7c485b6dc449ec48ccad23f0cb31344c74abae1fe573ccc62c47e12f675f8773f2b557c354ea337970694a570562b99f6a03a9ebb8d89c44ee953278d SHA512 302c7a0a2fcdac82e317e4119c10c2704ef5e2ac3cb6e4158683cf7f8bc198d55302dbb61a3eb8330e42b98dff02b97e0a306a0494786ca2077b7f7a343ac3bf
|
16
dev-python/prayer-times-calculator-offline/metadata.xml
Normal file
16
dev-python/prayer-times-calculator-offline/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">prayer-times-calculator-offline</remote-id>
|
||||
<remote-id type="github">cpfair/prayer-times-calculator-offline</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>cpf@cpfx.ca</email>
|
||||
<name>Collin Fair</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Prayer Times Calculator - Offline"
|
||||
HOMEPAGE="https://github.com/cpfair/prayer-times-calculator-offline/ https://pypi.org/project/prayer-times-calculator-offline/"
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.MD"
|
||||
|
||||
src_configure() {
|
||||
cat >> pyproject.toml <<-EOF
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
EOF
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user