summaryrefslogtreecommitdiff
path: root/dev-python/hashids
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-05 18:54:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-05 18:54:43 +0000
commitc5a7034a331d43d4ad46ea9a01e20fa83d52ed24 (patch)
treef11eced8ec37ac09f68be3e2024ebaef196e2cb6 /dev-python/hashids
parentea6cd7e4f8e5606e1bf55158f1cc658accdcaf4c (diff)
downloadbaldeagleos-repo-c5a7034a331d43d4ad46ea9a01e20fa83d52ed24.tar.gz
baldeagleos-repo-c5a7034a331d43d4ad46ea9a01e20fa83d52ed24.tar.xz
baldeagleos-repo-c5a7034a331d43d4ad46ea9a01e20fa83d52ed24.zip
Adding metadata
Diffstat (limited to 'dev-python/hashids')
-rw-r--r--dev-python/hashids/Manifest1
-rw-r--r--dev-python/hashids/hashids-1.3.1.ebuild21
-rw-r--r--dev-python/hashids/metadata.xml6
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/hashids/Manifest b/dev-python/hashids/Manifest
new file mode 100644
index 000000000000..24ee2e2de01b
--- /dev/null
+++ b/dev-python/hashids/Manifest
@@ -0,0 +1 @@
+DIST hashids-1.3.1.tar.gz 7884 BLAKE2B 5b4b303e014034a04d34b2abe3cf77a2b307822e0592023059759fda142390c56e66038042769474193f9d8c5657d5e9cb5d1cd87b36e931bef0130e3972c862 SHA512 feb3bd7e4afb7464e455dd421bed29af398cd8126e5fe0716ff85daa3c6fd79d3e9ae86affb9c5b0b2e1d805c4e00d83e2fe3369baf8fae91ee4b57bff5366b8
diff --git a/dev-python/hashids/hashids-1.3.1.ebuild b/dev-python/hashids/hashids-1.3.1.ebuild
new file mode 100644
index 000000000000..ffefadd9931c
--- /dev/null
+++ b/dev-python/hashids/hashids-1.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Implements the hashids algorithm in python"
+HOMEPAGE="
+ https://hashids.org/python/
+ https://pypi.org/project/hashids/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
diff --git a/dev-python/hashids/metadata.xml b/dev-python/hashids/metadata.xml
new file mode 100644
index 000000000000..736a1167c898
--- /dev/null
+++ b/dev-python/hashids/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file