mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
endesive: cleanup, add description
This commit is contained in:
parent
1e54b0c847
commit
45939df4ba
5 changed files with 15 additions and 7 deletions
|
|
@ -7,11 +7,11 @@ PYTHON_COMPAT=( python3_{7..9} )
|
|||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE=""
|
||||
DESCRIPTION="Sign and verify digital signatures in mail, PDF and XML documents"
|
||||
HOMEPAGE="https://github.com/m32/endesive"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
|
@ -21,7 +21,7 @@ RDEPEND="
|
|||
dev-python/asn1crypto[${PYTHON_USEDEP}]
|
||||
dev-python/oscrypto[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/PyKCS11[${PYTHON_USEDEP}]
|
||||
dev-python/pykcs11[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
DIST PyKCS11-1.5.10.tar.gz 77074 BLAKE2B 785e436a474f5c0cee5cbe666e88c3e46fd3969ca25908267cab379c24fb74cc557c0d670905d0d96a7e3eeddf92cdb5dc62281f31f22b1035dee43f93c7c550 SHA512 5ad4d4575f9eb3a93a817bf7c1adf704fdb6ed4c780e3bb135d909e97c8f9e29abb6ef8b59a5135bae495ba7e3da2e2fa7df82780f3f419e07be00397aee5d24
|
||||
DIST pykcs11-1.5.10.tar.gz 77074 BLAKE2B 785e436a474f5c0cee5cbe666e88c3e46fd3969ca25908267cab379c24fb74cc557c0d670905d0d96a7e3eeddf92cdb5dc62281f31f22b1035dee43f93c7c550 SHA512 5ad4d4575f9eb3a93a817bf7c1adf704fdb6ed4c780e3bb135d909e97c8f9e29abb6ef8b59a5135bae495ba7e3da2e2fa7df82780f3f419e07be00397aee5d24
|
||||
|
|
@ -7,23 +7,29 @@ PYTHON_COMPAT=( python3_{7..9} )
|
|||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=PyKCS11
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="A complete PKCS#11 wrapper for Python"
|
||||
HOMEPAGE="https://github.com/LudovicRousseau/PyKCS11"
|
||||
SRC_URI="https://codeload.github.com/LudovicRousseau/${PN}/tar.gz/${PV} -> ${P}.tar.gz"
|
||||
SRC_URI="https://codeload.github.com/LudovicRousseau/${MY_PN}/tar.gz/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE="examples"
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="dev-lang/swig
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
DOCS=( README.md )
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_install_all() {
|
||||
if use examples; then
|
||||
insinto "/usr/share/doc/${PF}/"
|
||||
insinto "/usr/share/doc/${MY_P}/"
|
||||
doins -r samples
|
||||
fi
|
||||
|
||||
1
profiles/updates/2Q-2021
Normal file
1
profiles/updates/2Q-2021
Normal file
|
|
@ -0,0 +1 @@
|
|||
move dev-python/PyKCS11 dev-python/pykcs11
|
||||
|
|
@ -46,6 +46,7 @@ def portage_mapping(search):
|
|||
"dev-python/scapy": "net-analyzer/scapy",
|
||||
"dev-python/PyYAML": "dev-python/pyyaml",
|
||||
"dev-python/redis": "dev-python/redis-py",
|
||||
"dev-python/Pillow": "dev-python/pillow",
|
||||
|
||||
"dev-python/ropgadget": "app-exploits/ROPgadget",
|
||||
"dev-python/pysocks": "dev-python/PySocks",
|
||||
|
|
|
|||
Loading…
Reference in a new issue