diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-16 10:59:35 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-16 10:59:35 -0500 |
| commit | a46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af (patch) | |
| tree | 98303deb2a205a7f39cffa3a960c1762559c7a7d /dev-python/hijridate | |
| parent | 8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (diff) | |
| download | baldeagleos-repo-a46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af.tar.gz baldeagleos-repo-a46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af.tar.xz baldeagleos-repo-a46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af.zip | |
Adding metadata
Diffstat (limited to 'dev-python/hijridate')
| -rw-r--r-- | dev-python/hijridate/Manifest | 4 | ||||
| -rw-r--r-- | dev-python/hijridate/hijridate-2.5.0.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/hijridate/hijridate-2.6.0.ebuild | 12 | ||||
| -rw-r--r-- | dev-python/hijridate/metadata.xml | 6 |
4 files changed, 40 insertions, 9 deletions
diff --git a/dev-python/hijridate/Manifest b/dev-python/hijridate/Manifest index d4f0314a408a..1d46c430a53f 100644 --- a/dev-python/hijridate/Manifest +++ b/dev-python/hijridate/Manifest @@ -1 +1,5 @@ +DIST hijridate-2.5.0.gh.tar.gz 46488 BLAKE2B f9a20c8cddf2e994e952d24dd16f9113c52564961f6a13d4d40b4cf5933ecacf763ebd735a88fc41fcdcdd4cf4620810ae3504ced71e1284fbcb39b6d6aed321 SHA512 ff096902f30a5664892bdfc6a167ac838e83640a7430db726bc02417e4b34d5790624c260f906ee8143a05efefdee55e37b9dbf390fde514cf2f462743995611 DIST hijridate-2.6.0.gh.tar.gz 110192 BLAKE2B f951df86125eec79eff0822bf5c1eabab12b0f8afc8786f5fe8c675341be5e2f084f3fc2d424f5e1d51566a0ff0c427bc2b7496faae4ef140ed3bdd072872312 SHA512 35ab1672377d6e3ff6aee3db10b45ddf3b6ceff4f8744302e55443e524ce85ff9c1c0d93b76419cbe3b779eda8c7fbafc5ffab15e0571e8e7b1fd7f13817cfe3 +EBUILD hijridate-2.5.0.ebuild 637 BLAKE2B 36f4303469e0a90bc68ec256093aa4c3d33f1a35ae6b5d004b1e8a2b0dc66b828bfeb7225b31b1bdb66403d731f57707f34836e89f07c5c7055ddc3e54d1f5e8 SHA512 62eceff93e5055c279668c3421465d803839d7aa7f530b7d546b8385d6ee07934c17d31bb79abb7e1a59d57cd96f280f18b7c60ba506a1447823744ddeda33f0 +EBUILD hijridate-2.6.0.ebuild 638 BLAKE2B 73eec0e8cf323355af3c07074c47d1833cf01d5a3ebce7e976935ab35d36c03ae119be0f42a791bd91dc3334899309c6689369c7bfc2e098266fa00bd5b42851 SHA512 c74afced82f5bd08b4884eea591107eee8557476681bff647be1744d8dde9310107a68194860333041a1603e1f2bc1aacdc18a7b32fe1c9acba20ba06e77d777 +MISC metadata.xml 456 BLAKE2B cac472a06a7262f98785bfa36fb485f15faf5d92c43c92271a0c2ef0a020c98e6880e98057078446cb9f33824bcad76f54b98e294feea33770896c0791b00703 SHA512 c107f6fd940b7a1d52d08694c06621f1c48c7d94bde209e5624f29ed1b2f82165b7904fa773b6daf63c58ed3b84588e66112c4fd0d550149922e36dd8fd8a50b diff --git a/dev-python/hijridate/hijridate-2.5.0.ebuild b/dev-python/hijridate/hijridate-2.5.0.ebuild new file mode 100644 index 000000000000..6b8012baf469 --- /dev/null +++ b/dev-python/hijridate/hijridate-2.5.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Hijri-Gregorian date converter" +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 ~x86" + +BDEPEND=" + dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/furo \ + dev-python/myst-parser \ + dev-python/sphinx-notfound-page diff --git a/dev-python/hijridate/hijridate-2.6.0.ebuild b/dev-python/hijridate/hijridate-2.6.0.ebuild index ec1129cb12e7..6b8012baf469 100644 --- a/dev-python/hijridate/hijridate-2.6.0.ebuild +++ b/dev-python/hijridate/hijridate-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2026 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,19 +8,19 @@ PYTHON_COMPAT=( python3_{13..14} ) inherit distutils-r1 -DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar" +DESCRIPTION="Hijri-Gregorian date converter" 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" +KEYWORDS="~amd64 ~x86" -BDEPEND="dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] +" -EPYTEST_PLUGINS=() distutils_enable_tests pytest - distutils_enable_sphinx docs \ dev-python/furo \ dev-python/myst-parser \ diff --git a/dev-python/hijridate/metadata.xml b/dev-python/hijridate/metadata.xml index 47254d21f6ff..39a5f13accb0 100644 --- a/dev-python/hijridate/metadata.xml +++ b/dev-python/hijridate/metadata.xml @@ -2,11 +2,11 @@ <!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>pastalian46@gmail.com</email> - <name>Takuya Wakazono</name> + <email>marcin.deranek@slonko.net</email> + <name>Marcin Deranek</name> </maintainer> <upstream> - <doc>https://hijridate.readthedocs.io</doc> + <bugs-to>https://github.com/dralshehri/hijridate/issues</bugs-to> </upstream> <origin>baldeagleos-repo</origin> </pkgmetadata> |
