summaryrefslogtreecommitdiff
path: root/dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-02-26 10:17:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-02-26 10:17:16 +0000
commit7ffec9bf8aa6e58d3ab0d5043dd17097fa298769 (patch)
treefbd0cfe88f0015f1d1a354c01e563372a2fd3007 /dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild
parent632aeff90f842678edf7a8fd79c0abebb1a1a2ae (diff)
downloadbaldeagleos-repo-7ffec9bf8aa6e58d3ab0d5043dd17097fa298769.tar.gz
baldeagleos-repo-7ffec9bf8aa6e58d3ab0d5043dd17097fa298769.tar.xz
baldeagleos-repo-7ffec9bf8aa6e58d3ab0d5043dd17097fa298769.zip
Adding metadata
Diffstat (limited to 'dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild')
-rw-r--r--dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild b/dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild
deleted file mode 100644
index 2caec6a207b3..000000000000
--- a/dev-python/python-sshpubkeys/python-sshpubkeys-3.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-inherit distutils-r1
-
-DESCRIPTION="OpenSSH public key parser for Python"
-HOMEPAGE="https://pypi.org/project/sshpubkeys/ https://github.com/ojarva/python-sshpubkeys"
-SRC_URI="https://github.com/ojarva/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/ecdsa[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest