[gentoo-commits] repo/proj/guru:dev commit in: dev-python/hijridate/

2024-01-25 Thread Takuya Wakazono
commit: 11449fe514276d6bc5150a6b0fb78c4e35ae9a4d
Author: Takuya Wakazono  gmail  com>
AuthorDate: Thu Jan 25 11:46:21 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Thu Jan 25 13:46:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11449fe5

dev-python/hijridate: drop 2.3.0

Signed-off-by: Takuya Wakazono  gmail.com>

 dev-python/hijridate/Manifest   |  1 -
 dev-python/hijridate/hijridate-2.3.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/hijridate/Manifest b/dev-python/hijridate/Manifest
index 50a343177c..454c2f9058 100644
--- a/dev-python/hijridate/Manifest
+++ b/dev-python/hijridate/Manifest
@@ -1,2 +1 @@
-DIST hijridate-2.3.0.gh.tar.gz 42409 BLAKE2B 
3a06adb44542def4a49c33951f4ae8e2a0057f1fdc276d28ce05462aa93111d387e36a86786beaf18b8009d40b9db661f4704a2c97c3da4406da10a171e90eb8
 SHA512 
5b67337d7acf9e44e9d38f0cce8c0e7d0cf4ffbeee4d8e7f7813e42d079f364422529c08572f0f7cf64aa08ba2519c3e834a28f5a3aec16e79ce3fef91ff34bb
 DIST hijridate-2.4.1.gh.tar.gz 42771 BLAKE2B 
7640d2eb6760f1e496468f0cb11d25c3bb4bf8fc4274b1d802d25b8392a44a83c46564d3f2372f53a37ec10fd914c1fbf096dab359018350662b747f8c1c65a6
 SHA512 
64fc38afbb59ce5de3611602ed8b0262cf410b66236f57e30aeb3d39db904afbfb17b300dba0ac7ab2163b7c4c000b2d444fa3769f00c7a7e80b8fe4bbc7216c

diff --git a/dev-python/hijridate/hijridate-2.3.0.ebuild 
b/dev-python/hijridate/hijridate-2.3.0.ebuild
deleted file mode 100644
index 3f03e203fa..00
--- a/dev-python/hijridate/hijridate-2.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} 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/myst-parser \
-   dev-python/sphinx-notfound-page \
-   dev-python/sphinx-rtd-theme



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/hijridate/

2024-01-25 Thread Takuya Wakazono
commit: ca7804f1984276fbe38636b5d7b6fe66e4801b81
Author: Takuya Wakazono  gmail  com>
AuthorDate: Thu Jan 25 11:45:40 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Thu Jan 25 13:46:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca7804f1

dev-python/hijridate: add 2.4.1

Signed-off-by: Takuya Wakazono  gmail.com>

 dev-python/hijridate/Manifest   |  1 +
 dev-python/hijridate/hijridate-2.4.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/hijridate/Manifest b/dev-python/hijridate/Manifest
index cc251c2c0b..50a343177c 100644
--- a/dev-python/hijridate/Manifest
+++ b/dev-python/hijridate/Manifest
@@ -1 +1,2 @@
 DIST hijridate-2.3.0.gh.tar.gz 42409 BLAKE2B 
3a06adb44542def4a49c33951f4ae8e2a0057f1fdc276d28ce05462aa93111d387e36a86786beaf18b8009d40b9db661f4704a2c97c3da4406da10a171e90eb8
 SHA512 
5b67337d7acf9e44e9d38f0cce8c0e7d0cf4ffbeee4d8e7f7813e42d079f364422529c08572f0f7cf64aa08ba2519c3e834a28f5a3aec16e79ce3fef91ff34bb
+DIST hijridate-2.4.1.gh.tar.gz 42771 BLAKE2B 
7640d2eb6760f1e496468f0cb11d25c3bb4bf8fc4274b1d802d25b8392a44a83c46564d3f2372f53a37ec10fd914c1fbf096dab359018350662b747f8c1c65a6
 SHA512 
64fc38afbb59ce5de3611602ed8b0262cf410b66236f57e30aeb3d39db904afbfb17b300dba0ac7ab2163b7c4c000b2d444fa3769f00c7a7e80b8fe4bbc7216c

diff --git a/dev-python/hijridate/hijridate-2.4.1.ebuild 
b/dev-python/hijridate/hijridate-2.4.1.ebuild
new file mode 100644
index 00..0d3a22cfac
--- /dev/null
+++ b/dev-python/hijridate/hijridate-2.4.1.ebuild
@@ -0,0 +1,25 @@
+# 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..12} 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



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/hijridate/

2023-04-27 Thread Anna Vyalkova
commit: 407bf298c0f735b4513fe5d7efb2bb284a68e3bd
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Apr 28 00:56:42 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Apr 28 04:32:04 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=407bf298

dev-python/hijridate: new package, add 2.3.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/hijridate/Manifest   |  1 +
 dev-python/hijridate/hijridate-2.3.0.ebuild | 24 
 dev-python/hijridate/metadata.xml   | 12 
 3 files changed, 37 insertions(+)

diff --git a/dev-python/hijridate/Manifest b/dev-python/hijridate/Manifest
new file mode 100644
index 0..cc251c2c0
--- /dev/null
+++ b/dev-python/hijridate/Manifest
@@ -0,0 +1 @@
+DIST hijridate-2.3.0.gh.tar.gz 42409 BLAKE2B 
3a06adb44542def4a49c33951f4ae8e2a0057f1fdc276d28ce05462aa93111d387e36a86786beaf18b8009d40b9db661f4704a2c97c3da4406da10a171e90eb8
 SHA512 
5b67337d7acf9e44e9d38f0cce8c0e7d0cf4ffbeee4d8e7f7813e42d079f364422529c08572f0f7cf64aa08ba2519c3e834a28f5a3aec16e79ce3fef91ff34bb

diff --git a/dev-python/hijridate/hijridate-2.3.0.ebuild 
b/dev-python/hijridate/hijridate-2.3.0.ebuild
new file mode 100644
index 0..1a3b7733f
--- /dev/null
+++ b/dev-python/hijridate/hijridate-2.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} 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/myst-parser \
+   dev-python/sphinx-notfound-page \
+   dev-python/sphinx-rtd-theme

diff --git a/dev-python/hijridate/metadata.xml 
b/dev-python/hijridate/metadata.xml
new file mode 100644
index 0..12420a1c1
--- /dev/null
+++ b/dev-python/hijridate/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   hijridate
+   dralshehri/hijridate
+   
+