Python Azure
This commit is contained in:
3
dev-python/PyKCS11/Manifest
Normal file
3
dev-python/PyKCS11/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST PyKCS11-1.5.10.tar.gz 77074 BLAKE2B 785e436a474f5c0cee5cbe666e88c3e46fd3969ca25908267cab379c24fb74cc557c0d670905d0d96a7e3eeddf92cdb5dc62281f31f22b1035dee43f93c7c550 SHA512 5ad4d4575f9eb3a93a817bf7c1adf704fdb6ed4c780e3bb135d909e97c8f9e29abb6ef8b59a5135bae495ba7e3da2e2fa7df82780f3f419e07be00397aee5d24
|
||||
EBUILD PyKCS11-1.5.10.ebuild 658 BLAKE2B 99f5243fbbabf4a9e03777db05c7362f5e2280c25259684da0ece75f1343bafe609f65623dc4d9246491166f08e8ad9b1b7d72626110ffc63e363d6547756128 SHA512 01460af03ccddb4a9cdfc70a773d971135b24c1d8c1bc9b51dd76fbe2ac7f72192fca1c42d516e8456c38e6a5ad0f382147fdfa701b532a919c4548cfa29b253
|
||||
MISC metadata.xml 719 BLAKE2B 1569c7f57e7b0e4667b67405dbeba4bbd966961ca3ca2d78ca17d39129f4b1dc14fc3da4bdc622b7aea956417f1d08ba178f0b7012209a84fa3f09006f662ec1 SHA512 33437314ac0fb1991e073d67ec5ed10700a7b4f29e068e99d0758744ecae0b3f6be91fd7b12872b73dd636e46a9319b7039c5abc63e2beb9ca874000c1e38e76
|
||||
31
dev-python/PyKCS11/PyKCS11-1.5.10.ebuild
Normal file
31
dev-python/PyKCS11/PyKCS11-1.5.10.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND="dev-lang/swig
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
DOCS=( README.md )
|
||||
|
||||
python_install_all() {
|
||||
if use examples; then
|
||||
insinto "/usr/share/doc/${PF}/"
|
||||
doins -r samples
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
18
dev-python/PyKCS11/metadata.xml
Normal file
18
dev-python/PyKCS11/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>vincent.hardy@linuxunderground.be</email>
|
||||
<name>Vincent Hardy</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">LudovicRousseau/PyKCS11</remote-id>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
A complete PKCS#11 wrapper for Python.
|
||||
You can use any PKCS#11 (aka CryptoKi) module such as the PSM which
|
||||
comes as part of mozilla or the various modules supplied by vendors of
|
||||
hardware crypto tokens, and almost all PKCS#11 functions and data types.
|
||||
The wrapper has been generated with the help of the SWIG compiler.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user