* [gentoo-commits] repo/proj/guru:master commit in: dev-python/hijri-converter/
2020-12-18 16:17 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-12-18 16:26 ` Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 33949d93985a9426a742589270c8dd5546703661
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 16:00:16 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 16:00:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33949d93
dev-python/hijri-converter: new dep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/hijri-converter/Manifest | 1 +
.../hijri-converter/hijri-converter-2.1.1.ebuild | 19 +++++++++++++++++++
dev-python/hijri-converter/metadata.xml | 5 +++++
3 files changed, 25 insertions(+)
diff --git a/dev-python/hijri-converter/Manifest b/dev-python/hijri-converter/Manifest
new file mode 100644
index 00000000..e48bebfc
--- /dev/null
+++ b/dev-python/hijri-converter/Manifest
@@ -0,0 +1 @@
+DIST hijri-converter-2.1.1.tar.gz 36506 BLAKE2B a019d9c67e411ed8f1a8dfbb48ae56bd28f3240cfa2a959a47b79a4436dce241b5cf40b78731cecf21ce2fb555cc081ae77596bdab20aded1439dc016a43ed00 SHA512 ab20fbe8146dea503c3726ea7566f364e2442003c6a5c934d5efe0915d2dadae5fb78a8e741ac5eb06de81106e7d112e97e6da86f97754d648c2bcdb73d5a0b0
diff --git a/dev-python/hijri-converter/hijri-converter-2.1.1.ebuild b/dev-python/hijri-converter/hijri-converter-2.1.1.ebuild
new file mode 100644
index 00000000..2db84638
--- /dev/null
+++ b/dev-python/hijri-converter/hijri-converter-2.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,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
diff --git a/dev-python/hijri-converter/metadata.xml b/dev-python/hijri-converter/metadata.xml
new file mode 100644
index 00000000..740ae6ba
--- /dev/null
+++ b/dev-python/hijri-converter/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- Maintainer Needed -->
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/hijri-converter/
@ 2021-06-28 10:59 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2021-06-28 10:59 UTC (permalink / raw
To: gentoo-commits
commit: 546ec47971c69743429629aa99d3d05c5b182057
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun 27 23:07:06 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 23:07:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=546ec479
dev-python/hijri-converter: add 2.1.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/hijri-converter/Manifest | 1 +
.../hijri-converter/hijri-converter-2.1.3.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/hijri-converter/Manifest b/dev-python/hijri-converter/Manifest
index e48bebfc9..2c650f513 100644
--- a/dev-python/hijri-converter/Manifest
+++ b/dev-python/hijri-converter/Manifest
@@ -1 +1,2 @@
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
diff --git a/dev-python/hijri-converter/hijri-converter-2.1.3.ebuild b/dev-python/hijri-converter/hijri-converter-2.1.3.ebuild
new file mode 100644
index 000000000..648972e4b
--- /dev/null
+++ b/dev-python/hijri-converter/hijri-converter-2.1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/hijri-converter/
@ 2022-05-24 17:53 Haelwenn Monnier
0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2022-05-24 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 68ced885c15563559325e71f5a8d6d9d4ecbf3c8
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 24 16:45:33 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue May 24 17:36:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68ced885
dev-python/hijri-converter: add 2.2.4, drop 2.2.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/hijri-converter/Manifest | 2 +-
.../{hijri-converter-2.2.2.ebuild => hijri-converter-2.2.4.ebuild} | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/hijri-converter/Manifest b/dev-python/hijri-converter/Manifest
index 352ca00e1..c21a8cc04 100644
--- a/dev-python/hijri-converter/Manifest
+++ b/dev-python/hijri-converter/Manifest
@@ -1,2 +1,2 @@
-DIST hijri-converter-2.2.2.tar.gz 38541 BLAKE2B 4c032bbf5c88437457e343d9b602c9830c6e364d35ffeff60c06decf5dd7f17b2d018944e83ac292b93c5c6d32da9a7f5cb74511eedb35d37738c289011b620f SHA512 af2bc3a56fcb6f512dcc72b726f727cd7f9db883732fb0733107f4094586350fea0eba3bb8b7846eb4974170a9c9664303bc941846a951b192fea3172f0f9626
DIST hijri-converter-2.2.3.tar.gz 42009 BLAKE2B c19caa6e8225406ca99a32fa1418890a1b380a4dfbe3b3c00d4ef99956b239e6313db619329c6becc8bf78f763060799693f664db8d4c7ed5139b4b629983cf2 SHA512 b038605ea020ded6f5eb555bfc159137cb29527693e258ca002a198932f1312ee5513ef4d1a4baa242b695337da959f203032cc6896dfce7b245b1befaddf6f1
+DIST hijri-converter-2.2.4.tar.gz 42179 BLAKE2B b8a935b87314e31a710eacfe49c9668684bf26deb678c6d7150e9b9c7c59ff07f03724395465f003b5cbdc0164cf1217816a8f0c8d62c1943c60596b4ac6ccb9 SHA512 4387e9bfcd23b1ac4a755070b45626a00ef71ad4bb82c48e23573dc95d90302571ffec0f9162b28c06054ae10c1b4da06859609db0106dada96a39bc279ad785
diff --git a/dev-python/hijri-converter/hijri-converter-2.2.2.ebuild b/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild
similarity index 87%
rename from dev-python/hijri-converter/hijri-converter-2.2.2.ebuild
rename to dev-python/hijri-converter/hijri-converter-2.2.4.ebuild
index c1f01d3ba..fc256974c 100644
--- a/dev-python/hijri-converter/hijri-converter-2.2.2.ebuild
+++ b/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/hijri-converter/
@ 2024-01-26 10:35 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-01-26 10:35 UTC (permalink / raw
To: gentoo-commits
commit: 4a259c69952baaa023918c2b068e38ecbb03317b
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 13:40:03 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jan 25 13:46:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a259c69
dev-python/hijri-converter: treeclean
Upstream moved to hijridate. No reverse dependencies.
Closes: https://bugs.gentoo.org/884673
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/hijri-converter/Manifest | 1 -
.../hijri-converter/hijri-converter-2.2.4.ebuild | 18 ------------------
dev-python/hijri-converter/metadata.xml | 14 --------------
3 files changed, 33 deletions(-)
diff --git a/dev-python/hijri-converter/Manifest b/dev-python/hijri-converter/Manifest
deleted file mode 100644
index a504e2f684..0000000000
--- a/dev-python/hijri-converter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hijri-converter-2.2.4.tar.gz 34899 BLAKE2B 749d50ed8f669766d4b605dbec30173c69be7a0a66eb7bcbfc65a915ad5c340a75f0948a045edafa4111a9c0386b8a502c92236168e691535dac95aeb0a08705 SHA512 3d11bf642c97ad5b2dd50f0015d69ba7f63557ab0977fd174418e3ee2ae4406189b571ce9f0e0f7960ea13248206ba12287d63a7090bb0781d3b9baf7b79dd98
diff --git a/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild b/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild
deleted file mode 100644
index f50c010b15..0000000000
--- a/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar"
-HOMEPAGE="https://github.com/dralshehri/hijri-converter"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
diff --git a/dev-python/hijri-converter/metadata.xml b/dev-python/hijri-converter/metadata.xml
deleted file mode 100644
index f9f4b325d2..0000000000
--- a/dev-python/hijri-converter/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <remote-id type="github">dralshehri/hijri-converter</remote-id>
- <remote-id type="pypi">hijri-converter</remote-id>
- <doc>https://hijri-converter.readthedocs.io</doc>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-26 10:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-24 17:53 [gentoo-commits] repo/proj/guru:master commit in: dev-python/hijri-converter/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2024-01-26 10:35 David Roman
2021-06-28 10:59 Florian Schmaus
2020-12-18 16:17 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox