mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
tlslite-ng-0.7.6.ebuild
This commit is contained in:
parent
ca6142c5e3
commit
222e2bef84
2 changed files with 34 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
DIST tlslite-ng-0.7.5.tar.gz 314745 BLAKE2B 273550f1f4d0ce7f6008554bd14f60a59a6c9327352a62a9a4e84f1b9d7f3d616319b618b517dcb0a0ec0156dcf5b8bb9bb745403b12421e9c8c999a6cb85641 SHA512 fef195e1254b7a2a60be279eac22aea748304cade77b29a8204a109c333eadcd062de693418bf72c90ca50fa981ce78406beb3dd41f216f7d3b5206445c5eb14
|
||||
DIST tlslite-ng-0.7.6.tar.gz 342749 BLAKE2B 4dd946c6c9036dfe8e2d632078dad6b8329922cfd033eca69c4b11a73b587492dd5727469566fdf6dae00536725a61cef778567891097e8ad14d4772301c9742 SHA512 c4fcdfaf45b40cd85fee26657956651b781d41f9c9f35a8a927d00c9f13cdcfae1b4f7a594d0d07d08d477b19480af152988c6075dc9f564215761bcf9857119
|
||||
|
|
|
|||
33
dev-python/tlslite-ng/tlslite-ng-0.7.6.ebuild
Normal file
33
dev-python/tlslite-ng/tlslite-ng-0.7.6.ebuild
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
EGO_PN=github.com/tomato42/${PN}
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/tomato42/tlslite-ng"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="New home of the TLS implementation in pure python."
|
||||
HOMEPAGE="https://github.com/tomato42/tlslite-ng"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/coverage
|
||||
dev-python/hypothesis
|
||||
dev-python/pylint
|
||||
dev-python/unittest2"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue