mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-09 20:30:33 -04:00
dev-python/hijri-converter: add 2.2.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST hijri-converter-2.1.1.tar.gz 36506 BLAKE2B a019d9c67e411ed8f1a8dfbb48ae56bd28f3240cfa2a959a47b79a4436dce241b5cf40b78731cecf21ce2fb555cc081ae77596bdab20aded1439dc016a43ed00 SHA512 ab20fbe8146dea503c3726ea7566f364e2442003c6a5c934d5efe0915d2dadae5fb78a8e741ac5eb06de81106e7d112e97e6da86f97754d648c2bcdb73d5a0b0
|
||||
DIST hijri-converter-2.1.3.tar.gz 36865 BLAKE2B 4076d2eda430327162716fe80f4093132e139d1cb01129d15c66aa908dcb212877bf478cd60af102969a5058d08dc15773a83d3dbad1ed5431188e9a8549e170 SHA512 d7307f4c11f04f266ca478d58c6248debc720204cc7b58da033cf8340e4cdfb07a6908f139d50260908224bbed1ab50885c3f82b348e1d35ce38c138d2bbf970
|
||||
DIST hijri-converter-2.2.2.tar.gz 38540 BLAKE2B 214bf04b0b6f8a2ef1ea1dc99f73a6c3e99cb8d351ed2588e6f7920e5a8e3a36fca03594bf9f3cb9d8fbdbdae232f6f8e4fd8e71db3094adc5d5aa34b601d103 SHA512 086a0f349cde650ad98558d5543ad463bded316a41d8827d9ee1d69aa49e0e396711befb469de697a1d3fc565901f7a6735b61856b2fc70f446960dfef15a330
|
||||
|
||||
19
dev-python/hijri-converter/hijri-converter-2.2.2.ebuild
Normal file
19
dev-python/hijri-converter/hijri-converter-2.2.2.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar"
|
||||
HOMEPAGE="https://github.com/dralshehri/hijri-converter"
|
||||
SRC_URI="https://github.com/dralshehri/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs
|
||||
Reference in New Issue
Block a user