mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-python/sjcl: New package, dependency of app-crypt/PBinCLI
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
1
dev-python/sjcl/Manifest
Normal file
1
dev-python/sjcl/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST sjcl-e8bdad312fa99c89c74f8651a1240afba8a9f3bd.tar.gz 7079 BLAKE2B f3f898fe272317139cd33810ebbe1660d7decd80ced117d0e7d53acf60e38e93ff4a4542432b124084834b2de2344d66413a1f8c3aaa7ab7707f8a47af13cf43 SHA512 e048829efd0703ccad96b76c5b803fd65204c8feda67f325cfad16c48481c0b98fbc953b77378c377576324e94264a213bc8ba48912eb680b6c314e04165093c
|
||||||
8
dev-python/sjcl/metadata.xml
Normal file
8
dev-python/sjcl/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>contact@hacktivis.me</email>
|
||||||
|
<name>Haelwenn (lanodan) Monnier</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
28
dev-python/sjcl/sjcl-0.2.1.ebuild
Normal file
28
dev-python/sjcl/sjcl-0.2.1.ebuild
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Copyright 2021-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..11} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
MY_COMMIT="e8bdad312fa99c89c74f8651a1240afba8a9f3bd"
|
||||||
|
|
||||||
|
DESCRIPTION="Decrypt and encrypt 'Stanford Javascript Crypto Library'-compatible messages"
|
||||||
|
HOMEPAGE="https://github.com/berlincode/sjcl"
|
||||||
|
|
||||||
|
# pypi tarball doesn't contains the tests
|
||||||
|
SRC_URI="https://github.com/berlincode/sjcl/archive/${MY_COMMIT}.tar.gz -> ${PN}-${MY_COMMIT}.tar.gz"
|
||||||
|
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
distutils_enable_tests setup.py
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
Reference in New Issue
Block a user