diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-28 04:51:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-28 04:51:57 +0000 |
| commit | 0f18b73fc7ac6ef5671b7bf05ef45097d76ff18d (patch) | |
| tree | 6a41891dbb31ebe2738347d5777bc5120260a6a5 /dev-python/python-gnupg/python-gnupg-0.4.8.ebuild | |
| parent | cac1db46c94c73818e9fa0798eba2b81bf8c8aa4 (diff) | |
| download | baldeagleos-repo-0f18b73fc7ac6ef5671b7bf05ef45097d76ff18d.tar.gz baldeagleos-repo-0f18b73fc7ac6ef5671b7bf05ef45097d76ff18d.tar.xz baldeagleos-repo-0f18b73fc7ac6ef5671b7bf05ef45097d76ff18d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-gnupg/python-gnupg-0.4.8.ebuild')
| -rw-r--r-- | dev-python/python-gnupg/python-gnupg-0.4.8.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/python-gnupg/python-gnupg-0.4.8.ebuild b/dev-python/python-gnupg/python-gnupg-0.4.8.ebuild deleted file mode 100644 index 6fe44116e6bd..000000000000 --- a/dev-python/python-gnupg/python-gnupg-0.4.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="A Python wrapper for GnuPG" -HOMEPAGE=" - https://bitbucket.org/vinay.sajip/python-gnupg - https://pypi.org/project/python-gnupg/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" -LICENSE="BSD" -SLOT="0" - -RDEPEND="app-crypt/gnupg" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest - -python_test() { - # NO_EXTERNAL_TESTS must be enabled, - # to disable all tests, which need internet access. - NO_EXTERNAL_TESTS=1 eunittest -} |
