diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-13 22:50:51 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-13 22:50:51 +0000 |
| commit | 0e945ea10fabe00333ef96dbe0eac88d15aba67e (patch) | |
| tree | 70b5322b1b412f04b1a0bfe6d8e1fd6200413400 /dev-python/identify | |
| parent | 497f4ad7ac71f6bb5befbee2ed30dcfaabfa6b19 (diff) | |
| download | baldeagleos-repo-0e945ea10fabe00333ef96dbe0eac88d15aba67e.tar.gz baldeagleos-repo-0e945ea10fabe00333ef96dbe0eac88d15aba67e.tar.xz baldeagleos-repo-0e945ea10fabe00333ef96dbe0eac88d15aba67e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/identify')
| -rw-r--r-- | dev-python/identify/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/identify/identify-2.6.16.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest index 25ba2d736642..9c5349f37560 100644 --- a/dev-python/identify/Manifest +++ b/dev-python/identify/Manifest @@ -1,2 +1,3 @@ DIST identify-2.6.14.gh.tar.gz 102021 BLAKE2B ad1dad02796d23e7786b063d02799710cc6893ae9b0c8897cfc59ca13e33621d134ae4902c2cec351498e5353f73892a68e941f2616e9caab1ce58bc24f7a1be SHA512 3fd6a669824adfbea77fab483d8cdba9e4b4665cbca1e705e83de3f4bf540e07a376cdca5d2a690fec305b1b8f41174fc734d630fe2034937763ad365e17a6e4 DIST identify-2.6.15.gh.tar.gz 102033 BLAKE2B a6b0481e1e48bcd437ea6f491e472e2f214c655700289abe5cd354b87de50ae087b1459644ded714a3d9f46648a179905a62b8ccab8c3db6cc9243fb063b88da SHA512 9394b8b60d763c4b882b8bed0e08f79a4d58e98ef9edd081da56c11b33cbe480f8a64a89bc0539d7c11d2ede165c59b6e9a90f59c31d3d489a50c0c1cb68a90e +DIST identify-2.6.16.gh.tar.gz 102055 BLAKE2B 598f57211c8be4174d7208b7cb11b375adaac7eb1ed5187b43d533392e53606ee14aa1adc049f17d956cd16c2bea94eae3a32765d22428f3bcafdb0768c6aae4 SHA512 66346ff957648ed74eeb4c9d111bc70e114435ed3c6b2b87d1485c346f5d634e4afdccfc7328e2e08e0745b5c86d1062954aecaba3238eacab6d84ac0ce49b50 diff --git a/dev-python/identify/identify-2.6.16.ebuild b/dev-python/identify/identify-2.6.16.ebuild new file mode 100644 index 000000000000..3ba628cd5bfc --- /dev/null +++ b/dev-python/identify/identify-2.6.16.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 + +DESCRIPTION="File identification library for Python" +HOMEPAGE=" + https://github.com/pre-commit/identify/ + https://pypi.org/project/identify/ +" +SRC_URI=" + https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + dev-python/ukkonen[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
