mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
dev-python: update packages for pyopenssl
Update dev-python/ - asn1crypto - cffi - cryptography - idna
This commit is contained in:
parent
257904cbae
commit
7ffb56efb4
1
sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST asn1crypto-0.22.0.tar.gz 84508 BLAKE2B 5f21e13e6af0f5edf6f79454654e677182e2ae06a36d3f86a641e76e5043f8818fd17dbce40a8b0c4070a254fdd169a3eada99434f3b9e4097d4c106a774c30c SHA512 fdc98f71ec3b744e69a75909b5b0a8381fb82d448941a6e1059823af47ca107218e1dbe6ff192e2173f11fc2454be1afcd387d801dc8e716451179857d71f8b8
|
21
sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild
vendored
Normal file
21
sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python ASN.1 library with a focus on performance and a pythonic API"
|
||||
HOMEPAGE="https://github.com/wbond/asn1crypto/ https://pypi.python.org/pypi/asn1crypto/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86 ~x64-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
12
sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/metadata.xml
vendored
Normal file
12
sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/metadata.xml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">cryptography</remote-id>
|
||||
<remote-id type="github">pyca/cryptography</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,402 +0,0 @@
|
||||
# ChangeLog for dev-python/cffi
|
||||
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
|
||||
# (auto-generated from git log)
|
||||
|
||||
*cffi-1.1.2 (09 Aug 2015)
|
||||
*cffi-1.1.0 (09 Aug 2015)
|
||||
*cffi-1.0.3 (09 Aug 2015)
|
||||
*cffi-1.0.2 (09 Aug 2015)
|
||||
*cffi-0.9.2 (09 Aug 2015)
|
||||
*cffi-0.8.6 (09 Aug 2015)
|
||||
|
||||
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +cffi-0.8.6.ebuild,
|
||||
+cffi-0.9.2.ebuild, +cffi-1.0.2.ebuild, +cffi-1.0.3.ebuild,
|
||||
+cffi-1.1.0.ebuild, +cffi-1.1.2.ebuild,
|
||||
+files/cffi-1.1.0-test-backport.patch, +files/issue177_prot_exec.patch,
|
||||
+metadata.xml:
|
||||
proj/gentoo: Initial commit
|
||||
|
||||
This commit represents a new era for Gentoo:
|
||||
Storing the gentoo-x86 tree in Git, as converted from CVS.
|
||||
|
||||
This commit is the start of the NEW history.
|
||||
Any historical data is intended to be grafted onto this point.
|
||||
|
||||
Creation process:
|
||||
1. Take final CVS checkout snapshot
|
||||
2. Remove ALL ChangeLog* files
|
||||
3. Transform all Manifests to thin
|
||||
4. Remove empty Manifests
|
||||
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
|
||||
5.1. Do not touch files with -kb/-ko keyword flags.
|
||||
|
||||
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
||||
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
|
||||
tests
|
||||
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
|
||||
project
|
||||
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
|
||||
developer, wrote Git features for the migration
|
||||
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
|
||||
cvs2svn
|
||||
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
|
||||
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
|
||||
work in migration
|
||||
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
|
||||
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
|
||||
the bikeshed
|
||||
|
||||
16 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> cffi-1.1.2.ebuild:
|
||||
ia64 stable wrt bug #556428
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
|
||||
*cffi-1.2.1 (21 Aug 2015)
|
||||
|
||||
21 Aug 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.2.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
21 Aug 2015; Markus Meier <maekke@gentoo.org> cffi-1.1.2.ebuild:
|
||||
arm stable, bug #556428
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="arm"
|
||||
|
||||
23 Aug 2015; Sean Vig <sean.v.775@gmail.com> cffi-0.8.6.ebuild,
|
||||
cffi-1.1.2.ebuild, cffi-1.2.1.ebuild:
|
||||
Remove pypy from PYTHON_TARGETS
|
||||
|
||||
pypy comes with cffi built-in, we should not build cffi for pypy
|
||||
|
||||
23 Aug 2015; Mike Gilbert <floppym@gentoo.org> cffi-1.2.1.ebuild:
|
||||
Add warning about pypy
|
||||
|
||||
Package-Manager: portage-2.2.20_p134
|
||||
|
||||
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
||||
Use https by default
|
||||
|
||||
Convert all URLs for sites supporting encrypted connections from http to
|
||||
https
|
||||
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
|
||||
Revert DOCTYPE SYSTEM https changes in metadata.xml
|
||||
|
||||
repoman does not yet accept the https version.
|
||||
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
|
||||
|
||||
Bug: https://bugs.gentoo.org/552720
|
||||
|
||||
25 Aug 2015; Jeroen Roovers <jer@gentoo.org> cffi-1.1.2.ebuild:
|
||||
Stable for HPPA PPC64 (bug #556428).
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
|
||||
06 Sep 2015; Agostino Sarubbo <ago@gentoo.org> cffi-1.1.2.ebuild:
|
||||
ppc stable wrt bug #556428
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="ppc"
|
||||
|
||||
20 Sep 2015; Agostino Sarubbo <ago@gentoo.org> cffi-1.1.2.ebuild:
|
||||
x86 stable wrt bug #556428
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="x86"
|
||||
|
||||
24 Sep 2015; Agostino Sarubbo <ago@gentoo.org> cffi-1.1.2.ebuild:
|
||||
amd64 stable wrt bug #556428
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="amd64"
|
||||
|
||||
24 Sep 2015; Justin Lecher <jlec@gentoo.org> -cffi-0.8.6.ebuild,
|
||||
-cffi-1.0.2.ebuild, -cffi-1.0.3.ebuild, -cffi-1.1.0.ebuild:
|
||||
Drop old
|
||||
|
||||
obsoletes
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=510114
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=510176
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=548558
|
||||
|
||||
Package-Manager: portage-2.2.21
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
24 Sep 2015; Agostino Sarubbo <ago@gentoo.org> cffi-1.2.1.ebuild:
|
||||
amd64 stable wrt bug #561372
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="amd64"
|
||||
|
||||
*cffi-0.8.6 (25 Sep 2015)
|
||||
|
||||
25 Sep 2015; Justin Lecher <jlec@gentoo.org> +cffi-0.8.6.ebuild:
|
||||
Add back version so that sparc is happy
|
||||
|
||||
Package-Manager: portage-2.2.21
|
||||
RepoMan-Options: --force
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
25 Sep 2015; Agostino Sarubbo <ago@gentoo.org> cffi-1.2.1.ebuild:
|
||||
x86 stable wrt bug #561372
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="x86"
|
||||
|
||||
27 Sep 2015; Jeroen Roovers <jer@gentoo.org> cffi-1.2.1.ebuild:
|
||||
Stable for HPPA (bug #561372).
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --ignore-arches
|
||||
|
||||
28 Sep 2015; Tobias Klausmann <klausman@gentoo.org> cffi-1.2.1.ebuild:
|
||||
add alpha keyword
|
||||
|
||||
Gentoo-Bug: 561696
|
||||
|
||||
Package-Manager: portage-2.2.22
|
||||
|
||||
30 Sep 2015; Jeroen Roovers <jer@gentoo.org> cffi-1.2.1.ebuild:
|
||||
Stable for PPC64 (bug #561696).
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --ignore-arches
|
||||
|
||||
*cffi-1.2.1-r1 (11 Oct 2015)
|
||||
|
||||
11 Oct 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.2.1-r1.ebuild:
|
||||
Add python3.5 support
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
14 Oct 2015; Michał Górny <mgorny@gentoo.org> cffi-1.2.1.ebuild,
|
||||
-cffi-1.2.1-r1.ebuild:
|
||||
dev-python/*: Restore keywords and un-revbump for py3.5
|
||||
|
||||
Restore keywords that were removed unnecessarily, and collapse
|
||||
unnecessary revbumps on packages with added python3.5 support.
|
||||
|
||||
17 Oct 2015; Markus Meier <maekke@gentoo.org> cffi-1.2.1.ebuild:
|
||||
arm stable, bug #561372
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
RepoMan-Options: --include-arches="arm"
|
||||
|
||||
18 Oct 2015; Mikle Kolyada <zlogene@gentoo.org> cffi-1.2.1.ebuild:
|
||||
Add ~sparc keyword wrt bug #560894
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
|
||||
19 Oct 2015; Justin Lecher <jlec@gentoo.org> -cffi-0.8.6.ebuild,
|
||||
-cffi-0.9.2.ebuild:
|
||||
Drop old
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cffi-0.8.6 (19 Oct 2015)
|
||||
|
||||
19 Oct 2015; Justin Lecher <jlec@gentoo.org> +cffi-0.8.6.ebuild:
|
||||
Add back last stable version on sparc
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cffi-1.3.0 (21 Oct 2015)
|
||||
|
||||
21 Oct 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.3.0.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
04 Nov 2015; Agostino Sarubbo <ago@gentoo.org> cffi-1.2.1.ebuild:
|
||||
ppc stable wrt bug #561696
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="ppc"
|
||||
|
||||
05 Nov 2015; Agostino Sarubbo <ago@gentoo.org> cffi-1.2.1.ebuild:
|
||||
sparc stable wrt bug #561696
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="sparc"
|
||||
|
||||
20 Nov 2015; Justin Lecher <jlec@gentoo.org> -cffi-0.8.6.ebuild:
|
||||
Drop old
|
||||
|
||||
Package-Manager: portage-2.2.25
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
20 Nov 2015; Justin Lecher <jlec@gentoo.org> cffi-1.1.2.ebuild,
|
||||
cffi-1.2.1.ebuild, cffi-1.3.0.ebuild:
|
||||
Add USE=test to install pytest buildtime only
|
||||
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566286
|
||||
|
||||
Package-Manager: portage-2.2.25
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cffi-1.3.1 (20 Nov 2015)
|
||||
|
||||
20 Nov 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.3.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.25
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cffi-1.4.0 (17 Dec 2015)
|
||||
|
||||
17 Dec 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.4.0.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cffi-1.4.1 (17 Dec 2015)
|
||||
|
||||
17 Dec 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.4.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cffi-1.4.2 (24 Dec 2015)
|
||||
|
||||
24 Dec 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.4.2.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
11 Jan 2016; Agostino Sarubbo <ago@gentoo.org> cffi-1.2.1.ebuild:
|
||||
ia64 stable wrt bug #561372
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
RepoMan-Options: --include-arches="ia64"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
11 Jan 2016; Justin Lecher <jlec@gentoo.org> -cffi-1.1.2.ebuild,
|
||||
-cffi-1.3.0.ebuild, -cffi-1.3.1.ebuild, -cffi-1.4.0.ebuild,
|
||||
-cffi-1.4.1.ebuild:
|
||||
Drop old
|
||||
|
||||
obsoletes
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557098
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cffi-1.5.0 (21 Jan 2016)
|
||||
|
||||
21 Jan 2016; Justin Lecher <jlec@gentoo.org> +cffi-1.5.0.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.27
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
22 Jan 2016; Justin Lecher <jlec@gentoo.org> cffi-1.5.0.ebuild:
|
||||
Add missing build time dep for docs
|
||||
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572406
|
||||
|
||||
Package-Manager: portage-2.2.27
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
||||
Replace all herds with appropriate projects (GLEP 67)
|
||||
|
||||
Replace all uses of herd with appropriate project maintainers, or no
|
||||
maintainers in case of herds requested to be disbanded.
|
||||
|
||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
||||
Set appropriate maintainer types in metadata.xml (GLEP 67)
|
||||
|
||||
*cffi-1.5.2 (14 Feb 2016)
|
||||
|
||||
14 Feb 2016; Justin Lecher <jlec@gentoo.org> +cffi-1.5.2.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.27
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
20 Mar 2016; Agostino Sarubbo <ago@gentoo.org> cffi-1.5.2.ebuild:
|
||||
amd64 stable wrt bug #577824
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
RepoMan-Options: --include-arches="amd64"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
01 Apr 2016; Markus Meier <maekke@gentoo.org> cffi-1.5.2.ebuild:
|
||||
arm stable, bug #577824
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
RepoMan-Options: --include-arches="arm"
|
||||
|
||||
*cffi-1.6.0 (16 May 2016)
|
||||
|
||||
16 May 2016; Dirkjan Ochtman <djc@gentoo.org> +cffi-1.6.0.ebuild:
|
||||
version bump to 1.6.0
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
|
||||
16 May 2016; Dirkjan Ochtman <djc@gentoo.org> -cffi-1.4.2.ebuild,
|
||||
-cffi-1.5.0.ebuild:
|
||||
remove old versions
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
|
||||
27 May 2016; Tobias Klausmann <klausman@gentoo.org> cffi-1.5.2.ebuild:
|
||||
1.5.2-r0: add alpha keyword
|
||||
|
||||
Gentoo-Bug: 577824
|
||||
|
||||
Package-Manager: portage-2.3.0_rc1
|
||||
|
||||
21 Jun 2016; Mike Frysinger <vapier@gentoo.org> cffi-1.5.2.ebuild:
|
||||
mark 1.5.2 arm64/ia64/m68k/ppc/ppc64/s390/sh/sparc stable #577824
|
||||
|
||||
25 Jun 2016; Agostino Sarubbo <ago@gentoo.org> cffi-1.5.2.ebuild:
|
||||
x86 stable wrt bug #577824
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
RepoMan-Options: --include-arches="x86"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
*cffi-1.7.0 (17 Jul 2016)
|
||||
|
||||
17 Jul 2016; Patrick Lauer <patrick@gentoo.org> +cffi-1.7.0.ebuild:
|
||||
Bump
|
||||
|
||||
Package-Manager: portage-2.3.0
|
||||
|
||||
11 Sep 2016; David Seifert <soap@gentoo.org>
|
||||
-files/cffi-1.1.0-test-backport.patch, -files/issue177_prot_exec.patch:
|
||||
remove unused patches
|
||||
|
||||
Closes: https://github.com/gentoo/gentoo/pull/2291
|
||||
|
||||
Signed-off-by: David Seifert <soap@gentoo.org>
|
||||
|
||||
*cffi-1.8.2 (15 Sep 2016)
|
||||
|
||||
15 Sep 2016; Tim Harder <radhermit@gentoo.org> +cffi-1.8.2.ebuild:
|
||||
version bump to 1.8.2
|
||||
|
||||
*cffi-1.8.3 (18 Sep 2016)
|
||||
|
||||
18 Sep 2016; Tim Harder <radhermit@gentoo.org> +cffi-1.8.3.ebuild:
|
||||
version bump to 1.8.3
|
||||
|
||||
01 Oct 2016; Jeroen Roovers <jer@gentoo.org> cffi-1.5.2.ebuild:
|
||||
Stable for HPPA (bug #577824).
|
||||
|
||||
Package-Manager: portage-2.3.1
|
||||
RepoMan-Options: --ignore-arches
|
||||
|
@ -1,288 +0,0 @@
|
||||
# ChangeLog for dev-python/cffi
|
||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.71 2015/08/06 14:40:47 klausman Exp $
|
||||
|
||||
06 Aug 2015; Tobias Klausmann <klausman@gentoo.org> cffi-1.1.2.ebuild:
|
||||
Stable on alpha, bug 556428
|
||||
|
||||
02 Aug 2015; Pacho Ramos <pacho@gentoo.org> cffi-0.8.6.ebuild:
|
||||
sparc stable wrt bug #530294
|
||||
|
||||
02 Aug 2015; Tim Harder <radhermit@gentoo.org> cffi-1.1.2.ebuild:
|
||||
Add pypi site to HOMEPAGE.
|
||||
|
||||
20 Jul 2015; Patrick Lauer <patrick@gentoo.org> cffi-1.1.2.ebuild:
|
||||
Add pypy keyword for xcffib
|
||||
|
||||
11 Jul 2015; Tobias Klausmann <klausman@gentoo.org> cffi-0.8.6.ebuild:
|
||||
Stable on alpha, bug 530294
|
||||
|
||||
*cffi-1.1.2 (15 Jun 2015)
|
||||
|
||||
15 Jun 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.1.2.ebuild:
|
||||
Version Bump
|
||||
|
||||
02 Jun 2015; Justin Lecher <jlec@gentoo.org>
|
||||
+files/cffi-1.1.0-test-backport.patch, cffi-1.1.0.ebuild:
|
||||
Backport patch for test failure
|
||||
|
||||
*cffi-1.1.0 (01 Jun 2015)
|
||||
|
||||
01 Jun 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.1.0.ebuild:
|
||||
Version Bump
|
||||
|
||||
*cffi-1.0.3 (26 May 2015)
|
||||
|
||||
26 May 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.0.3.ebuild:
|
||||
Version Bump
|
||||
|
||||
*cffi-1.0.2 (23 May 2015)
|
||||
|
||||
23 May 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.0.2.ebuild,
|
||||
-cffi-1.0.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
*cffi-1.0.1 (21 May 2015)
|
||||
|
||||
21 May 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.0.1.ebuild,
|
||||
-cffi-1.0.0.ebuild:
|
||||
Version Bump; Drop old
|
||||
|
||||
19 May 2015; Mike Gilbert <floppym@gentoo.org> cffi-1.0.0.ebuild:
|
||||
Add ~alpha keyword to unbreak the depgraph.
|
||||
|
||||
*cffi-1.0.0 (19 May 2015)
|
||||
|
||||
19 May 2015; Justin Lecher <jlec@gentoo.org> +cffi-1.0.0.ebuild,
|
||||
-cffi-0.8.6-r1.ebuild, -cffi-0.9.1.ebuild, metadata.xml:
|
||||
Version Bump; drop old
|
||||
|
||||
06 May 2015; Agostino Sarubbo <ago@gentoo.org> cffi-0.9.2.ebuild:
|
||||
Stable for x86, wrt bug #548530
|
||||
|
||||
06 May 2015; Agostino Sarubbo <ago@gentoo.org> cffi-0.9.2.ebuild:
|
||||
Stable for ia64, wrt bug #548530
|
||||
|
||||
05 May 2015; Anthony G. Basile <blueness@gentoo.org> cffi-0.9.2.ebuild:
|
||||
Stable on amd64. Bug #548530.
|
||||
|
||||
04 May 2015; Anthony G. Basile <blueness@gentoo.org> cffi-0.9.2.ebuild:
|
||||
Stable on arm and ppc. Bug #548530.
|
||||
|
||||
04 May 2015; Jeroen Roovers <jer@gentoo.org> cffi-0.9.2.ebuild:
|
||||
Stable for HPPA (bug #548530).
|
||||
|
||||
04 May 2015; Jeroen Roovers <jer@gentoo.org> cffi-0.9.2.ebuild:
|
||||
Stable for PPC64 (bug #548530).
|
||||
|
||||
04 Apr 2015; Mike Frysinger <vapier@gentoo.org> cffi-0.8.6-r1.ebuild,
|
||||
cffi-0.8.6.ebuild, cffi-0.9.1.ebuild, cffi-0.9.2.ebuild:
|
||||
Add arm64/ia64/m68k/s390/sh love.
|
||||
|
||||
01 Apr 2015; Tobias Klausmann <klausman@gentoo.org> cffi-0.8.6-r1.ebuild:
|
||||
Keyworded on alpha, bug 503094
|
||||
|
||||
20 Mar 2015; Ian Delaney <idella4@gentoo.org> -cffi-0.8.1.ebuild,
|
||||
-cffi-0.8.2.ebuild, cffi-0.9.1.ebuild, cffi-0.9.2.ebuild:
|
||||
rm old, tidy to doc install
|
||||
|
||||
*cffi-0.9.2 (17 Mar 2015)
|
||||
|
||||
17 Mar 2015; Patrick Lauer <patrick@gentoo.org> +cffi-0.9.2.ebuild:
|
||||
Bump
|
||||
|
||||
*cffi-0.9.1 (11 Mar 2015)
|
||||
|
||||
11 Mar 2015; Patrick Lauer <patrick@gentoo.org> +cffi-0.9.1.ebuild:
|
||||
Bump
|
||||
|
||||
*cffi-0.8.6-r1 (28 Feb 2015)
|
||||
|
||||
28 Feb 2015; Magnus Granberg <zorry@gentoo.org> +cffi-0.8.6-r1.ebuild,
|
||||
+files/issue177_prot_exec.patch:
|
||||
Add fix for bug #525494 proc_exec on pax enable kernel
|
||||
|
||||
07 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cffi-0.8.6.ebuild:
|
||||
Stable for ppc, wrt bug #530592
|
||||
|
||||
16 Dec 2014; Markus Meier <maekke@gentoo.org> cffi-0.8.6.ebuild:
|
||||
arm stable, bug #530592
|
||||
|
||||
09 Dec 2014; Jeroen Roovers <jer@gentoo.org> cffi-0.8.6.ebuild:
|
||||
Stable for HPPA (bug #530294).
|
||||
|
||||
08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> cffi-0.8.6.ebuild:
|
||||
Stable for ppc64, wrt bug #530592
|
||||
|
||||
02 Dec 2014; Ian Delaney <idella4@gentoo.org> cffi-0.8.6.ebuild:
|
||||
clean old impl
|
||||
|
||||
01 Dec 2014; Mike Gilbert <floppym@gentoo.org> cffi-0.8.1.ebuild,
|
||||
cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
|
||||
Use in-source build to avoid a race. Reported by remi`.
|
||||
|
||||
05 Nov 2014; Patrick Lauer <patrick@gentoo.org> cffi-0.8.6.ebuild:
|
||||
Stable for x86 and amd64 to make bcrypt happy
|
||||
|
||||
26 Oct 2014; Fabian Groffen <grobian@gentoo.org> cffi-0.8.6.ebuild:
|
||||
Added Prefix keywords, bug #503094
|
||||
|
||||
13 Aug 2014; Anthony G. Basile <blueness@gentoo.org> cffi-0.8.1.ebuild,
|
||||
cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
|
||||
Keyword ~ppc and ~ppc64, bug #503094
|
||||
|
||||
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> cffi-0.8.1.ebuild,
|
||||
cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
|
||||
QA: drop trailing '.' from DESCRIPTION
|
||||
|
||||
*cffi-0.8.6 (08 Jul 2014)
|
||||
|
||||
08 Jul 2014; Tim Harder <radhermit@gentoo.org> +cffi-0.8.6.ebuild:
|
||||
Version bump.
|
||||
|
||||
23 Jun 2014; Tobias Klausmann <klausman@gentoo.org> cffi-0.8.2.ebuild:
|
||||
Dekeywording on alpha due to ply being broken (bug 514446) which dekeywords
|
||||
pycparser
|
||||
|
||||
22 Jun 2014; Tobias Klausmann <klausman@gentoo.org> cffi-0.8.2.ebuild:
|
||||
Keyworded on alpha, bug #503094
|
||||
|
||||
08 Jun 2014; Akinori Hattori <hattya@gentoo.org> cffi-0.8.1.ebuild,
|
||||
cffi-0.8.2.ebuild:
|
||||
keyword ~ia64 wrt bug #503094
|
||||
|
||||
08 May 2014; Michał Górny <mgorny@gentoo.org> cffi-0.8.1.ebuild,
|
||||
cffi-0.8.2.ebuild:
|
||||
Add a subslot since upstream requires rebuilding all reverse dependencies
|
||||
(well, regenerating the module cache but in our case it is done during the
|
||||
build) on cffi updates. Bug #506552.
|
||||
|
||||
09 Apr 2014; Mike Gilbert <floppym@gentoo.org> cffi-0.8.1.ebuild,
|
||||
cffi-0.8.2.ebuild:
|
||||
Add || die to python_test.
|
||||
|
||||
02 Apr 2014; Tim Harder <radhermit@gentoo.org> cffi-0.8.2.ebuild:
|
||||
Add python3_4 support.
|
||||
|
||||
31 Mar 2014; Michał Górny <mgorny@gentoo.org> cffi-0.8.1.ebuild,
|
||||
cffi-0.8.2.ebuild:
|
||||
Add support for the new PyPy slotting.
|
||||
|
||||
*cffi-0.8.2 (30 Mar 2014)
|
||||
|
||||
30 Mar 2014; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.8.2.ebuild:
|
||||
Version bump cffi to 0.8.2.
|
||||
|
||||
30 Mar 2014; Dirkjan Ochtman <djc@gentoo.org> -cffi-0.7.2.ebuild,
|
||||
-cffi-0.8.ebuild:
|
||||
Remove old versions.
|
||||
|
||||
22 Mar 2014; Markos Chandras <hwoarang@gentoo.org> cffi-0.8.1.ebuild:
|
||||
Add ~mips. Bug #503094
|
||||
|
||||
17 Mar 2014; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
|
||||
cffi-0.8.1.ebuild, cffi-0.8.ebuild:
|
||||
We don't run test_zintegration, so don't need virtualenv. Thanks to Arfrever
|
||||
for pointing this out.
|
||||
|
||||
16 Mar 2014; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
|
||||
cffi-0.8.1.ebuild, cffi-0.8.ebuild:
|
||||
Drop depencency on htdistver per Arferver.
|
||||
|
||||
04 Mar 2014; Naohiro Aota <naota@gentoo.org> cffi-0.8.1.ebuild:
|
||||
Add ~x86-fbsd wrt bug #503094
|
||||
|
||||
04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> cffi-0.8.1.ebuild:
|
||||
Stable for x86, wrt bug #502774
|
||||
|
||||
03 Mar 2014; Jeroen Roovers <jer@gentoo.org> cffi-0.8.1.ebuild:
|
||||
Marked ~hppa (bug #503094).
|
||||
|
||||
02 Mar 2014; Pacho Ramos <pacho@gentoo.org> cffi-0.8.1.ebuild:
|
||||
amd64 stable, bug #502774
|
||||
|
||||
07 Dec 2013; Pacho Ramos <pacho@gentoo.org> cffi-0.7.2.ebuild:
|
||||
x86 stable, bug #488738
|
||||
|
||||
*cffi-0.8.1 (06 Dec 2013)
|
||||
|
||||
06 Dec 2013; Patrick Lauer <patrick@gentoo.org> +cffi-0.8.1.ebuild:
|
||||
Bump
|
||||
|
||||
30 Nov 2013; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
|
||||
cffi-0.8.ebuild:
|
||||
Skip test_integration.py to avoid bugs 486736 and 489870.
|
||||
|
||||
30 Nov 2013; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
|
||||
cffi-0.8.ebuild:
|
||||
Restrict tests until we can fix bugs 486736 and 489870. Simplify pycparser
|
||||
dep. Call distutils-r1_python_install_all.
|
||||
|
||||
29 Nov 2013; Pacho Ramos <pacho@gentoo.org> cffi-0.7.2.ebuild:
|
||||
amd64 stable, bug #488738
|
||||
|
||||
*cffi-0.8 (18 Nov 2013)
|
||||
|
||||
18 Nov 2013; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.8.ebuild,
|
||||
-cffi-0.6.ebuild, -cffi-0.7.ebuild:
|
||||
Version bump cffi to 0.8.
|
||||
|
||||
05 Sep 2013; Michał Górny <mgorny@gentoo.org> cffi-0.6.ebuild,
|
||||
cffi-0.7.2.ebuild, cffi-0.7.ebuild:
|
||||
Clean up PYTHON_COMPAT from old implementations.
|
||||
|
||||
*cffi-0.7.2 (10 Aug 2013)
|
||||
|
||||
10 Aug 2013; Patrick Lauer <patrick@gentoo.org> +cffi-0.7.2.ebuild:
|
||||
Bump
|
||||
|
||||
07 Aug 2013; Michał Górny <mgorny@gentoo.org> cffi-0.7.ebuild:
|
||||
Enable pypy2.0.
|
||||
|
||||
*cffi-0.7 (02 Aug 2013)
|
||||
|
||||
02 Aug 2013; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.7.ebuild,
|
||||
-cffi-0.2.1.ebuild, -cffi-0.3.ebuild, -cffi-0.5-r1.ebuild, -cffi-0.5.ebuild:
|
||||
Version bump cffi to 0.7.
|
||||
|
||||
09 May 2013; Markus Meier <maekke@gentoo.org> cffi-0.6.ebuild:
|
||||
add ~arm, bug #462506
|
||||
|
||||
08 May 2013; Ian Delaney <idella4@gentoo.org> cffi-0.5-r1.ebuild,
|
||||
cffi-0.6.ebuild:
|
||||
tidyup in dep list of 0.5-r1, Add py3 support in 0.6, drop pypy2-0 in both
|
||||
consequent to cffi bundled in pypy2.0-beta2, fixes Bug 468804
|
||||
|
||||
*cffi-0.6 (16 Apr 2013)
|
||||
|
||||
16 Apr 2013; Patrick Lauer <patrick@gentoo.org> +cffi-0.6.ebuild:
|
||||
Bump
|
||||
|
||||
*cffi-0.5-r1 (20 Mar 2013)
|
||||
|
||||
20 Mar 2013; Ian Delaney <idella4@gentoo.org> +cffi-0.5-r1.ebuild:
|
||||
migration revbump
|
||||
|
||||
*cffi-0.5 (08 Feb 2013)
|
||||
|
||||
08 Feb 2013; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.5.ebuild:
|
||||
Version bump cffi to 0.5.
|
||||
|
||||
05 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> cffi-0.2.1.ebuild,
|
||||
cffi-0.3.ebuild:
|
||||
Use virtual/libffi instead of dev-libs/libffi in case we have to move back to
|
||||
using libffi from gcc's source tree later.
|
||||
|
||||
*cffi-0.3 (10 Oct 2012)
|
||||
|
||||
10 Oct 2012; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.3.ebuild:
|
||||
Version bump to 0.3, depend on hgdistver (bug 437768).
|
||||
|
||||
09 Aug 2012; Patrick Lauer <patrick@gentoo.org> cffi-0.2.1.ebuild:
|
||||
Restricting py-2.5 and jython
|
||||
|
||||
*cffi-0.2.1 (27 Jul 2012)
|
||||
|
||||
27 Jul 2012; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.2.1.ebuild,
|
||||
+metadata.xml:
|
||||
Initial version of cffi.
|
@ -1,9 +1,2 @@
|
||||
DIST cffi-0.8.6.tar.gz 196835 SHA256 2532d9e3af9e3c6d0f710fc98b0295b563c7f39cfd97dd2242bd36fbf4900610 SHA512 b913d459bf0d355f0cb42fa0587a940c227d6765450033b14ab4d5281173cd1875cd6872911bb4f0b567cc1c5b0ca330615ec5f6ba205b25c41b683ae8c77790 WHIRLPOOL 4a03a077f15f943e0f06acf1bc10572b19680379e36805dbfc3dfffb8a5d735d28d9bab38e2d233f3a347fc03cede8126cc2ce017c6e3a0896b9baecddfae39f
|
||||
DIST cffi-0.9.2.tar.gz 209160 SHA256 1988ce7ff9c64ecd5077776175e90fd8f0a8c827cb241a23647175ce08126bb2 SHA512 93371a1189955d3f794915f8e7c6f6b9ab36cd531ff0ddeeb2108364c94dbf4dbe5d7d3f75e0aa52576d1a59559c13ec3e0f68dec4d52e6221e683ac519b850c WHIRLPOOL dcdf3a35b35607a4982035e75332c0e2f87d2df5cca9df77c48c5d57cc783d341b77fd95f71681877695b03a12564f8f28717a975bd51e832f496b71f73c3736
|
||||
DIST cffi-1.1.2.tar.gz 326758 SHA256 390970b602708c91ddc73953bb6929e56291c18a4d80f360afa00fad8b6f3339 SHA512 d146984013b63382ea64bd2d6188cdbf9154cf83d66bf4dbb9353f1daea66f9eae07c6da47e152c5758d3458a742adde0310f71c792eb0a80950d7f857bfb943 WHIRLPOOL 02b92f0d13b02e351ba63e55a731c0b5480ae0b376c99a8dc1a256b3b55bf0119b4238dca88171605c1348b0847a6ff305ba4ec69cd1b42b9950708f42d6067e
|
||||
DIST cffi-1.2.1.tar.gz 335778 SHA256 eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d SHA512 26ab695d34ef1895f38c735b2c6400cbf6325d622ce93799513130791365bb71d656288e991b86861ac8e899872504c1f4368d27104c4ac9b881c83c7f8dad88 WHIRLPOOL a8bbe3c24be660946c1f31fbb8b1f50810f78b9485a32aadfb091a624b5386641bde71981c58792f8e95e8e77cfce7d9959eb197c417464cf5351e568aa6336d
|
||||
DIST cffi-1.5.2.tar.gz 388793 SHA256 da9bde99872e46f7bb5cff40a9b1cc08406765efafb583c704de108b6cb821dd SHA512 3c707db85032bc13287beec0211d85a7b9f9dfcb87844adba3a86b23211acd495e88072ec23f22e7c7626d25cadd5b9843c34255d4080eefb171020ad0a2d552 WHIRLPOOL 35cfd86d06dcc2bb2a0e8e196f06d5df0eeaa6dd65d13dc4489284108fa596a88f46918c5b70e38584965290d141f5cbf0e2bcb469c3316cd1962109d77889dd
|
||||
DIST cffi-1.6.0.tar.gz 397024 SHA256 a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db SHA512 95dc7fbca624b5474ff0182ff6e1d1c6b8b34ad19c4c22cabf847f7be6c47dc32a96b23165da1c28438a46a1e9f681341fe8b7304ba5618744c595c4ae364466 WHIRLPOOL a4faef6dfaa078a09abadbe2af6d589dcd36d94bcf07eb47cda1e18ae1d60a3d62d0d66240f717f09564b97565b495e71b77390fe4278afb978fa2c62d341684
|
||||
DIST cffi-1.7.0.tar.gz 400251 SHA256 6ed5dd6afd8361f34819c68aaebf9e8fc12b5a5893f91f50c9e50c8886bb60df SHA512 ce9439a219248b06a6f2d019324f4150576b5e4d853025d61d470105f95af2a6c2387080bfd0308c063ad756f34feead9a5958187d626524594dfe9a3adf7462 WHIRLPOOL 1d10ba1d5fe2dadfe239c2111e9eb08beeddb7b796e966dae642fbfef0d590737018e27e3036817a1b2f43d76d2526642022b0d2ebe97ce8fcf4a49c8006ea26
|
||||
DIST cffi-1.8.2.tar.gz 403191 SHA256 2b636db1a179439d73ae0a090479e179a43df5d4eddc7e4c4067f960d4038530 SHA512 a7bbb8735cf4b36510b6953db26af2428725d589fedae05693f39c77b84567bdefd6e3dc1e5c6deef94e617ceb4bf6bf92379e76fd3732d73a19e8a39a3d06ed WHIRLPOOL 5442e4c5ab58fad20b05cc545721417e73992ef3584dc24501124075647d667a640230ff3a67e362c376aa32aff0c7d93b17425682f132532e2c165cd954b3dc
|
||||
DIST cffi-1.8.3.tar.gz 403766 SHA256 c321bd46faa7847261b89c0469569530cad5a41976bb6dba8202c0159f476568 SHA512 a5a5f62c9d8607a8477abc2c2c53dcbe2aa4cf964b0592d4db349cd35a199e69a84d6cf160973fb5ee736607fa6a41314e8ff0d84bef2ffe16c08f6071c15222 WHIRLPOOL 9ab2f3bf534f4c7b925f3617a109c31ed6591500c551e0c1cae2443b506fa5aea8a1b91b9c378646354effba3d12f0002727be0560359ed40eb3c8751a352c03
|
||||
DIST cffi-1.11.2.tar.gz 435142 BLAKE2B ba90cc377261a75557cef626f1c6b8c0c625c67212b546d42ca56c3360496d01c59984f72d5ce61b1160aa6117b869e567b17df8458de2c88a42dc5e653f6129 SHA512 8ccd8988bb6b4beb760abe5d8cac7cbf65a7dcfad5a535343e5961912751f426fdf6e602a983430e6aa9f56f2f623855b0cfb5ed8e5294a95d122866a4533eda
|
||||
DIST cffi-1.9.1.tar.gz 407108 BLAKE2B f95e99cbb7a10aacb714d6ddbe85755e24d4fbdebb9ada0ab87c95b58aa56b364df612fbdfbf6fcc3a9dfff6e96fe5e979ee37b1c6c9b62b6ba8d3a9565def2f SHA512 6e76f181b6b7b760a14ad70338edd104a8b8e2eac5680e336d3868e0bd031a1665608e29a65dc0c56806afb8a8c03811586f151f3acef11e54e60c1bfcf902e3
|
||||
|
@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
use doc && dohtml -r doc/build/
|
||||
}
|
@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( doc/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="
|
||||
virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( doc/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,28 +1,28 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
# DO NOT ADD pypy to PYTHON_COMPAT
|
||||
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
|
||||
HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
# DO NOT ADD pypy to PYTHON_COMPAT
|
||||
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( doc/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
# DO NOT ADD pypy to PYTHON_COMPAT
|
||||
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
einfo "$PYTHONPATH"
|
||||
$PYTHON -c "import _cffi_backend as backend" || die
|
||||
PYTHONPATH="${PYTHONPATH}" \
|
||||
py.test -x -v \
|
||||
--ignore testing/test_zintegration.py \
|
||||
--ignore testing/embedding \
|
||||
c/ testing/ \
|
||||
|| die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( doc/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
# DO NOT ADD pypy to PYTHON_COMPAT
|
||||
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
einfo "$PYTHONPATH"
|
||||
$PYTHON -c "import _cffi_backend as backend" || die
|
||||
PYTHONPATH="${PYTHONPATH}" \
|
||||
py.test -x -v \
|
||||
--ignore testing/test_zintegration.py \
|
||||
--ignore testing/embedding \
|
||||
c/ testing/ \
|
||||
|| die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( doc/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
# DO NOT ADD pypy to PYTHON_COMPAT
|
||||
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
einfo "$PYTHONPATH"
|
||||
$PYTHON -c "import _cffi_backend as backend" || die
|
||||
PYTHONPATH="${PYTHONPATH}" \
|
||||
py.test -x -v \
|
||||
--ignore testing/test_zintegration.py \
|
||||
--ignore testing/embedding \
|
||||
c/ testing/ \
|
||||
|| die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( doc/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,28 +1,28 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
# DO NOT ADD pypy to PYTHON_COMPAT
|
||||
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Foreign Function Interface for Python calling C code"
|
||||
HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
|
||||
HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/libffi
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
@ -1,44 +0,0 @@
|
||||
# HG changeset patch
|
||||
# User Armin Rigo <arigo@tunes.org>
|
||||
# Date 1433182838 -7200
|
||||
# Node ID 34d5fd98bc84d202dd6692906f21509bb5abefaf
|
||||
# Parent feea0af4a450e0ff0045f1b7c0a5f430c97520f9
|
||||
Issue #204: second try
|
||||
|
||||
diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zdist.py
|
||||
--- a/testing/cffi1/test_zdist.py
|
||||
+++ b/testing/cffi1/test_zdist.py
|
||||
@@ -29,13 +29,17 @@
|
||||
if hasattr(self, 'saved_cwd'):
|
||||
os.chdir(self.saved_cwd)
|
||||
|
||||
- def run(self, args):
|
||||
+ def run(self, args, cwd=None):
|
||||
env = os.environ.copy()
|
||||
- newpath = self.rootdir
|
||||
- if 'PYTHONPATH' in env:
|
||||
- newpath += os.pathsep + env['PYTHONPATH']
|
||||
- env['PYTHONPATH'] = newpath
|
||||
- subprocess.check_call([self.executable] + args, env=env)
|
||||
+ # a horrible hack to prevent distutils from finding ~/.pydistutils.cfg
|
||||
+ # (there is the --no-user-cfg option, but not in Python 2.6...)
|
||||
+ env['HOME'] = '/this/path/does/not/exist'
|
||||
+ if cwd is None:
|
||||
+ newpath = self.rootdir
|
||||
+ if 'PYTHONPATH' in env:
|
||||
+ newpath += os.pathsep + env['PYTHONPATH']
|
||||
+ env['PYTHONPATH'] = newpath
|
||||
+ subprocess.check_call([self.executable] + args, cwd=cwd, env=env)
|
||||
|
||||
def _prepare_setuptools(self):
|
||||
if hasattr(TestDist, '_setuptools_ready'):
|
||||
@@ -44,8 +48,7 @@
|
||||
import setuptools
|
||||
except ImportError:
|
||||
py.test.skip("setuptools not found")
|
||||
- subprocess.check_call([self.executable, 'setup.py', 'egg_info'],
|
||||
- cwd=self.rootdir)
|
||||
+ self.run(['setup.py', 'egg_info'], cwd=self.rootdir)
|
||||
TestDist._setuptools_ready = True
|
||||
|
||||
def check_produced_files(self, content, curdir=None):
|
@ -1,79 +0,0 @@
|
||||
# HG changeset patch
|
||||
# User Armin Rigo <arigo@tunes.org>
|
||||
# Date 1424942568 -3600
|
||||
# Node ID c7edb1e84eb3c29cac0674790cb4efcbcf1683b2
|
||||
# Parent 95e0563201602a2e1a8d83cc95a6a70048dfeece
|
||||
issue #177: workaround for some Linux kernels
|
||||
|
||||
diff --git a/c/malloc_closure.h b/c/malloc_closure.h
|
||||
--- a/c/malloc_closure.h
|
||||
+++ b/c/malloc_closure.h
|
||||
@@ -14,6 +14,54 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
+/* On PaX enable kernels that have MPROTECT enable we can't use PROT_EXEC.
|
||||
+
|
||||
+ This is, apparently, an undocumented change to ffi_prep_closure():
|
||||
+ depending on the Linux kernel we're running on, we must give it a
|
||||
+ mmap that is either PROT_READ|PROT_WRITE|PROT_EXEC or only
|
||||
+ PROT_READ|PROT_WRITE. In the latter case, just trying to obtain a
|
||||
+ mmap with PROT_READ|PROT_WRITE|PROT_EXEC would kill our process(!),
|
||||
+ but in that situation libffi is fine with only PROT_READ|PROT_WRITE.
|
||||
+ There is nothing in the libffi API to know that, though, so we have
|
||||
+ to guess by parsing /proc/self/status. "Meh."
|
||||
+ */
|
||||
+#ifdef __linux__
|
||||
+#include <stdlib.h>
|
||||
+
|
||||
+static int emutramp_enabled = -1;
|
||||
+
|
||||
+static int
|
||||
+emutramp_enabled_check (void)
|
||||
+{
|
||||
+ char *buf = NULL;
|
||||
+ size_t len = 0;
|
||||
+ FILE *f;
|
||||
+ int ret;
|
||||
+ f = fopen ("/proc/self/status", "r");
|
||||
+ if (f == NULL)
|
||||
+ return 0;
|
||||
+ ret = 0;
|
||||
+
|
||||
+ while (getline (&buf, &len, f) != -1)
|
||||
+ if (!strncmp (buf, "PaX:", 4))
|
||||
+ {
|
||||
+ char emutramp;
|
||||
+ if (sscanf (buf, "%*s %*c%c", &emutramp) == 1)
|
||||
+ ret = (emutramp == 'E');
|
||||
+ break;
|
||||
+ }
|
||||
+ free (buf);
|
||||
+ fclose (f);
|
||||
+ return ret;
|
||||
+}
|
||||
+
|
||||
+#define is_emutramp_enabled() (emutramp_enabled >= 0 ? emutramp_enabled \
|
||||
+ : (emutramp_enabled = emutramp_enabled_check ()))
|
||||
+#else
|
||||
+#define is_emutramp_enabled() 0
|
||||
+#endif
|
||||
+
|
||||
+
|
||||
/* 'allocate_num_pages' is dynamically adjusted starting from one
|
||||
page. It grows by a factor of PAGE_ALLOCATION_GROWTH_RATE. This is
|
||||
meant to handle both the common case of not needing a lot of pages,
|
||||
@@ -77,9 +125,12 @@
|
||||
if (item == NULL)
|
||||
return;
|
||||
#else
|
||||
+ int prot = PROT_READ | PROT_WRITE | PROT_EXEC;
|
||||
+ if (is_emutramp_enabled ())
|
||||
+ prot &= ~PROT_EXEC;
|
||||
item = (union mmaped_block *)mmap(NULL,
|
||||
allocate_num_pages * _pagesize,
|
||||
- PROT_READ | PROT_WRITE | PROT_EXEC,
|
||||
+ prot,
|
||||
MAP_PRIVATE | MAP_ANONYMOUS,
|
||||
-1,
|
||||
0);
|
@ -1,503 +0,0 @@
|
||||
# ChangeLog for dev-python/cryptography
|
||||
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
|
||||
# (auto-generated from git log)
|
||||
|
||||
*cryptography-0.9.3 (09 Aug 2015)
|
||||
*cryptography-0.9.2 (09 Aug 2015)
|
||||
*cryptography-0.8.2 (09 Aug 2015)
|
||||
*cryptography-0.8.1 (09 Aug 2015)
|
||||
*cryptography-0.8 (09 Aug 2015)
|
||||
*cryptography-0.7.2 (09 Aug 2015)
|
||||
*cryptography-0.7.1-r1 (09 Aug 2015)
|
||||
*cryptography-0.6.1 (09 Aug 2015)
|
||||
*cryptography-0.5.4 (09 Aug 2015)
|
||||
|
||||
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org>
|
||||
+cryptography-0.5.4.ebuild, +cryptography-0.6.1.ebuild,
|
||||
+cryptography-0.7.1-r1.ebuild, +cryptography-0.7.2.ebuild,
|
||||
+cryptography-0.8.ebuild, +cryptography-0.8.1.ebuild,
|
||||
+cryptography-0.8.2.ebuild, +cryptography-0.9.2.ebuild,
|
||||
+cryptography-0.9.3.ebuild, +files/0.7-setup.patch, +metadata.xml:
|
||||
proj/gentoo: Initial commit
|
||||
|
||||
This commit represents a new era for Gentoo:
|
||||
Storing the gentoo-x86 tree in Git, as converted from CVS.
|
||||
|
||||
This commit is the start of the NEW history.
|
||||
Any historical data is intended to be grafted onto this point.
|
||||
|
||||
Creation process:
|
||||
1. Take final CVS checkout snapshot
|
||||
2. Remove ALL ChangeLog* files
|
||||
3. Transform all Manifests to thin
|
||||
4. Remove empty Manifests
|
||||
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
|
||||
5.1. Do not touch files with -kb/-ko keyword flags.
|
||||
|
||||
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
||||
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
|
||||
tests
|
||||
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
|
||||
project
|
||||
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
|
||||
developer, wrote Git features for the migration
|
||||
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
|
||||
cvs2svn
|
||||
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
|
||||
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
|
||||
work in migration
|
||||
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
|
||||
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
|
||||
the bikeshed
|
||||
|
||||
*cryptography-1.0 (13 Aug 2015)
|
||||
|
||||
13 Aug 2015; Justin Lecher <jlec@gentoo.org> +cryptography-1.0.ebuild:
|
||||
Version Bump Dropped pypy support as cryptography-1.0 relies on the new
|
||||
.set_source API which is only supported with cffi-1.0+ and pypy-2.6
|
||||
|
||||
Package-Manager: portage-2.2.20
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
23 Aug 2015; Sean Vig <sean.v.775@gmail.com> cryptography-1.0.ebuild:
|
||||
Enable pypy as Python target
|
||||
|
||||
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
||||
Use https by default
|
||||
|
||||
Convert all URLs for sites supporting encrypted connections from http to
|
||||
https
|
||||
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
24 Aug 2015; Agostino Sarubbo <ago@gentoo.org> cryptography-0.9.3.ebuild:
|
||||
amd64 stable wrt bug #558448
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="amd64"
|
||||
|
||||
24 Aug 2015; Agostino Sarubbo <ago@gentoo.org> cryptography-0.9.3.ebuild:
|
||||
x86 stable wrt bug #558448
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="x86"
|
||||
|
||||
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
|
||||
Revert DOCTYPE SYSTEM https changes in metadata.xml
|
||||
|
||||
repoman does not yet accept the https version.
|
||||
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
|
||||
|
||||
Bug: https://bugs.gentoo.org/552720
|
||||
|
||||
*cryptography-1.0.1 (06 Sep 2015)
|
||||
|
||||
06 Sep 2015; Justin Lecher <jlec@gentoo.org> +cryptography-1.0.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
16 Sep 2015; Tobias Klausmann <klausman@gentoo.org>
|
||||
cryptography-0.9.3.ebuild:
|
||||
add ~alpha keyword
|
||||
|
||||
Gentoo-Bug: 549518
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
|
||||
*cryptography-1.0.1-r1 (20 Sep 2015)
|
||||
|
||||
20 Sep 2015; Julian Ospald <hasufell@gentoo.org>
|
||||
+cryptography-1.0.1-r1.ebuild:
|
||||
add libressl support
|
||||
|
||||
*cryptography-1.0.2 (28 Sep 2015)
|
||||
|
||||
28 Sep 2015; Justin Lecher <jlec@gentoo.org> +cryptography-1.0.2.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.22
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
28 Sep 2015; Tobias Klausmann <klausman@gentoo.org>
|
||||
cryptography-1.0.2.ebuild:
|
||||
add alpha keyword
|
||||
|
||||
Gentoo-Bug: 561696
|
||||
|
||||
Package-Manager: portage-2.2.22
|
||||
|
||||
29 Sep 2015; Justin Lecher <jlec@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
Drop libressl support as it breaks stabilization
|
||||
|
||||
Package-Manager: portage-2.2.22
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
29 Sep 2015; Agostino Sarubbo <ago@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
amd64 stable wrt bug #561696
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="amd64"
|
||||
|
||||
29 Sep 2015; Agostino Sarubbo <ago@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
x86 stable wrt bug #561696
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="x86"
|
||||
|
||||
30 Sep 2015; Jeroen Roovers <jer@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
Stable for HPPA PPC64 (bug #561696).
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --ignore-arches
|
||||
|
||||
30 Sep 2015; Justin Lecher <jlec@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
Add back libressl support
|
||||
|
||||
Package-Manager: portage-2.2.22
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
11 Oct 2015; Justin Lecher <jlec@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
Add pypy3 support
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cryptography-1.0.2-r1 (11 Oct 2015)
|
||||
|
||||
11 Oct 2015; Justin Lecher <jlec@gentoo.org> cryptography-1.0.2.ebuild,
|
||||
+cryptography-1.0.2-r1.ebuild:
|
||||
Add python3.5 support
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
14 Oct 2015; Michał Górny <mgorny@gentoo.org> cryptography-1.0.2.ebuild,
|
||||
-cryptography-1.0.2-r1.ebuild:
|
||||
dev-python/*: Restore keywords and un-revbump for py3.5
|
||||
|
||||
Restore keywords that were removed unnecessarily, and collapse
|
||||
unnecessary revbumps on packages with added python3.5 support.
|
||||
|
||||
14 Oct 2015; Michał Górny <mgorny@gentoo.org> cryptography-0.8.2.ebuild:
|
||||
Add python3.5 to v0.8.2
|
||||
|
||||
14 Oct 2015; Justin Lecher <jlec@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
Rekeyword according to old KEYWORDS
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
17 Oct 2015; Markus Meier <maekke@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
arm stable, bug #561696
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
RepoMan-Options: --include-arches="arm"
|
||||
|
||||
18 Oct 2015; Mikle Kolyada <zlogene@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
Add ~sparc keyword wrt bug #560894
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
|
||||
*cryptography-1.1 (29 Oct 2015)
|
||||
|
||||
29 Oct 2015; Justin Lecher <jlec@gentoo.org> +cryptography-1.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
04 Nov 2015; Agostino Sarubbo <ago@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
ppc stable wrt bug #561696
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="ppc"
|
||||
|
||||
05 Nov 2015; Agostino Sarubbo <ago@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
sparc stable wrt bug #561696
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
RepoMan-Options: --include-arches="sparc"
|
||||
|
||||
07 Nov 2015; Mikle Kolyada <zlogene@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
ia64 stable wrt bug #561696
|
||||
|
||||
Package-Manager: portage-2.2.20.1
|
||||
|
||||
11 Nov 2015; Justin Lecher <jlec@gentoo.org> cryptography-0.5.4.ebuild,
|
||||
cryptography-0.6.1.ebuild, cryptography-0.7.1-r1.ebuild,
|
||||
cryptography-0.7.2.ebuild, cryptography-0.8.ebuild,
|
||||
cryptography-0.8.1.ebuild, cryptography-0.8.2.ebuild,
|
||||
cryptography-0.9.2.ebuild, cryptography-0.9.3.ebuild,
|
||||
cryptography-1.0.ebuild, cryptography-1.0.1.ebuild,
|
||||
cryptography-1.0.1-r1.ebuild, cryptography-1.0.2.ebuild,
|
||||
cryptography-1.1.ebuild:
|
||||
Depend on threading support in python
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
12 Nov 2015; Justin Lecher <jlec@gentoo.org> cryptography-0.5.4.ebuild,
|
||||
cryptography-0.6.1.ebuild, cryptography-0.7.1-r1.ebuild,
|
||||
cryptography-0.7.2.ebuild, cryptography-0.8.ebuild,
|
||||
cryptography-0.8.1.ebuild, cryptography-0.8.2.ebuild,
|
||||
cryptography-0.9.2.ebuild, cryptography-0.9.3.ebuild,
|
||||
cryptography-1.0.ebuild, cryptography-1.0.1.ebuild,
|
||||
cryptography-1.0.1-r1.ebuild, -files/0.7-setup.patch:
|
||||
Drop vulnerable versions
|
||||
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561696
|
||||
|
||||
obsoletes:
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561604
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=559648
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=521796
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
12 Nov 2015; Justin Lecher <jlec@gentoo.org> -cryptography-0.5.4.ebuild,
|
||||
-cryptography-0.6.1.ebuild, -cryptography-0.7.1-r1.ebuild,
|
||||
-cryptography-0.7.2.ebuild, -cryptography-0.8.ebuild,
|
||||
-cryptography-0.8.1.ebuild, -cryptography-0.8.2.ebuild,
|
||||
-cryptography-0.9.2.ebuild, -cryptography-0.9.3.ebuild,
|
||||
-cryptography-1.0.ebuild, -cryptography-1.0.1.ebuild,
|
||||
-cryptography-1.0.1-r1.ebuild:
|
||||
Drop empty files
|
||||
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
12 Nov 2015; Justin Lecher <jlec@gentoo.org> cryptography-1.0.2.ebuild,
|
||||
cryptography-1.1.ebuild:
|
||||
Move to virtual for modules with mixed support
|
||||
|
||||
Package-Manager: portage-2.2.23
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cryptography-1.1.1 (20 Nov 2015)
|
||||
|
||||
20 Nov 2015; Justin Lecher <jlec@gentoo.org> +cryptography-1.1.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.25
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
03 Dec 2015; Justin Lecher <jlec@gentoo.org> cryptography-1.0.2.ebuild:
|
||||
Drop python3.5 support from old version
|
||||
|
||||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567454
|
||||
|
||||
Package-Manager: portage-2.2.25
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cryptography-1.1.2 (11 Dec 2015)
|
||||
|
||||
11 Dec 2015; Justin Lecher <jlec@gentoo.org> +cryptography-1.1.2.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
*cryptography-1.2.1 (10 Jan 2016)
|
||||
|
||||
10 Jan 2016; Justin Lecher <jlec@gentoo.org> +cryptography-1.2.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
||||
Replace all herds with appropriate projects (GLEP 67)
|
||||
|
||||
Replace all uses of herd with appropriate project maintainers, or no
|
||||
maintainers in case of herds requested to be disbanded.
|
||||
|
||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
||||
Set appropriate maintainer types in metadata.xml (GLEP 67)
|
||||
|
||||
*cryptography-1.2.2 (01 Feb 2016)
|
||||
|
||||
01 Feb 2016; Justin Lecher <jlec@gentoo.org> +cryptography-1.2.2.ebuild:
|
||||
Version Bump
|
||||
|
||||
Package-Manager: portage-2.2.27
|
||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||||
|
||||
09 Feb 2016; Tobias Klausmann <klausman@gentoo.org>
|
||||
cryptography-1.1.2.ebuild:
|
||||
add alpha keyword
|
||||
|
||||
Gentoo-Bug: 574150
|
||||
|
||||
Package-Manager: portage-2.2.27
|
||||
|
||||
13 Feb 2016; Agostino Sarubbo <ago@gentoo.org> cryptography-1.1.2.ebuild:
|
||||
amd64 stable wrt bug #574150
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
RepoMan-Options: --include-arches="amd64"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
14 Feb 2016; Agostino Sarubbo <ago@gentoo.org> cryptography-1.1.2.ebuild:
|
||||
x86 stable wrt bug #574150
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
RepoMan-Options: --include-arches="x86"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
17 Feb 2016; Jeroen Roovers <jer@gentoo.org> cryptography-1.1.2.ebuild:
|
||||
Stable for HPPA PPC64 (bug #574150).
|
||||
|
||||
Package-Manager: portage-2.2.27
|
||||
RepoMan-Options: --ignore-arches
|
||||
|
||||
20 Feb 2016; Markus Meier <maekke@gentoo.org> cryptography-1.1.2.ebuild:
|
||||
arm stable, bug #574150
|
||||
|
||||
Package-Manager: portage-2.2.27
|
||||
RepoMan-Options: --include-arches="arm"
|
||||
|
||||
01 Mar 2016; Jason A. Donenfeld <zx2c4@gentoo.org>
|
||||
cryptography-1.2.2.ebuild,
|
||||
+files/cryptography-1.2.2-openssl-1.0.2g-mem_buf.patch:
|
||||
work with openssl 1.0.2g
|
||||
|
||||
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
|
||||
|
||||
02 Mar 2016; Mike Gilbert <floppym@gentoo.org> cryptography-1.1.2.ebuild,
|
||||
files/cryptography-1.2.2-openssl-1.0.2g-mem_buf.patch:
|
||||
Backport openssl 1.0.2g fix to stable ebuild
|
||||
|
||||
The replaces the patch by zx2c4 with a more flexible patch
|
||||
from upstream. This ensures that the package can build against any
|
||||
version of openssl in the tree.
|
||||
|
||||
Package-Manager: portage-2.2.27_p64
|
||||
|
||||
*cryptography-1.2.3 (02 Mar 2016)
|
||||
|
||||
02 Mar 2016; Mike Frysinger <vapier@gentoo.org> +cryptography-1.2.3.ebuild:
|
||||
verison bump to 1.2.3 and add openssl subslot #576128
|
||||
|
||||
16 Mar 2016; Agostino Sarubbo <ago@gentoo.org> cryptography-1.1.2.ebuild:
|
||||
ppc stable wrt bug #574150
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
RepoMan-Options: --include-arches="ppc"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
19 Mar 2016; Agostino Sarubbo <ago@gentoo.org> cryptography-1.1.2.ebuild:
|
||||
sparc stable wrt bug #574150
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
RepoMan-Options: --include-arches="sparc"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
20 Mar 2016; Dirkjan Ochtman <djc@gentoo.org> -cryptography-1.1.ebuild,
|
||||
-cryptography-1.1.1.ebuild, -cryptography-1.2.1.ebuild,
|
||||
-cryptography-1.2.2.ebuild:
|
||||
remove old versions
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
|
||||
*cryptography-1.3 (20 Mar 2016)
|
||||
|
||||
20 Mar 2016; Dirkjan Ochtman <djc@gentoo.org> +cryptography-1.3.ebuild:
|
||||
version bump to 1.3
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
|
||||
22 Mar 2016; Agostino Sarubbo <ago@gentoo.org> cryptography-1.1.2.ebuild:
|
||||
ia64 stable wrt bug #574150
|
||||
|
||||
Package-Manager: portage-2.2.26
|
||||
RepoMan-Options: --include-arches="ia64"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
22 Mar 2016; Mike Frysinger <vapier@gentoo.org> cryptography-1.1.2.ebuild:
|
||||
mark 1.1.2 arm64/m68k/s390/sh stable #574150
|
||||
|
||||
*cryptography-1.3.1 (03 Apr 2016)
|
||||
|
||||
03 Apr 2016; Patrick Lauer <patrick@gentoo.org> +cryptography-1.3.1.ebuild:
|
||||
Bump
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
|
||||
01 Jun 2016; Tobias Klausmann <klausman@gentoo.org>
|
||||
cryptography-1.3.1.ebuild:
|
||||
1.3.1-r0: add alpha keyword
|
||||
|
||||
Gentoo-Bug: 583884
|
||||
|
||||
Package-Manager: portage-2.3.0_rc1
|
||||
|
||||
02 Jun 2016; Markus Meier <maekke@gentoo.org> cryptography-1.3.1.ebuild:
|
||||
arm stable, bug #583884
|
||||
|
||||
Package-Manager: portage-2.3.0_rc1
|
||||
RepoMan-Options: --include-arches="arm"
|
||||
|
||||
04 Jun 2016; Dirkjan Ochtman <djc@gentoo.org> -cryptography-1.0.2.ebuild,
|
||||
-cryptography-1.2.3.ebuild, -cryptography-1.3.ebuild:
|
||||
remove old versions
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
|
||||
*cryptography-1.3.4 (04 Jun 2016)
|
||||
|
||||
04 Jun 2016; Dirkjan Ochtman <djc@gentoo.org> +cryptography-1.3.4.ebuild:
|
||||
version bump to 1.3.4 (fixes bug 584806)
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
|
||||
06 Jun 2016; Agostino Sarubbo <ago@gentoo.org> cryptography-1.3.1.ebuild:
|
||||
amd64 stable wrt bug #583884
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
RepoMan-Options: --include-arches="amd64"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
21 Jun 2016; Mike Frysinger <vapier@gentoo.org> cryptography-1.3.1.ebuild:
|
||||
mark 1.3.1 arm64/ia64/m68k/ppc/ppc64/s390/sh/sparc stable #583884
|
||||
|
||||
22 Jul 2016; Bernard Cafarelli <voyageur@gentoo.org>
|
||||
cryptography-1.3.1.ebuild:
|
||||
x86 stable wrt bug #583884
|
||||
|
||||
Package-Manager: portage-2.3.0
|
||||
|
||||
*cryptography-1.5 (10 Sep 2016)
|
||||
|
||||
10 Sep 2016; Dirkjan Ochtman <djc@gentoo.org> +cryptography-1.5.ebuild:
|
||||
version bump to 1.5
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
|
||||
22 Sep 2016; Tobias Klausmann <klausman@gentoo.org>
|
||||
cryptography-1.3.4.ebuild:
|
||||
1.3.4-r0: add alpha keyword
|
||||
|
||||
Gentoo-Bug: 592618
|
||||
|
||||
26 Sep 2016; Agostino Sarubbo <ago@gentoo.org> cryptography-1.3.4.ebuild:
|
||||
amd64 stable wrt bug #592618
|
||||
|
||||
Package-Manager: portage-2.2.28
|
||||
RepoMan-Options: --include-arches="amd64"
|
||||
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
||||
|
||||
01 Oct 2016; Jeroen Roovers <jer@gentoo.org> cryptography-1.3.4.ebuild:
|
||||
Stable for HPPA (bug #592618).
|
||||
|
||||
Package-Manager: portage-2.3.1
|
||||
RepoMan-Options: --ignore-arches
|
||||
|
||||
*cryptography-1.5.2 (01 Oct 2016)
|
||||
|
||||
01 Oct 2016; Patrick Lauer <patrick@gentoo.org> +cryptography-1.5.2.ebuild:
|
||||
Bump
|
||||
|
||||
Package-Manager: portage-2.3.0
|
||||
|
@ -1,239 +0,0 @@
|
||||
# ChangeLog for dev-python/cryptography
|
||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.55 2015/08/02 09:24:45 pacho Exp $
|
||||
|
||||
02 Aug 2015; Pacho Ramos <pacho@gentoo.org> cryptography-0.6.1.ebuild:
|
||||
sparc stable wrt bug #530294
|
||||
|
||||
*cryptography-0.9.3 (16 Jul 2015)
|
||||
|
||||
16 Jul 2015; Patrick Lauer <patrick@gentoo.org> +cryptography-0.9.3.ebuild:
|
||||
Bump
|
||||
|
||||
11 Jul 2015; Tobias Klausmann <klausman@gentoo.org>
|
||||
cryptography-0.6.1.ebuild:
|
||||
Stable on alpha, bug 530294
|
||||
|
||||
10 Jul 2015; Mike Gilbert <floppym@gentoo.org> -cryptography-0.9.1.ebuild,
|
||||
-cryptography-0.9.ebuild, cryptography-0.9.2.ebuild:
|
||||
Fix conditional dep on dev-python/ipaddress.
|
||||
|
||||
*cryptography-0.9.2 (08 Jul 2015)
|
||||
|
||||
08 Jul 2015; Patrick Lauer <patrick@gentoo.org> +cryptography-0.9.2.ebuild:
|
||||
Bump
|
||||
|
||||
21 Jun 2015; Markus Meier <maekke@gentoo.org> cryptography-0.9.1.ebuild:
|
||||
add ~arm, bug #549518
|
||||
|
||||
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
||||
Add github to remote-id in metadata.xml
|
||||
|
||||
*cryptography-0.9.1 (07 Jun 2015)
|
||||
|
||||
07 Jun 2015; Justin Lecher <jlec@gentoo.org> +cryptography-0.9.1.ebuild:
|
||||
Version Bump
|
||||
|
||||
28 May 2015; Justin Lecher <jlec@gentoo.org> cryptography-0.8.2.ebuild,
|
||||
cryptography-0.9.ebuild:
|
||||
Fix dependencies, thanks Arfrever
|
||||
|
||||
17 May 2015; Jeroen Roovers <jer@gentoo.org> cryptography-0.9.ebuild:
|
||||
Mark ~hppa (bug #549518).
|
||||
|
||||
17 May 2015; Jeroen Roovers <jer@gentoo.org> cryptography-0.9.ebuild:
|
||||
Mark ~ppc64 (bug #549518).
|
||||
|
||||
16 May 2015; Anthony G. Basile <blueness@gentoo.org>
|
||||
cryptography-0.5.4.ebuild, cryptography-0.6.1.ebuild,
|
||||
cryptography-0.7.1-r1.ebuild, cryptography-0.7.2.ebuild,
|
||||
cryptography-0.8.1.ebuild, cryptography-0.8.2.ebuild, cryptography-0.8.ebuild,
|
||||
cryptography-0.9.ebuild:
|
||||
Keyword ~ppc. Bug #533430.
|
||||
|
||||
*cryptography-0.9 (15 May 2015)
|
||||
|
||||
15 May 2015; Justin Lecher <jlec@gentoo.org> +cryptography-0.9.ebuild:
|
||||
Version Bump
|
||||
|
||||
23 Apr 2015; Jeroen Roovers <jer@gentoo.org> cryptography-0.7.1-r1.ebuild,
|
||||
cryptography-0.7.2.ebuild, cryptography-0.8.ebuild,
|
||||
cryptography-0.8.1.ebuild, cryptography-0.8.2.ebuild:
|
||||
Marked ~ppc64 (bug #533430).
|
||||
|
||||
*cryptography-0.8.2 (13 Apr 2015)
|
||||
|
||||
13 Apr 2015; Justin Lecher <jlec@gentoo.org> +cryptography-0.8.2.ebuild,
|
||||
metadata.xml:
|
||||
Version Bump
|
||||
|
||||
08 Apr 2015; Michał Górny <mgorny@gentoo.org> cryptography-0.5.4.ebuild:
|
||||
Drop old Python implementations
|
||||
|
||||
04 Apr 2015; Mike Frysinger <vapier@gentoo.org> cryptography-0.6.1.ebuild,
|
||||
cryptography-0.7.1-r1.ebuild, cryptography-0.7.2.ebuild,
|
||||
cryptography-0.8.1.ebuild, cryptography-0.8.ebuild:
|
||||
Add arm64/ia64/m68k/s390/sh love.
|
||||
|
||||
01 Apr 2015; Tobias Klausmann <klausman@gentoo.org>
|
||||
cryptography-0.8.1.ebuild:
|
||||
Keyworded on alpha, bug 503094
|
||||
|
||||
*cryptography-0.8.1 (24 Mar 2015)
|
||||
|
||||
24 Mar 2015; Patrick Lauer <patrick@gentoo.org> +cryptography-0.8.1.ebuild:
|
||||
Bump
|
||||
|
||||
*cryptography-0.8 (11 Mar 2015)
|
||||
|
||||
11 Mar 2015; Patrick Lauer <patrick@gentoo.org> +cryptography-0.8.ebuild:
|
||||
Bump
|
||||
|
||||
15 Feb 2015; Pacho Ramos <pacho@gentoo.org> cryptography-0.6.1.ebuild:
|
||||
amd64/ppc/ppc64/x86 stable, bug #530294
|
||||
|
||||
*cryptography-0.7.2 (26 Jan 2015)
|
||||
|
||||
26 Jan 2015; Patrick Lauer <patrick@gentoo.org> +cryptography-0.7.2.ebuild:
|
||||
Bump
|
||||
|
||||
16 Jan 2015; Jeroen Roovers <jer@gentoo.org> cryptography-0.7.1-r1.ebuild:
|
||||
Marked ~hppa (bug #533430).
|
||||
|
||||
*cryptography-0.7.1-r1 (14 Jan 2015)
|
||||
|
||||
14 Jan 2015; Ian Delaney <idella4@gentoo.org> +cryptography-0.7.1-r1.ebuild,
|
||||
+cryptography-0.7.ebuild, +files/0.7-setup.patch, -cryptography-0.7.1.ebuild:
|
||||
revbump; re-add pypy support, update and tidy deps, patch (from upstream) to
|
||||
correct their own oversight in setup.py re use of enum34, ebuild cross checked
|
||||
and tested by Arfrever.
|
||||
|
||||
*cryptography-0.7.1 (13 Jan 2015)
|
||||
|
||||
13 Jan 2015; Patrick Lauer <patrick@gentoo.org> +cryptography-0.7.1.ebuild:
|
||||
Bump, drop minor arches due to enum34 keywords missing, drop pypy because
|
||||
keywords missing, drop py34 target because setup.py too confused about life
|
||||
|
||||
24 Dec 2014; Markus Meier <maekke@gentoo.org> cryptography-0.6.1.ebuild:
|
||||
arm stable, bug #530294
|
||||
|
||||
09 Dec 2014; Jeroen Roovers <jer@gentoo.org> cryptography-0.6.1.ebuild:
|
||||
Stable for HPPA (bug #530294).
|
||||
|
||||
16 Nov 2014; Mike Gilbert <floppym@gentoo.org> cryptography-0.5.4.ebuild,
|
||||
cryptography-0.6.1.ebuild:
|
||||
Fix dependency on dev-python/cffi.
|
||||
|
||||
26 Oct 2014; Fabian Groffen <grobian@gentoo.org> cryptography-0.6.1.ebuild:
|
||||
Added Prefix keywords, bug #503094
|
||||
|
||||
18 Oct 2014; Tim Harder <radhermit@gentoo.org> cryptography-0.6.1.ebuild:
|
||||
Setuptools is now a runtime dep.
|
||||
|
||||
*cryptography-0.6.1 (18 Oct 2014)
|
||||
|
||||
18 Oct 2014; Tim Harder <radhermit@gentoo.org> +cryptography-0.6.1.ebuild:
|
||||
Version bump, restrict tests until cffi fixes its compile on import issues,
|
||||
and drop python3_2 support.
|
||||
|
||||
07 Oct 2014; Tim Harder <radhermit@gentoo.org> -cryptography-0.4-r1.ebuild,
|
||||
-cryptography-0.4-r2.ebuild, -cryptography-0.5.1.ebuild,
|
||||
-cryptography-0.5.2.ebuild, -cryptography-0.5.3.ebuild, -files/asn1.patch:
|
||||
Remove old.
|
||||
|
||||
*cryptography-0.5.4 (24 Aug 2014)
|
||||
|
||||
24 Aug 2014; Tim Harder <radhermit@gentoo.org> +cryptography-0.5.4.ebuild:
|
||||
Version bump.
|
||||
|
||||
13 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
cryptography-0.4-r1.ebuild, cryptography-0.4-r2.ebuild,
|
||||
cryptography-0.5.1.ebuild, cryptography-0.5.2.ebuild,
|
||||
cryptography-0.5.3.ebuild:
|
||||
Keyword ~ppc and ~ppc64, bug #503094
|
||||
|
||||
*cryptography-0.5.3 (08 Aug 2014)
|
||||
|
||||
08 Aug 2014; Tim Harder <radhermit@gentoo.org> +cryptography-0.5.3.ebuild:
|
||||
Version bump.
|
||||
|
||||
*cryptography-0.5.2 (11 Jul 2014)
|
||||
|
||||
11 Jul 2014; Tim Harder <radhermit@gentoo.org> +cryptography-0.5.2.ebuild:
|
||||
Version bump.
|
||||
|
||||
*cryptography-0.5.1 (08 Jul 2014)
|
||||
|
||||
08 Jul 2014; Tim Harder <radhermit@gentoo.org> +cryptography-0.5.1.ebuild:
|
||||
Version bump.
|
||||
|
||||
03 Jul 2014; Tobias Klausmann <klausman@gentoo.org>
|
||||
cryptography-0.4-r1.ebuild, cryptography-0.4-r2.ebuild:
|
||||
Ensure usage of new-enough pytest version (see bug 514442)
|
||||
|
||||
*cryptography-0.4-r2 (23 Jun 2014)
|
||||
|
||||
23 Jun 2014; Ian Delaney <idella4@gentoo.org> +cryptography-0.4-r2.ebuild,
|
||||
+files/asn1.patch, cryptography-0.4-r1.ebuild:
|
||||
revbump; patch required to fix a test failing in pyopenssl, fixes Bug #514418
|
||||
|
||||
08 Jun 2014; Akinori Hattori <hattya@gentoo.org> cryptography-0.4-r1.ebuild:
|
||||
keyword ~ia64 wrt bug #503094
|
||||
|
||||
10 May 2014; Ian Delaney <idella4@gentoo.org> cryptography-0.4-r1.ebuild:
|
||||
add new dep, drop py2.6 upport
|
||||
|
||||
*cryptography-0.4-r1 (08 May 2014)
|
||||
|
||||
08 May 2014; Michał Górny <mgorny@gentoo.org> +cryptography-0.4-r1.ebuild,
|
||||
-cryptography-0.2.1.ebuild, -cryptography-0.2.2.ebuild,
|
||||
-cryptography-0.3.ebuild, -cryptography-0.4.ebuild:
|
||||
Add a slot operator on dev-python/cffi dep (bug #506552), and make it
|
||||
conditional to CPython implementations (PyPy has built-in cffi). Drop old.
|
||||
|
||||
*cryptography-0.4 (07 May 2014)
|
||||
|
||||
07 May 2014; Patrick Lauer <patrick@gentoo.org> +cryptography-0.4.ebuild:
|
||||
Bump
|
||||
|
||||
03 Apr 2014; Tim Harder <radhermit@gentoo.org> cryptography-0.2.2.ebuild,
|
||||
cryptography-0.3.ebuild:
|
||||
Sync ~arm keywords.
|
||||
|
||||
*cryptography-0.3 (03 Apr 2014)
|
||||
|
||||
03 Apr 2014; Tim Harder <radhermit@gentoo.org> +cryptography-0.3.ebuild:
|
||||
Version bump, add python3_4 support.
|
||||
|
||||
31 Mar 2014; Michał Górny <mgorny@gentoo.org> cryptography-0.2.1.ebuild,
|
||||
cryptography-0.2.2.ebuild:
|
||||
Add support for the new PyPy slotting.
|
||||
|
||||
22 Mar 2014; Markos Chandras <hwoarang@gentoo.org> cryptography-0.2.2.ebuild:
|
||||
Add ~mips. Bug #503094
|
||||
|
||||
22 Mar 2014; Markus Meier <maekke@gentoo.org> cryptography-0.2.1.ebuild:
|
||||
add ~arm, bug #503094
|
||||
|
||||
*cryptography-0.2.2 (15 Mar 2014)
|
||||
|
||||
15 Mar 2014; Tim Harder <radhermit@gentoo.org> +cryptography-0.2.2.ebuild:
|
||||
Version bump.
|
||||
|
||||
04 Mar 2014; Naohiro Aota <naota@gentoo.org> cryptography-0.2.1.ebuild:
|
||||
Add ~x86-fbsd wrt bug #503094
|
||||
|
||||
03 Mar 2014; Jeroen Roovers <jer@gentoo.org> cryptography-0.2.1.ebuild:
|
||||
Marked ~hppa (bug #503094).
|
||||
|
||||
01 Mar 2014; Tim Harder <radhermit@gentoo.org> cryptography-0.2.1.ebuild:
|
||||
Add pypy2_0 support.
|
||||
|
||||
01 Mar 2014; Tim Harder <radhermit@gentoo.org> cryptography-0.2.1.ebuild:
|
||||
Fix deps.
|
||||
|
||||
*cryptography-0.2.1 (01 Mar 2014)
|
||||
|
||||
01 Mar 2014; Tim Harder <radhermit@gentoo.org> +cryptography-0.2.1.ebuild,
|
||||
+metadata.xml:
|
||||
Initial import.
|
@ -1,14 +1,3 @@
|
||||
AUX cryptography-1.2.2-openssl-1.0.2g-mem_buf.patch 991 SHA256 73144a1b18abc936e6974d58b66c469b8eaf58957a08531321bf1b5b1727be6e SHA512 2cc71dfd3a0b430b1109ef0111c1ada585a3ecc25e3861896c073151de6b029dcd9f751b7bd8861427f11834378c68606f1f068ca8ce2840150c8089116be508 WHIRLPOOL 4e9e11974b4050d0ce57bc29ba018fd5583a23e114a32eba5831886e728f36f8b03779206cf9bac171af4fd9540dedaa49b51065b038c7566aea8acac14febfb
|
||||
DIST cryptography-1.1.2.tar.gz 349022 SHA256 7f51459f84d670444275e615839f4542c93547a12e938a0a4906dafe5f7de153 SHA512 566e346a76cfd6b1c6afbf64d1fe496770b1ad5f471c42877ad6931a441ab77408815ae066ba3f0450766c86ae9dd10d7a5966321f93a979a4e1ab9e1201371b WHIRLPOOL 9a552e65047c45e19e313e0530031fa282aec51577bcc64f9346f37ac99663db052f7ccc1798532103edffa6e778f9585e937a862a475f6d7bd9140d06bbcf57
|
||||
DIST cryptography-1.3.1.tar.gz 383852 SHA256 b4b36175e0f95ddc88435c26dbe3397edce48e2ff5fe41d504cdb3beddcd53e2 SHA512 8b833619d0aec5e6630c8e069e886f6b708b0b3a4f4ca4e37797a24c69be4cacf162f20c068deaecc3222ee0323583582d384e49fa3dbaeaeefc0d7d8c92918a WHIRLPOOL f9e7c75e910699afdf4adc4fb7257135b97c357c967bbca95f332e1f2ed262716ebba6a648427f86a524e75f6ac46aea7f891fe42100c9d7cf8ffcc317fb7905
|
||||
DIST cryptography-1.3.4.tar.gz 384109 SHA256 423ff890c01be7c70dbfeaa967eeef5146f1a43a5f810ffdc07b178e48a105a9 SHA512 abbc027433658702d2331282c9f63d99ea2eb42f5cdfe066b2b0ae6d9b86a35e23891716bb2e9e2ca707aa0d38fb69cba22ec5d95d2b9073047444fdae7a9224 WHIRLPOOL 5bd007cfe304620a7237b0f63fbe87ab22bd1cc252941f4815398382122b1c56c5a22e2dc35ce86aba2c2b2d9403de3313bafde23a3695bd26e4eb0f23c9dea9
|
||||
DIST cryptography-1.5.2.tar.gz 400673 SHA256 eb8875736734e8e870b09be43b17f40472dc189b1c422a952fa8580768204832 SHA512 7f50edfe7a7270a7acef52b7c55a32eca1845c5e410f078c42690a2e18fce001ed5dfd268fb18a2219011eff073914f1e2271d8e957c58b5200615a815a4b4c0 WHIRLPOOL 2625cbe43d7b0ce41cfcb4a1a9f8127b5933abe86bf30151cfd0b2dc8de0aeea01dc19649528474989ec0121c8b6e6e2e9c8fe72a60e1f2eb10536d7042ea272
|
||||
DIST cryptography-1.5.tar.gz 400318 SHA256 52f47ec9a57676043f88e3ca133638790b6b71e56e8890d9d7f3ae4fcd75fa24 SHA512 762b313296baf8ec6eb86557a844065022b83a623c7babc374bd63f575085dc845611c385df870050a2633d6b8c6c8399d8470647328b8f2ff44b17937a04756 WHIRLPOOL 8c37b57703961e911c59d0d396c86b83322564506bd80a66b38c068c8e3e018421eeede6a2dda7718b2f134aafc0327b4525eacb9bfa8714c225babed50045ed
|
||||
EBUILD cryptography-1.1.2.ebuild 1647 SHA256 41c18581dd75d09aae5a55c816bf0d8662353612ad0790cdc9d80ebac9f75d64 SHA512 87e4b8fb2d2d22d1b5bf4b5e5247f12003876b959394f495852173bee78b91557059cde14a98d73c9c27f33af94200dd8fe12bbeedf7d23c4c8771417c22708e WHIRLPOOL ef38566b7db6ee0a39b4e003f3a0fa8859674c51c1c4efe1ace79131ccd5b4b9d6d6e8924749bdb5594b7563e30dea2840413f760b5c48a07ad4ee1a5e5bcfc9
|
||||
EBUILD cryptography-1.3.1.ebuild 1589 SHA256 db0f340d41d1b093ca13641dd2a0cbddc130a2bdea5c6969657026da69e14378 SHA512 d28605cdefb806a073323d96c840b6a230e41b96e5ac198a584b712b6db4454896e7c4fc5cc015f94e02bfe7dd03fb96e1c0cb81bc4c3915311b9339e5235cb8 WHIRLPOOL cdcaec72948a622f0716182f727b92cc0562453f1ecfade865ce21d93c3dadf33995bbacd932ebbf1cce726b54b10f5d5bf09cb310b826f9ac9481a12ac3fc44
|
||||
EBUILD cryptography-1.3.4.ebuild 1598 SHA256 0055360cfdf23ffd28e1311bb2c326fc3c54f2a71142e9723f60e20b58435f91 SHA512 d4b86283f68f63e978e6c60629866c22ddc28a05de4d5bed510c075fffbe0a1de9d945f799aa789aab53aea25bd6afb639c6151b3360acbbc73536f461658cd4 WHIRLPOOL 8a0df35c8c81e8a61fba5e9b94f47be8c9e94e484312f7500926eef08e2f979d9459e8f5ae2f9dfb9d1942428c82388f12e542b1eb86d5295e078b0600156dca
|
||||
EBUILD cryptography-1.5.2.ebuild 1609 SHA256 06b11338d72b04bed299d9f11f50a28a9a4467881eda47c40c6ff1162a511e04 SHA512 534014d71d7c4482cdf29e938282739871567a6bec3760c604338912c3e89341c87218d5daa81af17b532a09ad8b20ed484f5b452b8c09e9e3597ddd82c82b75 WHIRLPOOL 41f5e1a585d38f73f6e1167aaa9a1162b5fb05abff7081cde8885d9264d6a4c27927e6ce39525dd532eb2cd66722f0271952f01303811e474071a2f6d40b946b
|
||||
EBUILD cryptography-1.5.ebuild 1609 SHA256 06b11338d72b04bed299d9f11f50a28a9a4467881eda47c40c6ff1162a511e04 SHA512 534014d71d7c4482cdf29e938282739871567a6bec3760c604338912c3e89341c87218d5daa81af17b532a09ad8b20ed484f5b452b8c09e9e3597ddd82c82b75 WHIRLPOOL 41f5e1a585d38f73f6e1167aaa9a1162b5fb05abff7081cde8885d9264d6a4c27927e6ce39525dd532eb2cd66722f0271952f01303811e474071a2f6d40b946b
|
||||
MISC ChangeLog 16164 SHA256 94de97182fb6267c2c245220ec4080f55c2c15a33965da27d32836d64284575e SHA512 a458fc06d4e6362f0a6c539e3cbe76a7e4c0e14d07c246164b8d3ee7ae55eb70b83d7a050bfdb559111437de78fb20b68220af5230b7fc5a7283d1d07c320d79 WHIRLPOOL c2058e70f662408a68cffefb9f1deb0ec5a834300f8706d21544381c440ff09d51e21e7743d8e8ec26ce853fbaf0ea215055d591acfeda32be753cb2a994d556
|
||||
MISC ChangeLog-2015 8237 SHA256 c22eb0f4c94dd39980a8ce9b7d3b7149bc4ce59a7496f87c7e34951715c94e4a SHA512 b11fd6ecb95dd1265087e007ead9245b577ae76591343ed8f9bbf7c730344f0f31e3562edb87768a4a4dc3ab78a982b31bcbdae52b0060f805a7c4d0d64ec798 WHIRLPOOL 5e148ed158f1a68f8c1580c0ed5ccd3b50a6c88ce2a6228c80f5354eac95f8cfbf31ea6c2e2cc65633b1ef7332eb181efac8eaeb1a954a3004b081b3ed162286
|
||||
MISC metadata.xml 384 SHA256 1eb9fe441314061b742ab80221c14c78f22fb93cb64f7eab4f3c89c6b95eadcf SHA512 c2806f846608bdd0720b589494e13f57ab2d64026747f2b13f412c9a0e9d2bef6b16fc357e4d16b74ad7a2a2af8daa5e28d0b6bfe4d2141ce68881c724fd24c7 WHIRLPOOL b29d989556a30a69dd73203ee4fb22e15cefa78d441e10f153e0924f4666817530c703e44047f551379c5fa31666d5856c4b3684883064d130913fa9732f6c92
|
||||
DIST cryptography-1.7.1.tar.gz 420673 BLAKE2B 8c0257187f29173bae610f191f6ae3251e5dd2cfcbe639020d1ea8f94a09bfe4281c9f6b2c85aefc1989c5832eab4db40c226a8a2e12c4dcbf6241555dafa628 SHA512 fb88b0ee9e314526fcdbb6d35da409b7335c7408a69d2350c58379471d2b9d76021010955629cf776d26312f22d4f8aa3f135955a19dfbff9d602176c9bbfd40
|
||||
DIST cryptography-2.0.2.tar.gz 427303 BLAKE2B 53f891c02aa4b82b13a66a4c74bd6db9e8dcdb57bd0bba76648e0c1be710ce1d94c8425ead6d81b240b39c034125ce320757d4b43c56bc7410af11f171cf9a21 SHA512 a71219ff52006a7c8bf1553d0f132c747566c630281ef89aac40c65b193b1f0074fc9cda1de7057c76b452113dfb6188c83baef3ed9c05ff18adbc8b7bba646b
|
||||
DIST cryptography-2.1.4.tar.gz 441557 BLAKE2B 66aa07930ee54469328977e27096e65b7a333b38b71828c71cb7891b489ef7af60f5e5590f67b43d5e63dc2279d9ca1ba036879f3145264f7639d65000958b50 SHA512 f749cb4384badc174a842514e5a4fee2ed01ab9c716799d8d9d5301f6d2d97b6c41deb9e425f48928b639fa34bef8c05529ed7e5b777ef5ca75c244f8fda8fd4
|
||||
|
@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library providing cryptographic recipes and primitives"
|
||||
HOMEPAGE="https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 BSD )"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="libressl test"
|
||||
|
||||
RDEPEND="
|
||||
!libressl? ( dev-libs/openssl:0 )
|
||||
libressl? ( dev-libs/libressl )
|
||||
$(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)
|
||||
>=dev-python/idna-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
|
||||
virtual/python-ipaddress[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
|
||||
dev-python/hypothesis[${PYTHON_USEDEP}]
|
||||
dev-python/iso8601[${PYTHON_USEDEP}]
|
||||
dev-python/pretend[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-1.2.2-openssl-1.0.2g-mem_buf.patch" )
|
||||
|
||||
python_test() {
|
||||
py.test -v -v -x || die "Tests fail with ${EPYTHON}"
|
||||
}
|
@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library providing cryptographic recipes and primitives"
|
||||
HOMEPAGE="https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 BSD )"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="libressl test"
|
||||
|
||||
RDEPEND="
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
libressl? ( dev-libs/libressl )
|
||||
$(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)
|
||||
>=dev-python/idna-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
|
||||
virtual/python-ipaddress[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
|
||||
dev-python/hypothesis[${PYTHON_USEDEP}]
|
||||
dev-python/iso8601[${PYTHON_USEDEP}]
|
||||
dev-python/pretend[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
|
||||
|
||||
python_test() {
|
||||
py.test -v -v -x || die "Tests fail with ${EPYTHON}"
|
||||
}
|
@ -1,10 +1,9 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
@ -15,14 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 BSD )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="libressl test"
|
||||
|
||||
RDEPEND="
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
libressl? ( dev-libs/libressl )
|
||||
$(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy{,3})
|
||||
>=dev-python/idna-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
@ -39,10 +38,13 @@ DEPEND="${RDEPEND}
|
||||
dev-python/pretend[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-2.9.0[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
|
||||
py.test -v -v -x || die "Tests fail with ${EPYTHON}"
|
||||
}
|
@ -1,13 +1,12 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 flag-o-matic
|
||||
|
||||
DESCRIPTION="Library providing cryptographic recipes and primitives"
|
||||
HOMEPAGE="https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/"
|
||||
@ -15,19 +14,18 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 BSD )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86"
|
||||
IUSE="libressl test"
|
||||
|
||||
RDEPEND="
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
!libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-)] )
|
||||
libressl? ( dev-libs/libressl )
|
||||
$(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)
|
||||
>=dev-python/idna-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})
|
||||
>=dev-python/idna-2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
|
||||
virtual/python-ipaddress[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
@ -39,10 +37,15 @@ DEPEND="${RDEPEND}
|
||||
dev-python/pretend[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-2.9.0[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
|
||||
|
||||
python_configure_all() {
|
||||
append-cflags $(test-flags-CC -pthread)
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -v -v -x || die "Tests fail with ${EPYTHON}"
|
||||
}
|
@ -1,13 +1,12 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 flag-o-matic
|
||||
|
||||
DESCRIPTION="Library providing cryptographic recipes and primitives"
|
||||
HOMEPAGE="https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/"
|
||||
@ -15,19 +14,20 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 BSD )"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x64-solaris"
|
||||
IUSE="libressl test"
|
||||
|
||||
RDEPEND="
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
!libressl? ( dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)]
|
||||
=dev-libs/openssl-1.0.2l-r1:0
|
||||
>=dev-libs/openssl-1.1.0g-r1:0 ) ) )
|
||||
libressl? ( dev-libs/libressl )
|
||||
$(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)
|
||||
>=dev-python/idna-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})
|
||||
>=dev-python/idna-2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
|
||||
virtual/python-ipaddress[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
@ -38,11 +38,16 @@ DEPEND="${RDEPEND}
|
||||
dev-python/iso8601[${PYTHON_USEDEP}]
|
||||
dev-python/pretend[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-2.9.0[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
|
||||
|
||||
python_configure_all() {
|
||||
append-cflags $(test-flags-CC -pthread)
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -v -v -x || die "Tests fail with ${EPYTHON}"
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
From df779dfec9ce87b79e48448aea3c597a4716b29e Mon Sep 17 00:00:00 2001
|
||||
From: Paul Kehrer <paul.l.kehrer@gmail.com>
|
||||
Date: Tue, 1 Mar 2016 14:22:32 -0600
|
||||
Subject: [PATCH] move BIO_new_mem_buf to macros to handle 1.0.2g signature
|
||||
change
|
||||
|
||||
---
|
||||
src/_cffi_src/openssl/bio.py | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/_cffi_src/openssl/bio.py b/src/_cffi_src/openssl/bio.py
|
||||
index ac86683..6439e63 100644
|
||||
--- a/src/_cffi_src/openssl/bio.py
|
||||
+++ b/src/_cffi_src/openssl/bio.py
|
||||
@@ -99,7 +99,6 @@
|
||||
BIO *BIO_next(BIO *);
|
||||
BIO *BIO_find_type(BIO *, int);
|
||||
BIO_METHOD *BIO_s_mem(void);
|
||||
-BIO *BIO_new_mem_buf(void *, int);
|
||||
BIO_METHOD *BIO_s_file(void);
|
||||
BIO *BIO_new_file(const char *, const char *);
|
||||
BIO *BIO_new_fp(FILE *, int);
|
||||
@@ -127,6 +126,8 @@
|
||||
"""
|
||||
|
||||
MACROS = """
|
||||
+/* BIO_new_mem_buf became const void * in 1.0.2g */
|
||||
+BIO *BIO_new_mem_buf(void *, int);
|
||||
long BIO_set_fd(BIO *, long, int);
|
||||
long BIO_get_fd(BIO *, char *);
|
||||
long BIO_set_mem_eof_return(BIO *, int);
|
@ -1,32 +0,0 @@
|
||||
# ChangeLog for dev-python/idna
|
||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/ChangeLog,v 1.8 2015/06/21 10:48:17 maekke Exp $
|
||||
|
||||
21 Jun 2015; Markus Meier <maekke@gentoo.org> idna-2.0.ebuild:
|
||||
add ~arm, bug #549518
|
||||
|
||||
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
||||
Add github to remote-id in metadata.xml
|
||||
|
||||
03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
||||
Add pypi to remote-id in metadata.xml
|
||||
|
||||
30 May 2015; Mike Gilbert <floppym@gentoo.org> idna-1.1.ebuild,
|
||||
idna-2.0.ebuild:
|
||||
Depend on setuptools, bug 550826 by Piotr Karbowski.
|
||||
|
||||
*idna-2.0 (19 May 2015)
|
||||
|
||||
19 May 2015; Justin Lecher <jlec@gentoo.org> +idna-2.0.ebuild:
|
||||
Version Bump
|
||||
|
||||
17 May 2015; Jeroen Roovers <jer@gentoo.org> idna-1.1.ebuild:
|
||||
Mark ~hppa (bug #549518).
|
||||
|
||||
17 May 2015; Jeroen Roovers <jer@gentoo.org> idna-1.1.ebuild:
|
||||
Mark ~ppc64 (bug #549518).
|
||||
|
||||
*idna-1.1 (14 May 2015)
|
||||
|
||||
14 May 2015; Justin Lecher <jlec@gentoo.org> +idna-1.1.ebuild, +metadata.xml:
|
||||
New addition; ebuild written by me
|
@ -1,6 +1,2 @@
|
||||
DIST idna-1.1.tar.gz 99242 SHA256 3dab514abd255ada7994a57161750e8f054b938bf7adb8b40b96f13df54efaed SHA512 eb7a3673641827899ab9a4ba56f214e1fd3d17370d05bb04464664c2752ba7636507c3f6a64c9e24d44a1dd566842ffc86ce01351c1bfcebc3248baab786b99c WHIRLPOOL 90c1e03b23f3765749778f41ad7eac5befd5122f0552cf1616c7e4f53ae1d3f68f964753bf050956d773b720d608479830d72eb0a94d62848eab86ab4491326e
|
||||
DIST idna-2.0.tar.gz 135150 SHA256 16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b SHA512 005f88e954f13ace584ced510752da58d1cb16ebfbeee10aeef5bec57b3c61a3a5d7ce0bb50deba6dc90b412607727bf94a95a785e91d6528cd8633961c142dc WHIRLPOOL d865420f1c5f648d12480af93a52e0b2d463064c34c57ce56022f6965c2e4f6a49244e7798b9fcc18a7c6517b98e88bf84dc52e0050abe2ce504365b5579d2b6
|
||||
EBUILD idna-1.1.ebuild 529 SHA256 3f42ea787c51ae8940550360e71ef6ce2555c7e55aac37a76fb64bf22c174e1f SHA512 0f6ed869c7da1eba9b32fb1f158d2514e65da3262cb5a3461664a52c04fe66e5fcacc107f6a2c6e0ac1df76faab8282ec5cace640cc56bb7e6abe4a0d63dc621 WHIRLPOOL daee2355892d059263cbc906a4e384b85f86f8601d163d7f1ea1fc752d30ef466a8d3bab1e16ed4cf6256aa531c0af396baf359b3d21a7f4fccff3251e818556
|
||||
EBUILD idna-2.0.ebuild 591 SHA256 1479250a7a3d6aaa9a64a96a17e127baa171f4a5e46c345d1de138a5f52b9037 SHA512 86275cfde24170c77437c734e6615e9c95444bb28f28138d4836c602eb3763c94a39ed21c95937ba83a89ff731eec8957080f38915986cd4b35a96b5b950e37b WHIRLPOOL ea97b97c54a045fe21c50c29984f52bb25c2620d7494c2d42e2baae53cfc8da2144f78a04b70f8fc858f3968fac031e13afeb4ea1ef5159af46d76e5ab46a98d
|
||||
MISC ChangeLog 1075 SHA256 95dc2b47514f3c2c4e1b1945000c2b75e0d994639668b0594cfb3b2cfd465608 SHA512 c1f43adebb25bce3ecce106e952e76f1d21502f66fe299dd5290c876777f104787484027f810794617c7d1175f77612427129aae2d946c790a13f01c8a27fa79 WHIRLPOOL ba6dda9a045a3473364bd108c2493a8a6a7dcb980e757265f82cb1adbf2e42b48c949b8364308023b12e552c8de1cbf471c3f702f04263a9489e3a19f18c6589
|
||||
MISC metadata.xml 379 SHA256 d475f33a7c97e8e254fe8d3ddbc831a1ea701386d87ce801cda2d5cb96b028b3 SHA512 ddd424959ccc10c5a25515d3d522f2734951a696c6ba469fb15523715230533af28b4e22c8cdd1a839458c0ae83bab43f76487c8affce021779823ca3f5f7033 WHIRLPOOL 8d0996c7e60a679897113c51625196e65ca4fb12718774f707636deed5d871fb1cf36835a289cd52a0cfa1230124dc1b3eea91ac9189f0ddbe809f766a41b549
|
||||
DIST idna-2.5.tar.gz 130211 BLAKE2B 3b00b76f9d86f0961ca4613c4239e39fa19c28f60640d2c9d9b7ea05985f9eceac122bb9e5b30b2f22648506580202a187f95513fe5ab0af6632917335f2eda0 SHA512 29a69ede25a8855135c763da5d20ff81832c710038a38521c127d5b7b24b355c6cfa5e9f9a2a4ef1fa4437537d1d9e4b448357e07b4b5e3724d98fee0a3b7835
|
||||
DIST idna-2.6.tar.gz 135992 BLAKE2B 1397c93eae23a9ecbcc001205e83fd684cbdb4f0c916c30b7d80dc7fdd43c588a9a81a620a39108a31707c1aee8c4a315d1988ae5a8cf1f6519bb11bad6dc3a3 SHA512 cb5dbfab44c4d11521c67f9d29391f184d1267a3da6dc89f4ed12c60a7a909d5c7474c3ea2bddd0af7063f4f620e87a8dd586bb07e8b961b30b1dd7c969704c2
|
||||
|
@ -1,10 +1,9 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -14,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -1,20 +1,19 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Internationalized Domain Names in Applications (IDNA)"
|
||||
HOMEPAGE="https://github.com/kjd/idna"
|
||||
HOMEPAGE="https://github.com/kjd/idna https://pypi.python.org/pypi/idna"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<maintainer>
|
||||
<email>jlec@gentoo.org</email>
|
||||
<name>Justin Lecher</name>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">idna</remote-id>
|
||||
|
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/asn1crypto-0.22.0
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/asn1crypto-0.22.0
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=Python ASN.1 library with a focus on performance and a pythonic API
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/wbond/asn1crypto/ https://pypi.python.org/pypi/asn1crypto/
|
||||
IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86 ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/a/asn1crypto/asn1crypto-0.22.0.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=6dac010e0fb092728d6fa3f879c82485
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=5
|
||||
HOMEPAGE=http://cffi.readthedocs.org/
|
||||
IUSE=doc python_targets_python2_7 python_targets_python3_4
|
||||
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 )
|
||||
SLOT=0/0.8.6
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-0.8.6.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=7c812820f1f349e58d2673987b2cdf57
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=5
|
||||
HOMEPAGE=http://cffi.readthedocs.org/
|
||||
IUSE=doc python_targets_python2_7 python_targets_python3_4
|
||||
KEYWORDS=amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 )
|
||||
SLOT=0/0.9.2
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-0.9.2.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=e3f11837992548b8be0fb3ff74cd070a
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=5
|
||||
HOMEPAGE=http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc python_targets_python2_7 python_targets_python3_4
|
||||
KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 )
|
||||
SLOT=0/1.1.2
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.1.2.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=31b6782cd2dccf82b3f5dae81d8fe0c3
|
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cffi-1.11.2
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cffi-1.11.2
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] virtual/pkgconfig doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=6
|
||||
HOMEPAGE=https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0/1.11.2
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.11.2.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=2ac4c23090edd9fb082a25edf9bb8f3c
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=5
|
||||
HOMEPAGE=http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0/1.2.1
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.2.1.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=ff79dea0804391fe9d2da0345e0d3ec8
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=6
|
||||
HOMEPAGE=http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0/1.5.2
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.5.2.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=8698ba232b3e53768624e7f7248bf46c
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=6
|
||||
HOMEPAGE=http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0/1.6.0
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.6.0.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=dc7f4af1add7f83145587c6b5b9bbd70
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=6
|
||||
HOMEPAGE=http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0/1.7.0
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.7.0.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=dc7f4af1add7f83145587c6b5b9bbd70
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=6
|
||||
HOMEPAGE=http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0/1.8.2
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.8.2.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=87965ad91b4492e5b8f8d3ff62414e36
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=6
|
||||
HOMEPAGE=http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0/1.8.3
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.8.3.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=87965ad91b4492e5b8f8d3ff62414e36
|
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cffi-1.9.1
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cffi-1.9.1
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] virtual/pkgconfig doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=Foreign Function Interface for Python calling C code
|
||||
EAPI=6
|
||||
HOMEPAGE=https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi
|
||||
IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libffi dev-python/pycparser[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0/1.9.1
|
||||
SRC_URI=mirror://pypi/c/cffi/cffi-1.9.1.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=5cbdd8efbba586db923a4da9eb9ea92f
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=!libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.1.0:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.1.0:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.1.0:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( ~dev-python/cryptography-vectors-1.1.2[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/hypothesis[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/iso8601[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pretend[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyasn1-modules[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Library providing cryptographic recipes and primitives
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/
|
||||
IUSE=libressl test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=|| ( Apache-2.0 BSD )
|
||||
RDEPEND=!libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.1.0:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.1.0:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.1.0:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/cryptography/cryptography-1.1.2.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=7b70142b9536e18b759636b109ccb731
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/setuptools-1.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( ~dev-python/cryptography-vectors-1.3.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/hypothesis[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/iso8601[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pretend[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyasn1-modules[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Library providing cryptographic recipes and primitives
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/
|
||||
IUSE=libressl test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=|| ( Apache-2.0 BSD )
|
||||
RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/cryptography/cryptography-1.3.1.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=c59093c5d22692b0f4ece89dfa881665
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/setuptools-1.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( ~dev-python/cryptography-vectors-1.3.4[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/hypothesis[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/iso8601[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pretend[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyasn1-modules[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Library providing cryptographic recipes and primitives
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/
|
||||
IUSE=libressl test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=|| ( Apache-2.0 BSD )
|
||||
RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/cryptography/cryptography-1.3.4.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=f9d011a8a31ae6c6dd909a7324baf5b7
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/setuptools-1.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( ~dev-python/cryptography-vectors-1.5[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/hypothesis[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/iso8601[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pretend[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyasn1-modules[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pytest-2.9.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Library providing cryptographic recipes and primitives
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/
|
||||
IUSE=libressl test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=|| ( Apache-2.0 BSD )
|
||||
RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/cryptography/cryptography-1.5.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=7f404bb0f44806d604002472b28726ad
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/setuptools-1.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( ~dev-python/cryptography-vectors-1.5.2[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/hypothesis[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/iso8601[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pretend[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyasn1-modules[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pytest-2.9.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Library providing cryptographic recipes and primitives
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/
|
||||
IUSE=libressl test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=|| ( Apache-2.0 BSD )
|
||||
RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/cryptography/cryptography-1.5.2.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=7f404bb0f44806d604002472b28726ad
|
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cryptography-1.7.1
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cryptography-1.7.1
vendored
Normal file
File diff suppressed because one or more lines are too long
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cryptography-2.0.2-r1
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cryptography-2.0.2-r1
vendored
Normal file
File diff suppressed because one or more lines are too long
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cryptography-2.1.4
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/cryptography-2.1.4
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)]
|
||||
DESCRIPTION=Internationalized Domain Names in Applications (IDNA)
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/kjd/idna
|
||||
IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_4
|
||||
KEYWORDS=~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/i/idna/idna-1.1.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=effefc3fc08f4368008a6a901cf29303
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
DESCRIPTION=Internationalized Domain Names in Applications (IDNA)
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/kjd/idna
|
||||
IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5
|
||||
KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/i/idna/idna-2.0.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=41410fee8af69f657f5aba51e45ac150
|
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/idna-2.5
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/idna-2.5
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=Internationalized Domain Names in Applications (IDNA)
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/kjd/idna
|
||||
IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/i/idna/idna-2.5.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=45a7801a9719f37a4885fa96d0191ecf
|
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/idna-2.6
vendored
Normal file
14
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/idna-2.6
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
DESCRIPTION=Internationalized Domain Names in Applications (IDNA)
|
||||
EAPI=6
|
||||
HOMEPAGE=https://github.com/kjd/idna https://pypi.python.org/pypi/idna
|
||||
IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
|
||||
REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/i/idna/idna-2.6.tar.gz
|
||||
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
|
||||
_md5_=bce4c08a0c9872a113aa8e463b47dfec
|
Loading…
Reference in New Issue
Block a user