From 0636e0484201c2abe270a831fcc413c30a7a5789 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 28 Jun 2018 16:46:47 +0000 Subject: [PATCH] bump(dev-python/pyblake2): sync with upstream --- .../dev-python/pyblake2/Manifest | 2 ++ .../dev-python/pyblake2/metadata.xml | 15 +++++++++++++ .../dev-python/pyblake2/pyblake2-1.1.0.ebuild | 20 +++++++++++++++++ .../dev-python/pyblake2/pyblake2-1.1.2.ebuild | 22 +++++++++++++++++++ .../md5-cache/dev-python/pyblake2-1.1.0 | 14 ++++++++++++ .../md5-cache/dev-python/pyblake2-1.1.2 | 14 ++++++++++++ 6 files changed, 87 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyblake2/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyblake2/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyblake2/pyblake2-1.1.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyblake2/pyblake2-1.1.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyblake2-1.1.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyblake2-1.1.2 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/Manifest new file mode 100644 index 0000000000..4eff49b4b1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/Manifest @@ -0,0 +1,2 @@ +DIST pyblake2-1.1.0.tar.gz 125855 BLAKE2B 46af4c24882040bbdd221f90e06652918798e4555c0a7307a596ca4c9ed3147f00297269a44d174782c2b0402eac03ecf5387b1c5a16efb57d036730b58b2630 SHA512 e13c7e4f3a35155cbf531e337895349ec01f0ac36908a4e746cecec063601adfc8a73a7961a9c310d01d3231f44f08d2cc92e891e9cb87659bc7170b9fee6102 +DIST pyblake2-1.1.2.tar.gz 126693 BLAKE2B 01690ec32a07b7ea59d7d040523ce8cb523f18927044f2d38c0a143a344fde661498e1a4b35a0f161be7b761a324677f80e88c4a0045dc324f0d588997e884f2 SHA512 26297d788208a80c8102602135332d5ee1424711d9c693828af232b5546301c5d144680367a954d8d9765998a23b82046b157b0072fdc63305ff0088feb16e55 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/metadata.xml new file mode 100644 index 0000000000..98aa90fe67 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/metadata.xml @@ -0,0 +1,15 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + python@gentoo.org + + + dchest/pyblake2 + pyblake2 + + diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/pyblake2-1.1.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/pyblake2-1.1.0.ebuild new file mode 100644 index 0000000000..77c6ac290d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/pyblake2-1.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +inherit distutils-r1 + +DESCRIPTION="BLAKE2 hash function extension module" +HOMEPAGE="https://github.com/dchest/pyblake2 https://pypi.org/project/pyblake2/" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +# pyblake2 itself allows more licenses but blake2 allows the following three +LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +python_test() { + "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}" +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/pyblake2-1.1.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/pyblake2-1.1.2.ebuild new file mode 100644 index 0000000000..2b2d75afad --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyblake2/pyblake2-1.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +inherit distutils-r1 + +DESCRIPTION="BLAKE2 hash function extension module" +HOMEPAGE="https://github.com/dchest/pyblake2 https://pypi.org/project/pyblake2/" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +# pyblake2 itself allows more licenses but blake2 allows the following three +LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}" +} diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyblake2-1.1.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyblake2-1.1.0 new file mode 100644 index 0000000000..a25ccb2256 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyblake2-1.1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=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 ) 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_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=BLAKE2 hash function extension module +EAPI=6 +HOMEPAGE=https://github.com/dchest/pyblake2 https://pypi.org/project/pyblake2/ +IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( CC0-1.0 openssl Apache-2.0 ) +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 ) 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_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-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_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pyblake2/pyblake2-1.1.0.tar.gz +_eclasses_=distutils-r1 63fea93ca1cc4fdc5fa2247afc4e3a15 multibuild 35719a9cd25ec71ee49c966f6868454c multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 0b5829eb6369d7af3a834b6eed7b7107 python-utils-r1 ffa9c3284c6b07b8c9f7933911f63812 toolchain-funcs 1e35303c63cd707f6c3422b4493d5607 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=f8bc8cbcbe71e86bb9c5a975386d9702 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyblake2-1.1.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyblake2-1.1.2 new file mode 100644 index 0000000000..79e394dce8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyblake2-1.1.2 @@ -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=BLAKE2 hash function extension module +EAPI=6 +HOMEPAGE=https://github.com/dchest/pyblake2 https://pypi.org/project/pyblake2/ +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 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( CC0-1.0 openssl Apache-2.0 ) +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/p/pyblake2/pyblake2-1.1.2.tar.gz +_eclasses_=distutils-r1 63fea93ca1cc4fdc5fa2247afc4e3a15 multibuild 35719a9cd25ec71ee49c966f6868454c multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 0b5829eb6369d7af3a834b6eed7b7107 python-utils-r1 ffa9c3284c6b07b8c9f7933911f63812 toolchain-funcs 1e35303c63cd707f6c3422b4493d5607 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=3ebcef6469c1e0b46886400a4b679a9e