summaryrefslogtreecommitdiff
path: root/dev-python/hashin
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hashin')
-rw-r--r--dev-python/hashin/Manifest1
-rw-r--r--dev-python/hashin/hashin-1.0.5.ebuild27
-rw-r--r--dev-python/hashin/metadata.xml9
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/hashin/Manifest b/dev-python/hashin/Manifest
new file mode 100644
index 000000000000..5c6ff1b765dd
--- /dev/null
+++ b/dev-python/hashin/Manifest
@@ -0,0 +1 @@
+DIST hashin-1.0.5.tar.gz 29946 BLAKE2B 6e72b49f0fbe4515a4fe56f4b47217dd79dbe28cdf2e03ed08d9ae4fd109de1ebd4f067639ac14d5592bd65fb6d28876e3254c4ac15a521b08dcaaf0566e8147 SHA512 a944fdc12f88f0c81605af14447fa1c84c6d5294237e69e91877d531f8dbc4febaa217d2c143caf7283e82bafb61ff4549cafd9f13191c408b242e1436b87f0d
diff --git a/dev-python/hashin/hashin-1.0.5.ebuild b/dev-python/hashin/hashin-1.0.5.ebuild
new file mode 100644
index 000000000000..5ad8054f46e0
--- /dev/null
+++ b/dev-python/hashin/hashin-1.0.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Adds hashed entries for packages to requirements.txt"
+HOMEPAGE="
+ https://github.com/peterbe/hashin/
+ https://pypi.org/project/hashin/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/packaging[${PYTHON_USEDEP}]
+ dev-python/pip[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
diff --git a/dev-python/hashin/metadata.xml b/dev-python/hashin/metadata.xml
new file mode 100644
index 000000000000..c083c00402f0
--- /dev/null
+++ b/dev-python/hashin/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>