aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2024-07-27 16:37:06 +0900
committerTakuya Wakazono <pastalian46@gmail.com>2024-07-28 21:21:42 +0900
commit0b54c0489dd03032dde7a49338b10228c0800d75 (patch)
treecd1ac7e3e65ea4afe01e10751c1135a2626f02cc /dev-python/hijridate
parentdev-python/hijridate: add 2.5.0 (diff)
downloadguru-0b54c0489dd03032dde7a49338b10228c0800d75.tar.gz
guru-0b54c0489dd03032dde7a49338b10228c0800d75.tar.bz2
guru-0b54c0489dd03032dde7a49338b10228c0800d75.zip
dev-python/hijridate: drop 2.4.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'dev-python/hijridate')
-rw-r--r--dev-python/hijridate/Manifest1
-rw-r--r--dev-python/hijridate/hijridate-2.4.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/hijridate/Manifest b/dev-python/hijridate/Manifest
index cf444e367..fa433411b 100644
--- a/dev-python/hijridate/Manifest
+++ b/dev-python/hijridate/Manifest
@@ -1,2 +1 @@
-DIST hijridate-2.4.1.gh.tar.gz 42771 BLAKE2B 7640d2eb6760f1e496468f0cb11d25c3bb4bf8fc4274b1d802d25b8392a44a83c46564d3f2372f53a37ec10fd914c1fbf096dab359018350662b747f8c1c65a6 SHA512 64fc38afbb59ce5de3611602ed8b0262cf410b66236f57e30aeb3d39db904afbfb17b300dba0ac7ab2163b7c4c000b2d444fa3769f00c7a7e80b8fe4bbc7216c
DIST hijridate-2.5.0.gh.tar.gz 46488 BLAKE2B f9a20c8cddf2e994e952d24dd16f9113c52564961f6a13d4d40b4cf5933ecacf763ebd735a88fc41fcdcdd4cf4620810ae3504ced71e1284fbcb39b6d6aed321 SHA512 ff096902f30a5664892bdfc6a167ac838e83640a7430db726bc02417e4b34d5790624c260f906ee8143a05efefdee55e37b9dbf390fde514cf2f462743995611
diff --git a/dev-python/hijridate/hijridate-2.4.1.ebuild b/dev-python/hijridate/hijridate-2.4.1.ebuild
deleted file mode 100644
index 6cb25f351..000000000
--- a/dev-python/hijridate/hijridate-2.4.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar"
-HOMEPAGE="https://github.com/dralshehri/hijridate"
-SRC_URI="https://github.com/dralshehri/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
- dev-python/furo \
- dev-python/myst-parser \
- dev-python/sphinx-notfound-page \
- dev-python/sphinx-rtd-theme