summaryrefslogtreecommitdiff
path: root/dev-python/identify
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-17 01:42:32 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-17 01:42:32 +0000
commit5db6a58dd44e09e7332d4bbd5ce81f1cfb04d92c (patch)
treee30d0af409d869b5ee997ba3ae32bd2652f63a4a /dev-python/identify
parent690affe107e408cf2eee99f4a06eaa303e6ba355 (diff)
downloadbaldeagleos-repo-5db6a58dd44e09e7332d4bbd5ce81f1cfb04d92c.tar.gz
baldeagleos-repo-5db6a58dd44e09e7332d4bbd5ce81f1cfb04d92c.tar.xz
baldeagleos-repo-5db6a58dd44e09e7332d4bbd5ce81f1cfb04d92c.zip
Adding metadata
Diffstat (limited to 'dev-python/identify')
-rw-r--r--dev-python/identify/Manifest1
-rw-r--r--dev-python/identify/identify-2.2.3.ebuild21
-rw-r--r--dev-python/identify/metadata.xml13
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
new file mode 100644
index 000000000000..82666848bdeb
--- /dev/null
+++ b/dev-python/identify/Manifest
@@ -0,0 +1 @@
+DIST identify-2.2.3.tar.gz 100962 BLAKE2B 0e56b7443f19e0956b72c428b2cf4c741b10cb38e6cad3efa6fa130d3ac1ec84e351d049c58bac9098b85cd32d64459f96e2cd3f13ee43b6cf7190c1894b5a88 SHA512 44bf3b845c9ef93cc539645765af63b037fc9e421f0a97c848946399de13c1d47df86efe63b0bb50fbd54a76912d3bcc7f7f972e7f77c491933d20243492a7f1
diff --git a/dev-python/identify/identify-2.2.3.ebuild b/dev-python/identify/identify-2.2.3.ebuild
new file mode 100644
index 000000000000..88ca059e7ab1
--- /dev/null
+++ b/dev-python/identify/identify-2.2.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="File identification library for Python"
+HOMEPAGE="https://github.com/pre-commit/identify"
+SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/editdistance-s[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
diff --git a/dev-python/identify/metadata.xml b/dev-python/identify/metadata.xml
new file mode 100644
index 000000000000..e7e922414f03
--- /dev/null
+++ b/dev-python/identify/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">pre-commit/identify</remote-id>
+ <remote-id type="pypi">identify</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file