summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2023-12-09 17:27:58 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2023-12-09 17:27:58 +0100
commit26db9f1ae19de73e49d004dc6f0a8833b7489000 (patch)
tree99f2fbcd05f6c72681d3a2fe49613e4e9afd0604 /dev-python
parenteef0b8ab8e87ef8a88bfcb1accb3cd6963b803e3 (diff)
downloadportage-26db9f1ae19de73e49d004dc6f0a8833b7489000.tar.gz
portage-26db9f1ae19de73e49d004dc6f0a8833b7489000.tar.bz2
portage-26db9f1ae19de73e49d004dc6f0a8833b7489000.zip
dev-python/hijridate Initial build
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hijridate/Manifest3
-rw-r--r--dev-python/hijridate/hijridate-2.4.1.ebuild25
-rw-r--r--dev-python/hijridate/metadata.xml13
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/hijridate/Manifest b/dev-python/hijridate/Manifest
new file mode 100644
index 0000000..0d88a9e
--- /dev/null
+++ b/dev-python/hijridate/Manifest
@@ -0,0 +1,3 @@
+DIST hijridate-2.4.1.gh.tar.gz 42771 BLAKE2B 7640d2eb6760f1e496468f0cb11d25c3bb4bf8fc4274b1d802d25b8392a44a83c46564d3f2372f53a37ec10fd914c1fbf096dab359018350662b747f8c1c65a6 SHA512 64fc38afbb59ce5de3611602ed8b0262cf410b66236f57e30aeb3d39db904afbfb17b300dba0ac7ab2163b7c4c000b2d444fa3769f00c7a7e80b8fe4bbc7216c
+EBUILD hijridate-2.4.1.ebuild 604 BLAKE2B ff0890cb3bd297c858616f046f0895c94dc5430a4998fe80cc613e5e5b32db890d4ff5363bb791ac85acd052450a8764578e29532f6d320ae5b0602caa6a28b6 SHA512 f62eb5c0ad78e58c96c04c943ae2d0a3f5028d5db47f19f1522a85c8053715257892607dced425ba8572309d6c5724abf377f60fef917bb03fabea8ba7a21673
+MISC metadata.xml 456 BLAKE2B cac472a06a7262f98785bfa36fb485f15faf5d92c43c92271a0c2ef0a020c98e6880e98057078446cb9f33824bcad76f54b98e294feea33770896c0791b00703 SHA512 c107f6fd940b7a1d52d08694c06621f1c48c7d94bde209e5624f29ed1b2f82165b7904fa773b6daf63c58ed3b84588e66112c4fd0d550149922e36dd8fd8a50b
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 0000000..87a9378
--- /dev/null
+++ b/dev-python/hijridate/hijridate-2.4.1.ebuild
@@ -0,0 +1,25 @@
+# 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..12} )
+
+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"
+
+#S="${WORKDIR}/hijridate-${PV}"
+
+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/metadata.xml b/dev-python/hijridate/metadata.xml
new file mode 100644
index 0000000..ac90548
--- /dev/null
+++ b/dev-python/hijridate/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marcin.deranek@slonko.net</email>
+ <name>Marcin Deranek</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/dralshehri/hijridate/issues</bugs-to>
+ <remote-id type="github">dralshehri/hijridate</remote-id>
+ <remote-id type="pypi">hijridate</remote-id>
+ </upstream>
+</pkgmetadata>