nassl: 1.1.3 bump

This commit is contained in:
blshkv 2018-06-13 14:57:46 +08:00
parent f26e5121c6
commit e028b21207
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,4 @@
DIST nassl-0.17.0.tar.gz 3665705 BLAKE2B e1b2813117e341381fb30f4ada802ddeb3a6546efc3d47000af61b2641abab62164c6847efa92f25c9c35fa7d9d38f8a981fff118c686e809eff50cec479829b SHA512 bbcaacf9bbb1c7e6a4e41339736c510dd7f025771bf2024a593a0277e191f3b8b4092d8033ecb40de81296e49e5c51cefe4c845ed5cdbf416bfcaffe6b13e42d
DIST nassl-1.0.3.tar.gz 7295365 BLAKE2B f176b554563ab4aacc3c1c6c9b4e55951aa6bb19086c7802871b396b3ff3aa6f5bec48fbde201334725021cead2f7d72a17ad543c8ad3023bd49ae4e9a9ff548 SHA512 b144c4badf9b7efc98c20f84a2cd20d5e11943a6fe81640af69a1daf2959a4542e107b852f3af015ad67f49ad8a7122f70ce7dad4778eac4a563517c9e6c2880
DIST nassl-1.1.0.tar.gz 8742631 BLAKE2B 773bcbee7464d9cda4cbcd228ab747fd3c460180e8a3b243313faf8ff2941e082e2590abe8a97eade08c92abfe12895dc9b2d0de04c067c92341776be7e78ed1 SHA512 cf2a9a6dc34e3b2a2b8b268e54bf902a454328f873e064d4a6c783c7e3e93e3083b5e15eb1819a50d591003b8dc0c9698d197b49790bb3e407f18eb6863a9ac2
DIST nassl-1.1.3.tar.gz 8742717 BLAKE2B 30c532e0c4a878941be53e0296234c99f7007db442ebf0da232bf4f383673502de9fc025a0838a6820d0f3a922bb6d015b35b5e21a24fdd7911bb2cdc20985d6 SHA512 5c1e90b4a4e3f8d981763188c10aad2a2a597558a5d93c3dbe608bee594c0e84d64d968270a1d5b2a059f552b9bdd4ac3b46ad702f1dcebf9fb01ec2a93641b4

View file

@ -0,0 +1,29 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 flag-o-matic
DESCRIPTION="Experimental Python wrapper for OpenSSL"
HOMEPAGE="https://github.com/nabla-c0d3/nassl"
#SRC_URI="https://github.com/nabla-c0d3/nassl/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="http://dev.pentoo.ch/~blshkv/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#typing; python_version < '3.5'
#enum34; python_version < '3.4'
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
distutils-r1_python_compile() {
append-cflags -fno-strict-aliasing
append-ldflags -Wl,-z,noexecstack
esetup.py build
}