diff --git a/dev-python/suntime/Manifest b/dev-python/suntime/Manifest new file mode 100644 index 0000000..4ac8b85 --- /dev/null +++ b/dev-python/suntime/Manifest @@ -0,0 +1,3 @@ +DIST suntime-1.2.5.tar.gz 4074 BLAKE2B b10fca8b1b62c6d208e114044427d272d79a19e79b71e3145d5c1e759614c161b70020b3e86ce120ca4c0f3dcdad0846bd854c971563d6c7858db12a4def0b6b SHA512 c02f54fbabe07aa0fbe9fe03eaadfb189156449494f7aa5ffb8114f2d01d320d717961e6eb1e36f0bbed32c14d124aa0f0991557a446481fcc9b83324a0e4ec1 +EBUILD suntime-1.2.5.ebuild 476 BLAKE2B d5a8bdd399b7829aaec655ac1556acf8eb54c34e6516174f6b5d801670e8ce46ee3c0913e4647481c2f898870dfcf27fc60e2b22c360fb8315ebe6999c6ef523 SHA512 9135281c7f07c54b2e6ac29645b942ae6d89aedff4f33d0236485d097ef16901a9a510fe2ba00bbe195b7b44ca74ddaff5b7a1708507f3625b639b4a8d4b3009 +MISC metadata.xml 216 BLAKE2B 98b55d77f4255ca20a41fef0a66299cf6baec1df788810e210ecad6a6352c642ca652c2d404e24ff181f3c34cee7ef750d7985d7826e9c6ee7765dd657dc765c SHA512 6eacf7815e19e9e770cad73069181bdd082df3996c1cba2c1eead43fff8d001390152049f0f50d8bab7b3554873918f2ffeb972bbd2698243e5a0ffd33a6af1b diff --git a/dev-python/suntime/metadata.xml b/dev-python/suntime/metadata.xml new file mode 100644 index 0000000..5277f6f --- /dev/null +++ b/dev-python/suntime/metadata.xml @@ -0,0 +1,7 @@ + + + + +ischluff@mailbox.org + + diff --git a/dev-python/suntime/suntime-1.2.5.ebuild b/dev-python/suntime/suntime-1.2.5.ebuild new file mode 100644 index 0000000..828f946 --- /dev/null +++ b/dev-python/suntime/suntime-1.2.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +inherit distutils-r1 + +DESCRIPTION="Simple sunset and sunrise time calculation python library" +HOMEPAGE="https://github.com/SatAgro/suntime" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" +dev-python/python-dateutil +" +RDEPEND="${DEPEND}" +BDEPEND="" +