summaryrefslogtreecommitdiff
path: root/dev-python/confusable_homoglyphs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-22 14:50:54 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-22 14:50:54 +0100
commit5772eab78c27d5409ea9e818a12abc9f686e7319 (patch)
tree781df06984c0a557c2fade1ffa96a39378bfbf7c /dev-python/confusable_homoglyphs
parent45219c7455b2c8bce47bdf428b44a6a38d6ce521 (diff)
gentoo auto-resync : 22:07:2023 - 14:50:54
Diffstat (limited to 'dev-python/confusable_homoglyphs')
-rw-r--r--dev-python/confusable_homoglyphs/Manifest3
-rw-r--r--dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild26
-rw-r--r--dev-python/confusable_homoglyphs/metadata.xml12
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/confusable_homoglyphs/Manifest b/dev-python/confusable_homoglyphs/Manifest
new file mode 100644
index 000000000000..8d5e15ac8515
--- /dev/null
+++ b/dev-python/confusable_homoglyphs/Manifest
@@ -0,0 +1,3 @@
+DIST confusable_homoglyphs-3.2.0.gh.tar.gz 338272 BLAKE2B b4697ad3997ecb2784653a47779ead7ded0e9af46125bc5868954cc8cf5064377a553c9b388be6a42634fa27880ef2fa57224e4b4bf9e357b3a9ff32a5db4993 SHA512 6e51cc4ec9a70246f4a871b8303834d0189d9d5056823b2f576e198cc3ced7154a0d57e945f3814bfa37da6015808bc1d6cdf44cfa17d637ded83ead8a6e4f5c
+EBUILD confusable_homoglyphs-3.2.0.ebuild 635 BLAKE2B f1138eae6aedebeb23c6212a13a863574139bb3e1784c737863794c8f39c81a93a51881c66bf2993c50d0609c78728cd0adb40b1a56d1111ff238eb33b0ece4b SHA512 5fc393279ab2333b39a124b815a966ee718802a43fd94fcd6bdbd6e1f62cbf47fa8a0c52103160e2c70bb180a32ef7488768014c2f8a8f4dc6560588a4d523a9
+MISC metadata.xml 397 BLAKE2B fb2119e687bb411de4fb76a9fad0bf32aba1ec30275beb9ddd4a585842823f64c9f1b773dea1507243dbd10437794d0a7dd0e62a35a3d29f4712df4cd5e1f0bf SHA512 57eae9c159782afe8324775750a0591ba4f16216292ba4d831b17fc3d965fe5d7b46aa28e0674847d359799762775acf8c03ab5afe97d2697611d7ca3962d369
diff --git a/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild b/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild
new file mode 100644
index 000000000000..0183ef44a3df
--- /dev/null
+++ b/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 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
+
+CommitId=14f43ddd74099520ddcda29fac557c27a28190e6
+
+DESCRIPTION="Detect confusable usage of unicode homoglyphs, prevent homograph attacks"
+HOMEPAGE="
+ https://github.com/vhf/confusable_homoglyphs/
+ https://pypi.org/project/confusable_homoglyphs/
+"
+SRC_URI="https://github.com/vhf/${PN}/archive/${CommitId}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"/${PN}-${CommitId}
+
+distutils_enable_tests pytest
diff --git a/dev-python/confusable_homoglyphs/metadata.xml b/dev-python/confusable_homoglyphs/metadata.xml
new file mode 100644
index 000000000000..1c67e1e89d60
--- /dev/null
+++ b/dev-python/confusable_homoglyphs/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">confusable_homoglyphs</remote-id>
+ <remote-id type="github">vhf/confusable_homoglyphs</remote-id>
+ </upstream>
+</pkgmetadata>