diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-12 18:36:37 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-12 18:36:37 +0000 |
| commit | 3649b8ddca0f220e962705683badc691592a8289 (patch) | |
| tree | aa4a41f44db22339ef48df520546fdba60d80e31 /dev-python/python-gnupg | |
| parent | bb7cdddd16ce099bb1e2af1aacf65aafbded30e3 (diff) | |
| download | baldeagleos-repo-3649b8ddca0f220e962705683badc691592a8289.tar.gz baldeagleos-repo-3649b8ddca0f220e962705683badc691592a8289.tar.xz baldeagleos-repo-3649b8ddca0f220e962705683badc691592a8289.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-gnupg')
| -rw-r--r-- | dev-python/python-gnupg/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-gnupg/python-gnupg-0.4.5.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/python-gnupg/Manifest b/dev-python/python-gnupg/Manifest index ca1697d68511..0fcf6d9311e9 100644 --- a/dev-python/python-gnupg/Manifest +++ b/dev-python/python-gnupg/Manifest @@ -1,2 +1 @@ -DIST python-gnupg-0.4.5.tar.gz 48792 BLAKE2B 1bf9cc1c8efafd4fa783574724852d0f168d4d4d4ec188bade9a3ff21be61cc1b087bd4ae72f11f189d182cd49c765d9b57ef22d954a69555c0368f1d863f1fd SHA512 441b49e1f87a7e8e3abf2d6e90f677dc33f1b66a36483787f972378127f31308bacc5e200ae254dd75942191d2fabd61ca5a2f200cf5400be70957942f889ca4 DIST python-gnupg-0.4.6.tar.gz 52527 BLAKE2B ac616bebac3c5d0ac35c2c1a9353b4ee700848be2469fabc4b6df9f328868638f61211adc786ec59a24f122106ae53cce68d0f16c33b64c2d3d27cb94bf17956 SHA512 33b98bdd1c7d211d31173bbea2358fdfd2dabdbd5e70d4b33035a0edbf666bdba7319ffc847c8617f2626d1bf5a91102f1103c0bfe651fcd709d51ee821be104 diff --git a/dev-python/python-gnupg/python-gnupg-0.4.5.ebuild b/dev-python/python-gnupg/python-gnupg-0.4.5.ebuild deleted file mode 100644 index c97835233c08..000000000000 --- a/dev-python/python-gnupg/python-gnupg-0.4.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS="no" -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) - -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 x86" -LICENSE="BSD" -SLOT="0" - -RDEPEND="app-crypt/gnupg" -DEPEND="${RDEPEND}" - -python_test() { - # NO_EXTERNAL_TESTS must be enabled, - # to disable all tests, which need internet access. - NO_EXTERNAL_TESTS=1 "${PYTHON}" test_gnupg.py || die "Tests failed with ${EPYTHON}" -} |
