summaryrefslogtreecommitdiff
path: root/dev-python/scrypt/scrypt-0.8.20.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-16 18:42:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-16 18:42:09 +0000
commite12e079d1d498ff525729f9e99dcaebcaafefd2e (patch)
tree963d27692152e759128819ae63c51a8c29a4b563 /dev-python/scrypt/scrypt-0.8.20.ebuild
parentc17b94d3a30692facd01f74b45895612f711137c (diff)
downloadbaldeagleos-repo-e12e079d1d498ff525729f9e99dcaebcaafefd2e.tar.gz
baldeagleos-repo-e12e079d1d498ff525729f9e99dcaebcaafefd2e.tar.xz
baldeagleos-repo-e12e079d1d498ff525729f9e99dcaebcaafefd2e.zip
Adding metadata
Diffstat (limited to 'dev-python/scrypt/scrypt-0.8.20.ebuild')
-rw-r--r--dev-python/scrypt/scrypt-0.8.20.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.20.ebuild b/dev-python/scrypt/scrypt-0.8.20.ebuild
deleted file mode 100644
index ff1c9e5fa3c4..000000000000
--- a/dev-python/scrypt/scrypt-0.8.20.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021-2022 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10,11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Bindings for the scrypt key derivation function library"
-HOMEPAGE="https://github.com/holgern/py-scrypt/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
-SLOT="0"
-IUSE="libressl"
-
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest