dev-python/hijridate: new package, add 2.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-11 19:40:25 +02:00 committed by Andreas Billmeier
parent 99dc6773e7
commit 3dd7074216
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST hijridate-2.3.0.tar.gz 34681 BLAKE2B 39e43d132c8e0ea702eb42609579684cd8e53c0ff0dd6cc6fb713770c6738210c30e04c75308f4247f68dd7e77166fe06da06052ba09914bdeb22b72039a63a4 SHA512 cbb50b5c527887eefd24e048d5057ef851a3cc5c1465d2e40122e8417a538af692a2c3327f5671c3516e8aa48e25bcd760c321f6fe08339969c0eae9e60c316f
EBUILD hijridate-2.3.0.ebuild 681 BLAKE2B c81c4fa5445c61dc4cbac8f482cd83c4b941a20d2646509ef28e5f47dae6b6cec64fad0cb0dfce571426954b2bbf1fc5a9e8695b16baa0bfb03407d9a6744f86 SHA512 73fbd126aa39f3fc80c00e29f38077aaf6edc14366b3fe76f0c15197b38fadee20e5cf3b2217c2293c06b909b27a16c3b198af2972deb47faf2d9f9861175f79
MISC metadata.xml 390 BLAKE2B 6354c941430ee16b61ae49ec3caac40cadeba845224832d07f14eb4b05d22c195aa54f014ae6879b43da327a4fd527b150c87e044abec48f839d5bee3453408b SHA512 793f2bafe3b590fd626937352b3426c9daca843940bd2df744f6398590d79be16317dba2cebf6ddd8de6ec33d838a0f8b11f5ca703c18799b2c960b23bd68cc1

View File

@ -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="Accurate Hijri-Gregorian dates converter based on the Umm al-Qura calendar"
HOMEPAGE="https://github.com/dralshehri/hijridate https://pypi.org/project/hijridate/"
#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"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,12 @@
<?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">hijridate</remote-id>
<remote-id type="github">dralshehri/hijridate</remote-id>
</upstream>
</pkgmetadata>